Nitro Problem

Ask questions, discuss ideas, get answers
Post Reply
TNT
Posts: 67
Joined: Mon Jan 04, 2010 7:21 pm

Nitro Problem

Post by TNT »

hello,

i haveing a little trouble with Adding Nitro and here is my problem i am adding under object.rfa and im look under

Code: Select all

Objects/Vehicles/Land/BlackMedal/Objects.con


and i add this code (for the Nitro):

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
and then i tested it in singleplayer and i still didnt have Nitro so can some one tall me what im doing worng am i a post to add this code:

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
to

Code: Select all

ObjectSpawnTemplates.con
?????

so please help me please if dont understand please tall me :D
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: Nitro Problem

Post by motoko »

Is this for SSM or for a singleplayer mod? You should probably revise over IcedEarth's tutorial on how create a patch file.
--->link


Also, f0ok, I think it would be wise to sticky Iced's tutorial in the General Tutorials, for the noobs who come through here wondering how.
TNT
Posts: 67
Joined: Mon Jan 04, 2010 7:21 pm

Re: Nitro Problem

Post by TNT »

will first this is gonna go for a server and im testing it on sigleplayer i have packed it and every thing but my car wont tubro still why?

btw, i no how to make a patch for a file
User avatar
fo0k
Posts: 1433
Joined: Fri Oct 16, 2009 4:21 pm
Location: UK

Re: Nitro Problem

Post by fo0k »

Tossicità wrote:..sticky Iced's tutorial in the General Tutorials..
will do.
motoko
Posts: 217
Joined: Sun Nov 21, 2010 8:43 pm
Location: Dante's 6th Pit of Hell

Re: Nitro Problem

Post by motoko »

TNT wrote:will first this is gonna go for a server and im testing it on sigleplayer i have packed it and every thing but my car wont tubro still why?

btw, i no how to make a patch for a file
Well if this is going on a server you might want to make a patchfile for the selected map(s) and add it in the OST.con. Also, make sure that the BlackMedal is on the selected map or it won't work.
Post Reply