Create A Game
by Joseph Cohen · in Torque Game Engine · 06/12/2003 (12:17 pm) · 2 replies
I looked at the getting started guides
Do I basically modify the demo to make my own game?
Also, I have a question one I get past actually making the game...how can I make missions? So that you need to do mission 1 before 2 etc. and profiles are saved.
Do I basically modify the demo to make my own game?
Also, I have a question one I get past actually making the game...how can I make missions? So that you need to do mission 1 before 2 etc. and profiles are saved.
#2
06/12/2003 (12:43 pm)
Leslie, you didn't set up a project here, right? I was curious about your game.
Torque Owner Leslie Young
http://www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=8230
You could do the profile stuff and one mission after the other thing, heck you could even make different missions load depending on where the player exit a map (yeh, you couod place exit points), but this all takes a load of work, and you should be comfortable with the scritping language and then C/C++ if you wanna do some cooler stuff :b
If you search the forums and resources (wich could take a while :) you might find code samples to what you need.
Point is, it WILL take some time to learn how this engine work if your new to it. It took me about a month or so before I knew what I was actually doing :> (Looking for kewl resources posted by people and adding it to see what happens and why they did it like that was the way I learned how the engine works, and now my commercial game is almost done, 4 months in dev sofar :)