SOLVED remove or change the shift sound?

775

New Member
Can somebody help me with my project, i have this bus mod and it makes a BOV sound everytime i shift, how can i remove or just replace the sound file with an empty one? i have seen a tutorial of fmod but i dont know how to import projects.
watching more tutorials isnt really doing it and watching a tutorial for 2 hours where somebody is writing in notepad what to do doesnt help me.
i just need the mod to stop using that sound, the bov for letting off the gas is the same, it can use that but i just dont want it to use the sound for shifting.
 
Last edited:

fughettaboutit

aka leBluem aka Please Stop This
There is no way to export a bank file so that you can import that into f-mod again, whether you have the original f-mod project file or you have to do a new project.

Other than that you can try with a CSP config
"content\cars\your_bus_folder\extension\ext_config.ini"
with something like this:
[AUDIO_VOLUME]
GEAR_EXT = 0.0
GEAR_INT = 0.0
DOWN_SHIFT = 0.0
GEAR_GRIND = 0.0
 
Top