Forums Index >> Modding >> How do you script
Page : <1> :
Oh man, lol...
{WalMart free for over 24 months!}
Ask Nathan or Ishbuu. They've had years of experience. They know EVERYTHING about scripting! Ain't that right guys?
Nathan & ishbuu should start a new thread, a scripting FAQ...
Could be lots of work though. The rewards may be great.
{WalMart free for over 24 months!}
Hehe. HE knows alot, I'm just learning :)
Anyway, "killinbraincells", isn't that Cursive?
But how do you script that is all I want to know
I want to use script in order to make tanks faster in a server that I make
Go to the Modding forum. You'll find your answer in there. It is at least a better place to post this question. Cheers.
- Bomb…James Bomb
Quite simple really.
HOLY FREAKIN' CRAP!!!!!!!!!!!!!!!
Hehe I don't know dizzle sorry. 8o
Leech, look for the modding section in these forums, and ask how to make tanks faster. :)
Anyway, "killinbraincells", isn't that Cursive?
You are correct, but it is also refered to as script. :)
SCRIPTING!: IS AN ART! Lol XD
Leech, U don't need heavy scripting to do that, Here, I'll give u the codes, and where to put them ;)
Copy This codes below from u'r computer:
Lighttank.accelRate = 90; (this will make u'r tank accelerate fast or slow depending the number)
Lighttank.deccelRate = 80; (this will make u'r tank decelerate faster or slower depending the number)
LightTank.maxSpeed = 1750; (this will determine u'r Tank's max speed depending on the number)
Installation Instructions: copy the codes above, and go to u'r TT Directory/Game/Data/Missions/Open any TT#_# mis. File (depending which map u want this mod to go on, This numbers go in accordance to the order of the game's maps) . Now, Scroll all the way down until u reach something like this:
};
};
//--- OBJECT WRITE END ---
And type the codes right before the Objective wright end, it should look something like this:
};
};
Lighttank.accelRate = 90;
Lighttank.deccelRate = 80;
LightTank.maxSpeed = 1750;
//--- OBJECT WRITE END ---
Now open the map u've modified, and inmediately the game will notice this script and begin to work after the mission is done loading.
I hope this helps ya =D Plese let me know if u need more detailed instructions, I'm happy to help with Modding questions ;)
Cadc (SA) (Leader)
**..::I am thoroughly...
amused:::..**
Almost forgot: Try this. :)
Page : <1> :
Can someone please tell how to do script