Game Development Community

Request Section?

by Kevin R. · in Torque X 2D · 03/15/2008 (9:04 am) · 4 replies

Since I'm not seeing a request section, I'll add a post here...

1.) Terrain Editor (Better than TGEA Editor).
2.) A (basic) demo that doesn't use the txscene files (having the txscene files external leaves it wide open for anyone to view and alter these files).
4.) Support for newer versions of ter files.
3.) For the love of god please add documentation!!!

#1
03/15/2008 (1:02 pm)
I could do (2) for you (at least 2D for now...I haven't spent a lot of time on 3D yet). How about Pong with no .txscene? That's pretty basic. Or did you have something else in mind?
#2
03/17/2008 (4:55 pm)
I was hoping for a 3D one that implemented the existing 3D features of torquex so I could get a handle on the engine.
#3
03/17/2008 (5:17 pm)
@Kevin,

Ok. Well, John K. has a book in the works which I think will include what you want.
#4
03/20/2008 (9:42 am)
For #2 you could always always write a class that reads/writes encrypted xml files and passes it to the torque engine.

I don't think you'd want to handle scenes 100% in code for a decent sized game as it could become a nightmare to create and mantain new levels.