Forums Index >> Modding >> ): Need help with Mod Wiz! :(
Page : <1> :
Sry Bomber,but its not workin!
Bow chicka bow wow! Prepare for the emergance of THE ARK!!!!
-slightly above "n00b" level-
Proud leader of The Covenant and proud member of Night Stalkers
Strange it works just fine for me. :)
4/1/1929 to 11/17/2006 Rest in Peace Bo. GO BLUE!!!
Lol... I had a similar prob.
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
You need to host a ded or delete that line. Your choice.
Pardon my rudeness, I cannot abide useless people.
Thx PGG,I cant host ded so il delete the line! :)
Bow chicka bow wow! Prepare for the emergance of THE ARK!!!!
-slightly above "n00b" level-
Proud leader of The Covenant and proud member of Night Stalkers
This is how it looks like BUT IT DOSENT WORK!!!
// 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");
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
Bow chicka bow wow! Prepare for the emergance of THE ARK!!!!
-slightly above "n00b" level-
Proud leader of The Covenant and proud member of Night Stalkers
Uh-uhuh
Pardon my rudeness, I cannot abide useless people.
Page : <1> :
Hey guys,I just downloaded mod wiz but when I press the M key nothing happens!!!
this is how the bottom of my main.cs file looks like!
// 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]);
}
Function onFileChunkReceived(%fileName, %ofs, %size)
{
LoadingProgress.setValue(%ofs / %size);
LoadingProgressTxt.setValue(" " @ %fileName @ "...");
}
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
If anybody knows what might be wrong jsut tell me please! :)
Bow chicka bow wow! Prepare for the emergance of THE ARK!!!!
-slightly above "n00b" level-
Proud leader of The Covenant and proud member of Night Stalkers