Forums Index >> Help >> I just need plain help with ModWizard
Page : <1> :
Right click on thinck tank short cut go to details find the one that has c/proggrams/thinktanks. Go to my commputer and the folloe the details it gave you and everything will be there,
What exactly doesn't make sense? Those are pretty clear instructions.
And, no offense to -z-, but Warfare's Modwizard is much better :)
^^Yeah the install instructions for Warfare's ModWiz are much more easy to "friggin make sense of" lol.
I used to eat a lot of natural foods until I learned that most people die of natural causes.
Page : <1> :
I just need plain help with ModWizard! This: 1. Copy all the files in the help folder into: ThinkTanks/game/client/help/ (these are additional in-game help pages for the ModWizard.
(in case your zip hasnt extracted into 4 folders, these files are: 8.hfl | 9.hfl | magiworks.png | modwizard.png | mwtitle.png
2. Copy all the files in the client folder into: ThinkTanks/game/client/scripts/ (these are the preferences and a script to control the hotkeys)
(in case your zip hasnt extracted into 4 folders, these files are: ModWizardBindings.cs.dso | ModWizardPrefs.cs
3. Copy the file in the server folder into: ThinkTanks/game/server/scripts/ (this is the main script)
(in case your zip hasnt extracted into 4 folders, this file is: ModWizardMain.cs.dso
4. Now fire up a text editor of your choice, and open the file: ThinkTanks/main.cs.
5. At the very bottom of this file, add the following lines:
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
(copy and paste them to avoid mistakes)
6. Save that file. (you can always simply delete these lines to remove the script from ThinkTanks)
7. Read through the rest of this page and familiarize yourself with the keys. (if you need to change them, there is information on this lower down)
8. Now fire up ThinkTanks itself and create a server. Make sure there are no bots, and set a password so that people don't come in and interfere. The ModWizard will not work if there is anyone else in the server.
9. Once in the new server, simply press M and the script is activated. Pressing M again, will deactivate it.
MAKES NO FRIGGIN SENCE TO ME! XO XO XO
Last edited: Tuesday, June 13, 2006 at 5:26:37 PM