I want the car to make sounds while driving only. At current state the car starts to make sounds directly on entering. It's easy to remove the 'engine start' sound. But I can't get rid of this engine idle sound.
I tried it with
Code: Select all
sound_minimum_speed = 0,
Is there some command that would let me set the engine sound volume to zero during stops? I appreciate every tip!
