Game Development Community

For everyone who has made an RTS type game with TGEA

by Benjamin C. Good · in Torque Game Engine Advanced · 02/19/2009 (11:28 pm) · 5 replies

my title explains all of it pretty much, but if you ever made a game like Hinderland or some type of RTS tell me how long it takes n where they learned hw to modifie TGEA to do that.

#1
03/08/2009 (7:08 pm)
Nobody has ported the RTS-SK to TGEA yet, apparently. Search the forums for "RTS TGEA" and you'll see lots of posts.

As for development time, I asked that same question several years ago.

Tribal Trouble took 10 or 12(?) man-years, according to one of its developers.

Marc Currie said he'd put about 5 man-years into Trash.

Those games weren't based on Torque. But a Torque RTS would still take pretty long to write. The RTS genre is just inherently difficult. I think RTS is probably the 2nd most difficult genre to tackle, 2nd only to an MMO maybe.
#2
03/08/2009 (7:26 pm)
I ported the bulk of the RTS kit to TGEA 1.03 in one day. That did not include the mini-map or the selection circles, but everything else was up and running quickly. I do believe there is also an MMORTS (forgetting the name of it though) that has been released with TGEA and is featured in some of the promotion screenshots. So it has been done and can be done.
#3
03/08/2009 (10:18 pm)
man, MMORTS has to be the genre from hell (difficulty-wise) :-)
#4
03/10/2009 (2:04 am)
Hinterland was made from scratch with TGEA.
#5
03/26/2010 (11:07 am)
Hinterland -- that was a fun game. But I don't recall seeing the Torque splash window, it must have been licensed commercially.

And YES!! RTS games are much more complicated that a FPS game.

Just spent ~3 months (for college course) making a TGE "game", everyone else just made a FPS style game with only 1-2 code changes to add features. That plus making a new level, in retrospect --- something I could now do in a couple days.

Myself I wanted a "challenge" so I decided to try and make a RTS game with the TGE RTS kit ... and have made dozens of bug fix/hacks code and script changes ... and still, its FAR from a "game" or even close to bug free.