How to start with spring ?

How to start with spring ?

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
spotlight
Posts: 2
Joined: 25 Dec 2012, 13:55

How to start with spring ?

Post by spotlight »

Hello ..
at first I am sorry If my question is in a wrong place.
I am new in Spring Engine. I want to develop a turn based multi player online game using spring. but I am a bit confused how I can start .
Any help please? thanks in advance
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Re: How to start with spring ?

Post by FLOZi »

Turn based has been attempted before and is technically feasible but afaik, no-one has ever really done it reliably.

Spring is a real-time engine and that is what it is suited to, sorry. :(
spotlight
Posts: 2
Joined: 25 Dec 2012, 13:55

Re: How to start with spring ?

Post by spotlight »

FLOZi wrote:Turn based has been attempted before and is technically feasible but afaik, no-one has ever really done it reliably.

Spring is a real-time engine and that is what it is suited to, sorry. :(
thanks for answering :)

Ok, does it support tournament gaming?
does it have special features? where Can I read about features(links or articles) ?
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: How to start with spring ?

Post by PicassoCT »

http://springrts.com/wiki/Mod_and_Unit_ ... evelopment


Please do understand that we usually are not helpfull before somebody has not "visibly" invested at least a day of work into his project.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: How to start with spring ?

Post by smoth »

spotlight wrote:Ok, does it support tournament gaming?
No.
spotlight wrote:does it have special features?

Seems you have mistaken an engine with a game. Spring does handle, sound, netcode, ui ai(targeting, pathing and other behaviors). It has a lua interface that you can use to impliment most gameplay stuff outside of stuff like MMORTS or spherical worlds. That sort of stupid shit requires an engine custom setup for it.. of course you can always go fork the engine.
spotlight wrote:where Can I read about features(links or articles) ?
You can go try the currently existing games and spend some time doing some research of your own. You are essentially asking us to do your engine evaluation for you. Do the grunt work yourself then come back with more specific questions so we can better help you.

Part of any game project is spending the time to evaluate the potential engines for your project. The questions like "what are the features of.." essentially are so unfocused that you are asking for EVERYTHANG the engine can do. That is too big a question. If this post is unsatisfactory as far as an answer please ask more specific questions.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: How to start with spring ?

Post by knorke »

here are some similiar threads maybe they answer some questions you might have:
http://springrts.com/wiki/CollectionOfS ... mod_spring
does it have special features?
3d, opensource, windows & linux, moddable, still being developed, free.
I think there is no other rts engine that has all that?
video that shows random stuff:
http://www.youtube.com/watch?v=sycqjNmQjmc
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: How to start with spring ?

Post by gajop »

knorke wrote:3d, opensource, windows & linux, moddable, still being developed, free.
I think there is no other rts engine that has all that?
0ad is pretty close to that, except i'm not sure on the moddability part, and it's still early in the alpha
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Re: How to start with spring ?

Post by knorke »

ah yes 0 AD.
0 A.D’s game engine is called Pyrogenesis and it is specifically designed for flexibility and ease of modification. The engine is in C++, and gameplay scripting is in JavaScript. Game logic, artwork, and data can easily be changed through data files.
So in theory it is moddable but in practice maybe not so much yet? http://trac.wildfiregames.com/ticket/304
Post Reply

Return to “Game Development”