Forums Index >> Modding >> More modwizard problems...



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.

Tuesday, October 05, 2004 at 5:18:17 PM

I try 2 but nothing happens!!!!!!!!!!!!!!!!!!!

Tuesday, October 05, 2004 at 6:47:51 PM

Um, that's not really helpfull

Tuesday, October 05, 2004 at 7:14:25 PM

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?

Tuesday, October 05, 2004 at 8:16:10 PM

I copyed and pasted, and I reinstalled like 5 times. Just to make sure, I'll reinstall it again.

Tuesday, October 05, 2004 at 8:34:10 PM

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.

Tuesday, October 05, 2004 at 9:25:42 PM

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

Tuesday, October 05, 2004 at 9:53:47 PM

The only thing I installed before modwizard was the ignore script(it's number one prioraty to have an ignore script)

Tuesday, October 05, 2004 at 10:09:30 PM

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...

Saturday, December 04, 2004 at 12:17:18 AM

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!

Saturday, December 04, 2004 at 9:00:32 AM

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

Saturday, December 04, 2004 at 5:36:18 PM

That happened to me too. It wuldnt work. Turns out I copied and pasted rong XD

Did u put them in the right folders?

 

Tuesday, December 07, 2004 at 1:03:48 PM

// 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.

Monday, December 13, 2004 at 10:59:45 AM

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!

Saturday, December 18, 2004 at 12:21:35 PM

// 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

Saturday, December 18, 2004 at 4:24:40 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald