Hello world using torque
by Ironbelly Studios · in Torque Game Engine · 02/15/2005 (2:23 am) · 1 replies
I am an absolute newbie to torque engine. I have purchased the engine and want to show "hello world" on a window using torque. Can somebody guide me please.
bye
bye
About the author
Torque Owner Jeremy Alessi
Basically:
function main() { print("Hello World"); }Save it as HelloWorld.cs
Then go to the Start menu (Windows) and choose Run and type command and then type cd C:\Torque (or whatever) and then tge -whateverfolder HelloWorld.cs