Game Development Community

Tim Aste Combo Pack 2

by Chris Sargent · in Torque Game Engine · 12/16/2007 (1:21 pm) · 4 replies

Has anyone purchased this? I have a few questions concerning this pack (I am an owner of it).

#1
12/16/2007 (1:40 pm)
What are your questions?
#2
12/16/2007 (1:50 pm)
I'm learning about the Torque directory structure right now as that is my goal to know what all the directories and files do and how they work together to create a mission. I read through the documentation with the combo pack and it provided me with a description of 4 scripts.

What I would really like to do is isolate just one of the missions, such as the war zone and move it so it is alone and I can study the different parts of how that is set up. What I mean is how can I get just the warzone in torque by itself, as i am not sure what all is required to go with it. I don't want to have to select warzone from a list of missions, I just want that one by itself so I can see how the parts work together to create the mission.

I hope that makes sense concerning what I want to do!

Thanks,
#3
12/16/2007 (6:35 pm)
I don't have combo pack 2 , but basically, look in the .mis file. It will be in "data/missions/" folder. It's just a text file so you can open it in your favorite text editor. If you don't want to pick the mission from a number of missions, just delete the extra missions from the missions folder. What scripts are required depend on what is in the mission file, and several others. (like player.cs)

Edit: I'll redownload it so I can see what's needed.

Edit #2. Ok, to find out just what files are needed, look in the demonstration folder.
#4
12/17/2007 (3:22 am)
Thanks very much. I had looked at the .mis files but I did not realize that I could open them with any editor!!