Skip to content
Jeffrey Gilliam edited this page Sep 3, 2020 · 2 revisions

There are several plugins that use sound files. There are a couple of ways to change the sound files.

NOTE: When entering a path, use double backslashes(\\) between the folders. Or you can use one forward slash (/).

PitCountDown

Point to a Spotter Pack

In the settings update the "pit-count-down-pattern" variable with one of these based on the version you are using. You may have to adjust the pathname to where you installed it on your system.

pit-count-down-pattern = c:\\Program Files (x86)\\iRacing\\sound\\spcc\\JJ Spotter Pack v7.00\\n%d.wav
pit-count-down-pattern = C:\\Program Files (x86)\\iRacing\\sound\\spcc\\Dale Jr Spotter Pack\\n%d_A1.wav

Point to your own wave files

In the settings update one or more of these variables to the pathname of your wave file.

pit-count-down-pattern = {pathname to your wave files}   ##NOTE: use %d where the number of seconds should go. See spotter packs for example.
pit-count-down-too-far-back = {pathname to your wave file}
pit-count-down-too-far-forward = {pathname to your wave file}
pit-count-down-too-far-left = {pathname to your wave file}
pit-count-down-too-far-right = {pathname to your wave file}
pit-count-down-straighten-up = {pathname to your wave file}
pit-count-down-too-much-damage = {pathname to your wave file}
pit-count-down-stop-right-there = {pathname to your wave file}

PitSpeedLimit

In the settings update the "pit-speed-limit-clip" to your own .WAV file.

pit-speed-limit-clip = {pathname to your wave file}

Shift

In the settings update the "shift-clip" to your own .WAV file.

shift-clip = {pathname to your wave file}

Record your own files

You can record your own version of the sounds and place them in the following location(s) on your hard drive and you do not have to update any of the setting's variables. SRA will look for these files before loading the normal ones.

Documents\SIMRacingApps\com\SIMRacingApps\SIMPluginCallbacks\Sounds\Clips

n0.wav
n1.wav
n2.wav
n3.wav
n4.wav
n5.wav
n6.wav
n7.wav
n8.wav
n9.wav
n10.wav
shift_beep.wav
speeding_beep.wav
StopRightThere.wav
StraightenUp.wav
TooFarBack.wav
TooFarForward.wav
TooFarLeft.wav
TooFarRight.wav
TooMuchDamage.wav

Download and install from Facebook group

Coming once I actually get some uploaded.

If anyone does this and wants to upload it, send me a zip file to support@simracingapps.com. I will package them up as a .SRA file and upload it.

Clone this wiki locally