engine sound upgrade

olandese volante

Hi, is it possible to build up an upgrade that allow people to choose between 2 different sound categories? i.e. turbo sounds and non-turbo sounds for an F1 mod..
 
Did not tested it, but try this (add into Upgrades.ini):

UpgradeType="Engine Sound"
{
UpgradeLevel="Default Sound"
{
Description="default sound"
SFX=VS_INSIDE_POWER_ENGINE_1=default_idle.wav
SFX=VS_INSIDE_POWER_ENGINE_2=default_onverylow.wav
SFX=VS_INSIDE_POWER_ENGINE_3=default_onlow.wav
SFX=VS_INSIDE_POWER_ENGINE_4=default_onmid.wav
SFX=VS_INSIDE_POWER_ENGINE_5=default_onhigh.wav
......
}

UpgradeLevel="Turbo Sound"
{
Description="turbo sound"
SFX=VS_INSIDE_POWER_ENGINE_1=turbo_idle.wav
SFX=VS_INSIDE_POWER_ENGINE_2=turbo_onverylow.wav
SFX=VS_INSIDE_POWER_ENGINE_3=turbo_onlow.wav
SFX=VS_INSIDE_POWER_ENGINE_4=turbo_onmid.wav
SFX=VS_INSIDE_POWER_ENGINE_5=turbo_onhigh.wav
......
}
}


You just have to use the existing *.wav-files (and paths if necessary) :)
 
Last edited:
it's not working... I tried to copy only the .wav strings of the 2 sfx inside the upgrades, OR the entire sfx... In both cases I ended up with the default sound (the .sfx located in the vehicle folder)
 
OK, the easiest way to get a result is, when you post a downloadlink of the mod you want to have the upgrade for.
And, if it's not included in the mod, the soundfiles you want to use as an alternative.

Without having all files, only with communicating over the forum, it is a sysiphus work to find out where the failure is.
 
You need to do something like this and the alternate sound files need to be included with your MOD.

This worked for us.

UpgradeType="Sounds"
{

UpgradeLevel="2011 Sounds"
{
SFX=VS_INSIDE_POWER_ENGINE_1=Evolution/DC_idle_in.wav
SFX=SFX=VS_INSIDE_POWER_ENGINE_2=Evolution/MC_onlow_in.wav
SFX=VS_INSIDE_POWER_ENGINE_3=Evolution/MC_onhigh_in.wav
SFX=VS_INSIDE_POWER_ENGINE_4=Evolution/MC_onhigh_in.wav
SFX=VS_INSIDE_POWER_ENGINE_5=Evolution/MC_onhigh_in.wav


SFX=VS_INSIDE_COAST_ENGINE_1=Evolution/DC_idle_in.wav
SFX=VS_INSIDE_COAST_ENGINE_2=Evolution/DC_offlow_in.wav
SFX=VS_INSIDE_COAST_ENGINE_3=Evolution/DC_onhigh_in.wav
SFX=VS_INSIDE_COAST_ENGINE_4=Evolution/DC_onhigh_in.wav
SFX=VS_INSIDE_COAST_ENGINE_5=Evolution/DC_onhigh_in.wav

SFX=VS_INSIDE_ENGINE_NEUTRAL_1=Evolution/DC_idle_in.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_2=Evolution/DC_idle_in.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_3=Evolution/DC_idle_in.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_4=Evolution/DC_idle_in.wav
}
UpgradeLevel="2011 Sounds More Bass"
{
// ENGINE SOUNDS (INSIDE)

SFX=VS_INSIDE_POWER_ENGINE_1=Evolution/DC_idle_in_V2.wav
SFX=SFX=VS_INSIDE_POWER_ENGINE_2=Evolution/MC_onlow_in_V2.wav
SFX=VS_INSIDE_POWER_ENGINE_3=Evolution/MC_onhigh_in_V2.wav
SFX=VS_INSIDE_POWER_ENGINE_4=Evolution/MC_onhigh_in_V2.wav
SFX=VS_INSIDE_POWER_ENGINE_5=Evolution/MC_onhigh_in_V2.wav


SFX=VS_INSIDE_COAST_ENGINE_1=Evolution/DC_idle_in_V2.wav
SFX=VS_INSIDE_COAST_ENGINE_2=Evolution/DC_offlow_in_V2.wav
SFX=VS_INSIDE_COAST_ENGINE_3=Evolution/DC_onhigh_in_V2.wav
SFX=VS_INSIDE_COAST_ENGINE_4=Evolution/DC_onhigh_in_V2.wav
SFX=VS_INSIDE_COAST_ENGINE_5=Evolution/DC_onhigh_in_V2.wav

SFX=VS_INSIDE_ENGINE_NEUTRAL_1=Evolution/DC_idle_in_V2.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_2=Evolution/DC_idle_in_V2.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_3=Evolution/DC_idle_in_V2.wav
SFX=VS_INSIDE_ENGINE_NEUTRAL_4=Evolution/DC_idle_in_V2.wav
}

Hope this helps you out.

Mike
 
has anyone, please, a DL for V6 sound for Formula 1, thanks
 
Sorry if im necro-posting but i figured it'd be better to keep things in one place.

Is there a way to just load an alternative *.SFX file through an upgrade?

i cant seem to figure out how to get this done, or can i practically post the entire content of an SFX file including engine-values inside the upgrade paragraph?
 
I would say "No" there is no way to load a *.sfx file over the upgrades but "Yes" you can put every entry of the *.sfx-file into the upgrades.ini, but remember to put the "SFX=" in front of each line.
 

Back
Top