Forums Index >> Modding >> figured one thing out here is another
Page : <1> :
In what ever mission ur editing lik TT1_4.mis or whatever and then to change speed u write it at the bottom of it after it says objects write end
Im still confused 8o
Ok for tank speed at the bottom of the map ur editing like say ur modding TT1_4 right u would open the TT1_4.mis file and at th bottom of it if u were editing tank speed it would be like this
Lighttank.maxspeed = 35;
Lighttank.maxaccelrate = 40;
Lighttank.maxdeccelrate = 40;
K and the fog stuff is at the top of the file
Objects write end??????????????????????????????????????????
To get to these files its in game/data/missions
In game/data/missions I open
d up TT1_1 and it says "failed to open main.cs" "failed to initalize game shutting down"
Last edited: Thursday, August 12, 2004 at 2:45:21 AM
R u on a mac or a pc?
Pc
Am I supposed to be doing this in my files
K ur supposed to open up the files in a text editor
When I look in text editor thier not thier
Hmm im not sure mabye micheal or nahan or someone else would know whats happening im on a mac so I cant help u that much
Is this in the thing were youre supposed to add
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "",
"exec("game/client/scripts/ModWizardBindings.cs");");
}
When you first get mod wiz
Last edited: Thursday, August 12, 2004 at 2:53:28 AM
O r u just using mod wizard?
Yes
Did u read all the instructions?
Thier is no instructins for super spee or fog
K to edit thos ur actually going into the maps them selves so hmmm lets see this will be hard to explaing scroll down a few threads and go into the ultimate modding thread there r a couple of tutorials there that might help u out
K tnx
Page : <1> :
Were do you make the changes to the fog speed and stuff like that
:[