Game Development Community

problem with realm wars mod

by Dion Bailey · in Torque Game Engine · 02/26/2003 (5:49 am) · 3 replies

I've followed the get started tutorial on modding realm wars, but cant get the game to reconise my mods.
The tuttorials said to got to the script, edit the jumpForce value then run the game. But it didnt work. I'm assuming it didnt work because the game needs to be recompiled.

If someone can help, could please tell me what to do and how?

thanks in advance.

#1
02/26/2003 (6:05 am)
Make sure the .cs and .dso are not read only. These scripts will compile when you run the game. Barring any syntax errors. Hit the ~ key when tou get into a mission. If you get a bunch of red text then you probably have a syntax error in your script.
#2
02/27/2003 (9:46 am)
Also delete the dso files, they are the result of the engine compiling the scripts. When you delete them, that forces the engine to recompile the script file including your changes.
#3
02/28/2003 (3:18 am)
thanks guys. deleting the dso file worked.