Tunnel/cave type of maps

Tunnel/cave type of maps

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

Post Reply
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Tunnel/cave type of maps

Post by Jools »

Would it be possible to make a map that is like a tunnel inside a mountain? Spring doesn't use 3d-heightmaps, so I don't think you can make maps with things such as bridges, because the altitude component has just one dimension.

But, you could make a map that is juts a tunnel, no bridges, no roof etc. Here's a sketch of such a map:

Image

But is there a way to prevent aircraft from flying over the walls? Set a maxheight for air units?
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: Tunnel/cave type of maps

Post by SanadaUjiosan »

I had thought of exploring this theme... more in the overall setting and appearance of the map. Like you were in a giant (and with giant robots, REALLY giant) cavern. I was going to make a cave-y skybox, dim the lights a lot and put in crystal features and all that. But, it didn't make sense for CT so I never did it.

I'm not sure if a more tunnel-y approach could work, as you proposed. But, maybe.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Tunnel/cave type of maps

Post by smoth »

Jools wrote:But is there a way to prevent aircraft from flying over the walls? Set a maxheight for air units?
Nope :\
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Tunnel/cave type of maps

Post by Jools »

One option would be to disable air units completely then, as xta does on some maps 'because of low atmospheric pressure".
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Tunnel/cave type of maps

Post by Jools »

or can you make a gadget that filters all units for air units, and when their y-coordinate exceeds some value it sets the y-value to under that level? Would probably wreck pathfinding, but hey, what do we have to lose :)
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Tunnel/cave type of maps

Post by Jools »

I thought of having a feature that when an explosion occurs high enough, or a projectile hits the "roof", then it would trigger some kind of cavein event. You could have stones to fall etc...
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Tunnel/cave type of maps

Post by smoth »

Jools wrote:One option would be to disable air units completely then, as xta does on some maps 'because of low atmospheric pressure".
this is probably a reasonable option.
User avatar
SanadaUjiosan
Conflict Terra Developer
Posts: 907
Joined: 21 Jan 2010, 06:21

Re: Tunnel/cave type of maps

Post by SanadaUjiosan »

Smoth....

Image

Jaburo map? :lol:
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Tunnel/cave type of maps

Post by gajop »

So it's impossible to create zones in which planes cannot fly - i.e impassable region for planes? that sounds like an engine request

Two ways of solving it in lua:
1. Destroy or move units that attempt to go to no-fly zones - ugly and fights with pathfinder
2. Create your own 2D map which contains no fly zones, and with it a lua-based pathfinder that creates a group of sub-orders(commands) for air units (just consider that the no-fly zone should be extended a bit further from the hills, in order to accommodate for air maneuvers.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Tunnel/cave type of maps

Post by smoth »

Gajop, aircraft don't use the spring pathfinder stuff.
Google_Frog
Moderator
Posts: 2464
Joined: 12 Oct 2007, 09:24

Re: Tunnel/cave type of maps

Post by Google_Frog »

For this idea to work a game would have to be designed to work for maps like this. Otherwise it is at best a lolmap. Even if you block aircraft there is still a problem with high altitude vlaunch missiles that many games like to use.
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Re: Tunnel/cave type of maps

Post by Jools »

Yes, it's for that I thought about making the cavein gadget, that explodes projectiles of high altitude.

But the real problem is that a map is a map is a map, it shouldn't behave like a mod. Therefore if you disable units etc you are affecting the part of the game that should be handled by the mod, and that's bad.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Re: Tunnel/cave type of maps

Post by smoth »

game adds support for cave maps DONE
User avatar
SwiftSpear
Classic Community Lead
Posts: 7287
Joined: 12 Aug 2005, 09:29

Re: Tunnel/cave type of maps

Post by SwiftSpear »

This has been an annoyance for me for a while... that being said, it's not really an unusual standard for RTS. The same is true for both Starcraft 2 and Supcom modding. Still... I really wish we could claim to be the guys pushing the RTS market forward.
Post Reply

Return to “Map Creation”