Game Development Community

how do i make a new mod for torque (where is the tutorials and c

by Kariem2k · in Torque Game Engine · 08/28/2002 (5:05 pm) · 5 replies

hello
i want to know how to make a mod(or a new game by scripting) with the torque engine please tell me where can i find a source for a game made by torque (not realm wars or the demo comes with it)i want real game with documentation for it.
thanks

#1
08/28/2002 (5:39 pm)
Realm Wars is a "real game".

There is some documentation for the scripting language;

www.garagegames.com/docs/torque.sdk/index.php
#2
08/29/2002 (8:26 am)
thanks for your reply but i want to know how the mod works when i open the cs files i can't find any thing about the movement code or about the weapon the only thing i see the jumpforce=8.3 * 90 where is the programming about jumping if it in the engine then what is the use of scripting whithout modefing the engine'ssource code
please reply
thanks
#3
08/29/2002 (9:10 am)
No one said you could make a real game by only using the scripts... scripts is like the configuration layer after the engine... it defines basic stuff... nothing fancy... all rendering, math, etc is done in the engine itself... you can change gameplay or gui's from the scripts..
#4
08/29/2002 (9:18 am)
thanks very much
#5
08/29/2002 (9:47 am)
/me scratches his head