Forums Index >> Modding >> HELP ME



Page : <1> :


Help me.... My acc name is william-(BHT) and I need help with modwixard.... When I dl it.. 4 folders appear and then idk what to do HELP PLZ

Thursday, June 08, 2006 at 9:49:32 AM

There are instructions right where you downloaded it from.

 

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.

 

 

 

Thursday, June 08, 2006 at 11:25:03 AM

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