Is it possible to lower a cars internal sound ?

I like to keep my sound levels the same for my speakers. Some of Assetto Corsa modded cars are louder than others. is it possible to lower these cars internal engine sounds somehow?
Yup, through the car’s shader patch ini... if it doesn’t have one already, you can easily create one, and add this line:

Code:
[AUDIO_VOLUME]
ENGINE_INT = 1.0

1.0 is default, you can lower the number as desired.
 
If you want to adjust exterior volume what is the line to add?
These are all the parameters that can be adjusted:

Code:
[AUDIO_VOLUME]
ENGINE_EXT = 1.0
ENGINE_INT = 1.0
GEAR_EXT = 1.0
GEAR_INT = 1.0
BODYWORK = 1.0
WIND = 1.0
DIRT = 1.0
DOWN_SHIFT = 1.0
HORN = 1.0
GEAR_GRIND = 1.0
BACKFIRE_EXT = 1.0
BACKFIRE_INT = 1.0
TRACTION_CONTROL_EXT = 1.0
TRACTION_CONTROL_INT = 1.0
TRANSMISSION = 1.0
LIMITER = 1.0
TURBO = 1.0
 
Thanks, adjusting sounds on a per-car basis is a great feature. RSS Formula 3 for example has very low exterior sounds, and increasing wind volume with open cockpit cars and convertibles should make them feel more real
 
Create a.ini file for the car you want to adjust, example... ferrari_355_challenge.ini

Add the audio code I posted on my first reply inside that ini and save...

put the ini file in assettocorsa\extension\config\cars\mods...
 
I didn't use Content manager and tried to do it manually, with no success. It was for the Spec Racer Ford.I tried putting the file in different places, but still no joy.
I know it just a matter of putting it in the right place, now If I can only find where that is.
 
I didn't use Content manager and tried to do it manually, with no success. It was for the Spec Racer Ford.I tried putting the file in different places, but still no joy.
I know it just a matter of putting it in the right place, now If I can only find where that is.
And again... this is the right place: assettocorsa\extension\config\cars\mods
 
I made the ini file and put it where you said, but it didn't have any effect. Well I did change it and put like .500, but like I said it didn't have any effect.
Sorry to be such a pain, but it sounds like something useful to know.
 
Ok here it is

ford_spec_racer.ini

[AUDIO_VOLUME]
ENGINE_INT = 0.5

Heres a screenshot of location
48746626071_c21a7de83b_b.jpg
 

Latest News

Online or Offline racing?

  • 100% online racing

    Votes: 87 7.4%
  • 75% online 25% offline

    Votes: 123 10.5%
  • 50% online 50% offline

    Votes: 170 14.5%
  • 25% online 75% offline

    Votes: 328 28.0%
  • 100% offline racing

    Votes: 460 39.2%
  • Something else, explain in comment

    Votes: 4 0.3%
Back
Top