Forums Index >> Modding >> More modwizard problems...
Page : <1> :
I try 2 but nothing happens!!!!!!!!!!!!!!!!!!!
Um, that's not really helpfull
Delete what you did and try it again, It took me two trieas to get it to work, Read everything on the page too. Also did you copy and paste the script or did you typ it in yourself?
I copyed and pasted, and I reinstalled like 5 times. Just to make sure, I'll reinstall it again.
I did that! Nothing is working for me! I DID look back in the forums and I saw nothing that helped me. So I wanted a more up-to-date answer and I made this forum.
Do you have anything before the Modwizard exec line? Like the camswitcher exec line etc.
Last edited: Tuesday, October 05, 2004 at 9:53:59 PM
The only thing I installed before modwizard was the ignore script(it's number one prioraty to have an ignore script)
I have been having problems with that same thing. My "m" wont work. I think it has somthing to do with this. This is all the keys to modwizard and guess what!! The "m" isnt there! Omg! This file is called modwizardprefs its easy to find. Its one of the ones you download
// Keys to use for ModWizardber
$ModWizard::DeleteObject = "k";
$ModWizard::RaiseObject = "t";
$ModWizard::LowerObject = "g";
$ModWizard::AddBouncePad = "1";
$ModWizard::AddFixedArrow = "2";
$ModWizard::AddChangingArrow = "3";
$ModWizard::AddReload = "4";
$ModWizard::AddPowerUp = "5";
$ModWizard::AddGreenSpawnPoint = "y";
$ModWizard::AddBlueSpawnPoint = "u";
$ModWizard::AddTree = "6";
$ModWizard::AddRock = "7";
$ModWizard::AddVolcano = "8";
$ModWizard::AddBones = "9";
$ModWizard::AddSkeleton = "0";
$ModWizard::SaveData = "CTRL S";
$ModWizard::ClearAll = "CTRL Z";
$ModWizard::SmallNudgeSize = "CTRL 1";
$ModWizard::MediumNudgeSize = "CTRL 2";
$ModWizard::LargeNudgeSize = "CTRL 3";
$ModWizard::SmallRadiusSize = "CTRL 4";
$ModWizard::MediumRadiusSize = "CTRL 5";
$ModWizard::LargeRadiusSize = "CTRL 6";
$ModWizard::Suicide = "q";
$ModWizard::ShowSpawnPoints = "CTRL Y";
$ModWizard::HideSpawnPoints = "CTRL U";
If anyone has modwizard working, please post your vertion of this file so we can see whats wrong. This file is located in thinktanks/game/clients/scripts/modwizardprefs.
Easy shmeezy...
You have to add the "M" function in main.cs, like so:
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
You can change the "m" to "w" or whatever key you want there.
I at first couldn't get Modwiz working either, just put all the files in client/scripts and server/scripts. DON'T JUST PUT THEM IN THE SERVER AND CLIENT FOLDERS, put them in the SCRIPTS folders. Hope this helps!
Man nick ur helping every one with modding and yet I havent seen one of urs.
not that im not grateful for the help :P
That happened to me too. It wuldnt work. Turns out I copied and pasted rong XD
Did u put them in the right folders?
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "m";(exec("game/server/scripts/ModWizardMain.cs"); ), "exec("game/client/scripts/ModWizardBindings.cs");"); "(;
}
The first time I installed it, I had this by mistake. It wouldnt work. Eben though I copied and pasted.
then I tried againand it worked.
For those who have done everything absolutely spot on, but not getting MW working (in your servers!), it's because you have a cracked version of TT! I know that through expierence! But now I'm a TP (Theme Park) Technic!
// Keys to use for ModWizardber
$ModWizard::DeleteObject = "k";
$ModWizard::RaiseObject = "t";
$ModWizard::LowerObject = "g";
$ModWizard::AddBouncePad = "1";
$ModWizard::AddFixedArrow = "2";
$ModWizard::AddChangingArrow = "3";
$ModWizard::AddReload = "4";
$ModWizard::AddPowerUp = "5";
$ModWizard::AddGreenSpawnPoint = "y";
$ModWizard::AddBlueSpawnPoint = "u";
$ModWizard::AddTree = "6";
$ModWizard::AddRock = "7";
$ModWizard::AddVolcano = "8";
$ModWizard::AddBones = "9";
$ModWizard::AddSkeleton = "0";
$ModWizard::SaveData = "CTRL S";
$ModWizard::ClearAll = "CTRL Z";
$ModWizard::SmallNudgeSize = "CTRL 1";
$ModWizard::MediumNudgeSize = "CTRL 2";
$ModWizard::LargeNudgeSize = "CTRL 3";
$ModWizard::SmallRadiusSize = "CTRL 4";
$ModWizard::MediumRadiusSize = "CTRL 5";
$ModWizard::LargeRadiusSize = "CTRL 6";
$ModWizard::Suicide = "q";
$ModWizard::ShowSpawnPoints = "CTRL Y";
$ModWizard::HideSpawnPoints = "CTRL U";
Here are the files in my ModWizard prefs file. No 'm', but my MW still works. Go figure. CK
Page : <1> :
Ok, I did everything to install modwizard, I go into an empty server I made, I press m, and it won't work!! Any comments? I have a mod idea I really want to do.