Spring RTS Engine
-
Shadow Wolf TJC
- Regular

- Posts: 1047
- Joined: 16 Apr 2011, 05:12
- Location: Raleigh, NC
Spring RTS Engine
I've heard about a number of open-source engines, but the Spring engine caught my eye, as it looked like it was an RTS engine that originally started off as an attempt to bring Total Annihilation into the realm of 3D, but evolved to support a wide variety of features, one of which appears to be full-scale zooming (as seen in Supreme Commander 1 and 2). I've even heard that there's a game that was developed from Spring that's based off of Earth 2150, called Expand & Exterminate, was it? Anyways, here's a video demonstration of some of the things you can do with this engine.
Creator of Warzone 2100: Contingency!
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
-
milo christiansen
- Regular

- Posts: 749
- Joined: 02 Jun 2009, 21:23
- Location: Perrinton Michigan
Re: Spring RTS Engine
I personaly dislike spring. It feels too "loose" and the mouse wheel is reversed from every other game in existance.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
- Demigod Game Ganual
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Spring RTS Engine
I never managed to start it on my pc (ATI HD3450, regardless of the OS i tried) 
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Shadow Wolf TJC
- Regular

- Posts: 1047
- Joined: 16 Apr 2011, 05:12
- Location: Raleigh, NC
Re: Spring RTS Engine
Personally, I wonder if it's possible to develop a game that's either a recreation of Warzone 2100, or is at least based off of it, for Spring.
Creator of Warzone 2100: Contingency!
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
-
nolemretaW
- New user
- Posts: 4
- Joined: 07 Nov 2011, 10:34
Re: Spring RTS Engine
warzone engine's code is outdated, but some features are ahead its time, e.g:Design interface, the commander link feature, auto retreat to repair etc. Probably not all these features are available in Spring engine.
-
Ezio
- Trained

- Posts: 306
- Joined: 24 Apr 2010, 16:42
Re: Spring RTS Engine
but we're already use latest stable engine library in developmentnolemretaW wrote:warzone engine's code is outdated, but some features are ahead its time, e.g:Design interface, the commander link feature, auto retreat to repair etc.
it's not from engineProbably not all these features are available in Spring engine.
-
Shadow Wolf TJC
- Regular

- Posts: 1047
- Joined: 16 Apr 2011, 05:12
- Location: Raleigh, NC
Re: Spring RTS Engine
That is quite possible. I'd imagine that, as middleware, it would only cover some, but not all, of the core stuff that we'd require in a Warzone 2100 remake/(spiritual) sequel. However, what it doesn't cover, we could probably just program it in ourselves. I don't think it'll be all that hard to figure out how to program it in (especially for those familiar with C++), though it may take a while to actually do so.nolemretaW wrote:warzone engine's code is outdated, but some features are ahead its time, e.g:Design interface, the commander link feature, auto retreat to repair etc. Probably not all these features are available in Spring engine.
Granted, I don't yet know IF we can program in the necessary code, but I can hope.
Personally, I'm just more interested in developing a sequel to a 10+-year-old game than I am in working on updating or rebalancing said 10+-year-old game.Ezio wrote:but we're already use latest stable engine library in development
Creator of Warzone 2100: Contingency!
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
-
zany
- Trained

- Posts: 303
- Joined: 20 Sep 2011, 07:04
Re: Spring RTS Engine
Total Annihilation kicked ass!
Core Contingency was cool as well
Core Contingency was cool as well
-
Jorzi
- Regular

- Posts: 2063
- Joined: 11 Apr 2010, 00:14
Re: Spring RTS Engine
I've played a few spring games and its interface customizability and macromanagement capabilities are great. I usually had half the actions per minute as my brother, but we were still pretty equal.


-insert deep philosophical statement here-
-
Shadow Wolf TJC
- Regular

- Posts: 1047
- Joined: 16 Apr 2011, 05:12
- Location: Raleigh, NC
Re: Spring RTS Engine
I decided to bump this because I'm now seriously considering downloading Spring and using it as a programming basis for a Warzone 2100-inspired game. Although I'm currently unfamiliar with it, I could probably figure out how to develop stuff on there just as I did with modding Warzone 2100 while developing my Contingency mod. If and when it comes to it, I'll probably want to see if others would like to pitch in and help out.
Creator of Warzone 2100: Contingency!
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
Founder of Wikizone 2100: http://wikizone2100.wikia.com/wiki/Wikizone_2100
-
aubergine
- Professional

- Posts: 3462
- Joined: 10 Oct 2010, 00:58
Re: Spring RTS Engine
A lot of the game code can actually be pushed out of the core and in to scripts or mods. So long as enough of an API is provided for scripts to gain control over certain key things it would be feasible.
I'm not sure whether starting WZ again from scratch would be such a good idea.
I'm not sure whether starting WZ again from scratch would be such a good idea.
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
-- https://warzone.atlassian.net/wiki/display/GO
-
Rman Virgil
- Professional

- Posts: 3812
- Joined: 25 Sep 2006, 01:06
- Location: USA
Re: Spring RTS Engine
Exactly. As Garage Games has demonstrated for over 8 years now with the Torque game engine and Torque Script.aubergine wrote:A lot of the game code can actually be pushed out of the core and in to scripts or mods. So long as enough of an API is provided for scripts to gain control over certain key things it would be feasible.
I'm sure it wouldn't. Remember what Pumpkin Nick Cook said - 45 man years to create WZ.
I'm not sure whether starting WZ again from scratch would be such a good idea.
But what Shadow said is not that. It can be quite different depending on his exact meaning.
. (My emphasis added).Shadow wrote:
I decided to bump this because I'm now seriously considering downloading Spring and using it as a programming basis for a Warzone 2100-inspired game
.
-
Lord Apocalypse
- Regular

- Posts: 678
- Joined: 29 Jul 2009, 18:01
Re: Spring RTS Engine
I don't know if using a game framework would really be any easier to build a new spiritual successor to WZ rather than using an existing graphics engine. Seems customizing said framework to handle WZ data may end up being just as much work as building a new framework off of say Irrlicht or Ogre3d and adding in Bulletphysics etc.