Page 1 of 1

Silent Nitrous

Posted: Sat Jul 24, 2010 2:49 am
by Deadeye
hey guys, i need a code to make nitrous but make it sound like the vehicle itself.i need a ssm code for the black medal to have nitrous on right click.
Thanks in advance guys

Re: Silent Nitrous

Posted: Wed Jul 28, 2010 12:40 pm
by Rensa
Hey mate.. since none have replyed let me try..
The code you are using is this i presurme..

Code: Select all

ObjectTemplate.Active BlackMedal
ObjectTemplate.addTemplate KatyushaRocket_Engine
ObjectTemplate.setPosition 0/0/0
ObjectTemplate.setRotation 0/0/0

ObjectTemplate.Active KatyushaRocket_Engine
ObjectTemplate.setAutomaticReset 1
ObjectTemplate.setInputToRoll c_PIAltFire
ObjectTemplate.setEngineType c_ETPlane
ObjectTemplate.setMaxSpeed 0/0/100000
ObjectTemplate.setAcceleration 0/0/100000
ObjectTemplate.setTorque 50.0
ObjectTemplate.setDifferential 30.0
As you may see that the "KatyushaRocket_engine" (planes engine) is creating that noise.. Which means you have to edit the objects.rfa where its noise is located C:\Users\Rensa Meelis\Desktop\objects\vehicles\land\katyusharocket\sounds
And then open another folder next to it named: C:\Users\Rensa Meelis\Desktop\objects\vehicles\land\schwimmwagen\sounds NOTE: replace scwimmiwagen with the vehicle u want to end the noise from!
Now... Simply replace the katyusha engine sound: katyusharocketengine.ssc with the kubelwagenengine.ssc NOTE: Make the kubelwagensengine name SAME AS KATYUSHAROCETSENGINES like kubelwagenengine.ssc = katyusharocketengine.ssc
You also notice that there are folders name "mid" also rename those and replace.. which = that the katyusharocketengine is now with your cars NOICE!! It worked for me so please reply.. :D

NOTE: AFTER EDITING MAKE IT Objects_001.rfa

Re: Silent Nitrous

Posted: Wed Jul 28, 2010 11:13 pm
by Apache Thunder
The current version of the game does not load a Objects_001.rfa patch. You must either change the main objects rfa without renaming it or make your changes via active commands in your maps.

Re: Silent Nitrous

Posted: Thu Jul 29, 2010 1:23 am
by ZOOMER
Messing with the local files...this sounds like this will open the door to sound hacking.

The enemy footsteps or reload sound for weapons could use this idea.

Now I know how some of the players knew I was coming/in the vicinity.

I'll go test this.

Re: Silent Nitrous

Posted: Thu Jul 29, 2010 10:36 am
by Rensa
Apache Thunder wrote:The current version of the game does not load a Objects_001.rfa patch. You must either change the main objects rfa without renaming it or make your changes via active commands in your maps.
Whoops i told him Objects_001.rfa ?? Hehehe I forgot that i handle texture files that way xD