Game Development Community

dev|Pro Game Development Curriculum

Super Simple Torque Demo with Console

by Danner Jones · 02/06/2004 (11:51 am) · 5 comments

Download Code File

I wrote this for those people wanting to know what a bare minimum Torque app would look like. It also serves as a way to introduce and explain some basic features of Torque and what the scripts are capable of. Hopefully people new to Torque can learn the basics of how scripts work and get some confidence about them and then move onto the full Torque Demo scripts.

If anyone feels the need to see this combined into ONE script file, similar to the original Super Simple Torque Demo app (called TinyDemo, in the original's zip download), let me know. While I like the idea of having a tutorial keep all the code in one nice neat file for simplicity sake, I think it makes sense - even for a tutorial - to keep some pieces in separate files.

#1
02/06/2004 (4:02 pm)
I keep getting an error when attempting to download the .zip.

"The page you requested was not found.
We're sorry. The Web address you entered is not a functioning page on our site. Please check the URL for proper spelling and capitalization."

I'll try again later.
#2
02/07/2004 (1:20 pm)
Try this one, it should work, its from the original post. I cant tell you if its the correct code or not, but its definately the same persons work.


www.garagegames.com/uploaded/code/5162.supersimpletorquedemo.zip
#3
02/07/2004 (1:23 pm)
Hmmmmm. I just noticed that it might not help you with this tutorial, but it might get you started if your looking for a place to start.

Sorry.
#4
02/09/2004 (9:51 am)
Not exactly what I was hoping for, but has some good info for GUI needing folks...
_______________
GokouZWAR
#5
07/14/2004 (9:41 am)
Hi, very good resource. I now trying assign common part (editor) to your simple torque resource. No inside, I can make switcheable option -> i.e. -devmode or $use_common = true/false :) for assign common script to game for editing level/gui/ etc., but all without result :(. Can you help me?

Here is my version of your code cca 100kb , it