Question: How high can a map maker build the land up?
-
sg1efc
- Trained

- Posts: 376
- Joined: 30 Dec 2009, 03:14
Question: How high can a map maker build the land up?
Was just wondering if there is a limit, as to how high a map can go up in height/vertically?
Thinking that going up even higher than the maps I have played so far, might result in some interesting results...
Or going up higher is not possible? 
My Thanks to everyone past, present and future who have helped to create & continues to improve WZ2100, you're all Awesome! 
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Question: How high can a map maker build the land up?
No, it's not possible; the heights are ranging from 0 to 255 (colors of the heightmap are also limited to that), where 255 is some hard-coded maximal height.
Sure it would be cool to have more epic terrain. Probably by adding a certain height multiplier parameter to every map (defaults to 1 if not specified).
Sure it would be cool to have more epic terrain. Probably by adding a certain height multiplier parameter to every map (defaults to 1 if not specified).
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Question: How high can a map maker build the land up?
It's easily changed in 3.1+. If enough of us ask nicely, I'm sure the Dev team would be happy to change the max height to 512. 
I know I'd like them boosted myself.
I know I'd like them boosted myself.
-
Shadow Wolf TJC
- Regular

- Posts: 1047
- Joined: 16 Apr 2011, 05:12
- Location: Raleigh, NC
Re: Question: How high can a map maker build the land up?
Like NoQ said, the heights of a map correspond to the alpha colors (black-white) of a heightmap, though a height multiplier could allow for the creation of maps of such epic heights (at the possible cost of being less smooth). However, if it ever gets to that point, then I'd also like some sort of value in which VTOLs cannot fly below a certain height, in the case of maps with abyss-like drops below, like in Corvana Chasm from Supreme Commander 2, or one of those maps from StarCraft 2 that are set on a space station.
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
-
Goth Zagog-Thou
- Regular

- Posts: 1582
- Joined: 06 Jan 2007, 08:08
- Location: Delta Base
Re: Question: How high can a map maker build the land up?
That's easily changed also. Come to think of it, I don't recall seeing a "absolute maximum" anywhere in the code -- merely the arbitrary maximum values that could be easily changed and then applied with a fresh compile.
I'll work on that today and see for myself if there *is* a maximum.
I'll work on that today and see for myself if there *is* a maximum.