Commandos/Swat 2-like games: Possible in Spring?

Commandos/Swat 2-like games: Possible in 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
alandunaway
Posts: 2
Joined: 28 Sep 2014, 22:24

Commandos/Swat 2-like games: Possible in Spring?

Post by alandunaway »

Hey, I'm a bit new to Spring, want to know if it's possible to make a Swat 2-like game, in which you only had a team of 4 to 6 members to complete missions, and each member had their own function in the team.

If yes, are there any learning sources(tutorials)?

Thanks.
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by gajop »

Just keep in mind that animating organics is a bit hard in Spring (out of the box support for mesh deformation is not available).
User avatar
bobthedinosaur
Blood & Steel Developer
Posts: 2702
Joined: 25 Aug 2004, 13:31

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by bobthedinosaur »

the main issue will be internals of buildings, but if you focus on outdoor combat yeah its pretty doable.
alandunaway
Posts: 2
Joined: 28 Sep 2014, 22:24

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by alandunaway »

It's not that hard to build interiors. Before thinking about Spring, I was going to consider using GMStudio, which would make the task a bit harder. The hardest thing in Spring is its LUA scripting, but its 3D mapping system is a bit attractive, which would make more beautiful maps.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by FLOZi »

Silentwings wrote:Yes, and http://springrts.com/wiki/Game_and_Unit ... evelopment. It's a long road ;)
Old link, please use http://springrts.com/wiki/Gamedev:Main
User avatar
Silentwings
Posts: 3720
Joined: 25 Oct 2008, 00:23

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by Silentwings »

Old link,
It's what you currently get if you click on "Game Development" from the main page of the wiki.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6242
Joined: 29 Apr 2005, 01:14

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by FLOZi »

Silentwings wrote:
Old link,
It's what you currently get if you click on "Game Development" from the main page of the wiki.
Fixed. I hate that 'main page'.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by SinbadEV »

alandunaway wrote:It's not that hard to build interiors. Before thinking about Spring, I was going to consider using GMStudio, which would make the task a bit harder. The hardest thing in Spring is its LUA scripting, but its 3D mapping system is a bit attractive, which would make more beautiful maps.
It's not the "making" so much as the "working with" that's the problem... the pathing in SpringRTS doesn't like narrow corridors or "walls"... and you can never have a place where something is able to walk "over" another part of the map (like you would need for multiple floors or overpasses)... and in order to have textures not stretched so far they look terrible your "walls" would have to be 3D models AND terrain mashed together.Sooo many problems.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10454
Joined: 24 Jan 2006, 21:12

Re: Commandos/Swat 2-like games: Possible in Spring?

Post by PicassoCT »

boolItsDamnDifficultToPutOff

Commandos/Swat 2 had complex interior scenarios, wer you traversed buildinginterior.
Spring has trouble handling this circumstances..

You could work around, by making them another part of the map, and connect the stairs with them via teleporter.

But it would be hacky.
I suggest taking a opensource rogue like and modify it into a such a personal rts.
Smoth has worked on smothing like that.
With Spring.
Which contradicts that it wouldnt be possible with a RTS.

My Suggestion - make a DemoMap, then a DemoMod (where just CubeCommandos fight Cube Terrorists) and find out if it is fun.
Post Reply

Return to “Game Development”