Sparrow Hello everyone, Sparrow here!
So today I am making a tutorial for how to add new car sounds. Credit to Mike on #SHAR-Mod-Help on the discord server for telling us how.
Firstly, you're going
Hello everyone, Sparrow here!
So today I am making a tutorial for how to add new car sounds. Credit to Mike on #SHAR-Mod-Help on the discord server for telling us how.
Firstly, you're going to need the following things:
- Lucas' RCF Explorer - For getting the scripts needed.
- Lucas' RSD Converter - For adding the sounds.
- A file editor (e.g. Notepad or even better Notepad++)
- Your mod
Step One:
Firstly you're going to want to set up some paths, so here are their names.
\CustomFiles\sound\carsound
\CustomFiles\sound\scripts
These are where the files you're going to use are going to go.

Step two:
First file we need is the actual car sound you are going to use. This file needs to be a 24000hz 16-bit mono WAV file to actually work without crashing your game. You can check this in the RSD converter when you actually import your sound!

You can extract an rsd file from carsound.rcf in your root game folder and then you can replace a sound with the import and save. Put this file into the directory: \CustomFiles\sound\carsound. You now have your car sound, but we are nowhere near done, yet.
