Skip to main content
GameDev.net gamedev.net
🔒 Locked

RTS engine

Started by Aiursrage2k Dec 20, 2006 at 7:58 PM 8 replies 14.3k views
Original Post
Aiursrage2k
Aiursrage2k
I am looking to create an RTS game, but I dont want to start from stratch. Are there any good' free/none free RTS engines.
Insufficent Information: we need more infromationhttp://staff.samods.org/aiursrage2k/
Michalson
Michalson
You don't really see a lot of source code/tutorials/demos for RTS games (in part because they where a fad around '97 and have since faded with the re-emergence and now long reign of derivative FPS games).

The only one I've seen, beside a binary only demo of the beginnings of a Delphi RTS many years ago, is the Torque RTS starter kit, which I know of many because of all the Torque ads we've got running.



Or go directly to the starter kit here

It would appear you would need to purchase the Torque Indie licence for $100, then the RTS kit for $49. The Torque Game Engine has a 30 day demo, but there is only a Quicktime video for the RTS kit. If you're an individual (to which $49-$149 is real money and not chump change [to a company it would cost several times more in wages to evaluate the product, then the actual cost of buying the indie licence]) you might want to look up some reviews to see if its what you want - you don't really specify what specific RTS features you are looking to have pre-done. If you are not doing something completely different you might looking at making a mod or heavily scripted map for an existing RTS (i.e. Warcraft 3), then if it pans out look for a full team to write the now play tested game from the ground up.


slymr
slymr
The site seems to be down but its called TA spring. It is a bit complex though.
slymrHopefully game is in progress.
hardcoded1337
hardcoded1337
del

[Edited by - hardcoded1337 on September 5, 2008 1:09:25 AM]
bocios
bocios
Hi all!

I'am looking for a 3D game engine for creating a 3D RTS game.
i saw several engines, but can't make decision.
Preferred C++ or C# based engine.
Last i saw C4 engine, TGEA+RTS Kit, and NeoAxis.
But i don't want to scripting too much, so i think TGEA isn't for me, because it uses TorqueScript very instensive.
BTW i don't familiar these engines.
Please give me some advice.

Thanks and sorry for my English!
americaneseian
americaneseian
Its not hard to make one yourself : )

I love RTS games and have been programming awhile; sooooo I decided to create my own RTS engine. So far there is a framework in place to design AIs to fight against other AIs or human players (I had some friends make AIs), editors for making units, weapons for the units, and shots for the weapons, and a model editor for creating models (though I havent made much use of it yet, im still working out the kinks). And, of course, all in 3d thanks to the wonders of the Java OpenGL bindings (JOGL) and made my own particle physics engine for explosions.

I've only been working for a week or two but a video of the engine can be found at:
Holland
Holland
I'm guessing that you could still just use something like Ogre3D to handle it. Even an FPS engine could handle an RTS if you play your cards right. Although you'll likely have to create certain things (tiles/tile system comes to mind) that an FPS engine won't have. But I see no reason not to start off with pretty much any engine.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.