Forums Index >> Modding >> Little Help Please
Page : <1> :
... Well that happens some times did u put evberything EXACTLY where it should be???
Umm yes game I download modwiz and I Extract all so the foolders would all come up for modwiz and I did evey thing I raed evey thing in Utilites for mod wiz its said copy whan I like go in thinktanks/game/server/scripts it said copy them all so I did I went right click.then click on copy thats all I did becodes thats it said to do copy!!!!!! I dont know what I did wong :[
Hmmmmmm there is more then 1 main are u sure u put that in the right 1??? Here is what it should look like...
Else if ($Game::argc==2 && $Game::argv[1] $= "-compileAll")
{
DoCompileAll();
Quit();
}
Else
{
OnStart();
Echo("Engine initialized...");
}
// Display an error message for unused arguments
For ($I = 1; $I < $Game::argc; $I++) {
If (!$argUsed[$I])
Error("Error: Unkown command line argument: " @ $Game::argv[$I]);
}
// ModWizard
Exec("game/server/scripts/ModWizardMain.cs");
If (!$Server::Dedicated) {
MoveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
The stuff above it should be there if u did that in the right place.....
Freak is so smart XD :P :P :P :P :P :P :P :P :P :P :P :P :P :P
No, he is just saying what the instalation instructions say.....if you would read it, and not just try and do it by yourself there would be fewer threads on this board. Dont get me wrong, I have done it before to. Anyway, just read the instructions that come with the utilities and something might work every once in a while.
Actuallly I copied that of my game... I have a terrain editor part 2... Well anyways thats off my Game not the sight...
Either way, it is the same thing. :P
Oh... O.k...
Page : <1> :
Ok I went and did evey thing in Utilities ok.......i did mod wiz ok... I went and Extract All so I did that tham I went I did evey thing.it said copy thing all that so on and so on I did I copy all it said was to copy so I did I copy evey thing it said to do that I put scripts in main.cs than nothin happend what did I do wong please help :S