Page 1 of 1
Commandos/Swat 2-like games: Possible in Spring?
Posted: 28 Sep 2014, 23:19
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.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 28 Sep 2014, 23:27
by Silentwings
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 28 Sep 2014, 23:35
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).
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 00:46
by bobthedinosaur
the main issue will be internals of buildings, but if you focus on outdoor combat yeah its pretty doable.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 01:15
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.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 08:15
by FLOZi
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 09:07
by Silentwings
Old link,
It's what you currently get if you click on "Game Development" from the main page of the wiki.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 17:38
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'.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 29 Sep 2014, 18:19
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.
Re: Commandos/Swat 2-like games: Possible in Spring?
Posted: 30 Sep 2014, 10:24
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.