Page 1 of 1

Irrlicht RTS Engine

Posted: Mon Jul 27, 2015 6:03 pm
by Elias
Hello all!

I love RTS games and I have tried developing RTS games every now and then. This is my Irrlicht RTS engine I want to further develop and make it better and hopefully some of you will join. I will put it in open source!

Here is a link to a running example, just download and play
https://drive.google.com/file/d/0B74Ikd ... sp=sharing

Here is a link to the project at bitbucket
https://bitbucket.org/elias_ericson/c-3 ... t-game/src
Currently it's working on windows

Here is a link to a youtube video I recorded of the engine
https://www.youtube.com/watch?v=aXHkv4ptI6I

What you can do at the moment in the engine
  • You can harvest stone
  • Build houses
  • Train units
  • Move around with units
  • Attack with units
  • Use the minimap
  • Move the camera around
  • Display unit information
  • Play in multiplayer through TCP/IP
Known bugs
  • The graphics are just for testing, you can train a dwarfwarrior and its animation is not functioning properly at the moment.
  • The minimap's color for current player is not showing correct at the moment
  • A known bug can occur in multiplayer when it gets out of sync then the game crashes, this will be fixed soon
Image
Image
Image
Image

Re: Irrlicht RTS Engine

Posted: Tue Jul 28, 2015 9:59 am
by CuteAlien
Pretty impressive already. But wondering - why use such an old Irrlicht version?

Re: Irrlicht RTS Engine

Posted: Tue Jul 28, 2015 11:16 am
by Elias
CuteAlien wrote:Pretty impressive already. But wondering - why use such an old Irrlicht version?
Thank you, the old Irrlicht version is because I started with the project when that version was active, I will change to a newer Irrlicht version soon! The project was on ice for a while