many games use pixel art and a 3d base map to allow for true terrain height.
once we have the concept of terrain height, you can then work on cliffs and impassable terrain vs climbable terrain.
you can also use height as a metric for more efficiant solar panel area. making higher terrain valuable for both defensive capabilities, as well as power production.
you can require minor terraforming and terrain smoothing to allow for factory placement (buildings would have to be on flat land, so slopes would have to be dug down or piled up to make them large enough to hold the structures.
height can affect things like cable distance, etc to make building more or less complex.
example:
http://3.bp.blogspot.com/-j0HgfulE5gY/U ... _00015.jpg
https://i.ytimg.com/vi/Xw-kRV79x5U/maxresdefault.jpg
add height to the map
Moderator: ickputzdirwech
Re: add height to the map
Real 3d cliffs can be done without major engine changes and without real 3d textures/polygons...
viewtopic.php?f=6&t=57794#p343014
viewtopic.php?f=6&t=57794#p343014
Re: add height to the map
It looks like this would just be complexity for complexity's sake, I do not see how adding this would improve gameplay.
This requires deep changes in the engine, which would take a significant amount of time. I think this time could be better spent elsewhere.
This requires deep changes in the engine, which would take a significant amount of time. I think this time could be better spent elsewhere.
My mods: Red Alert Harvesters - Clean Pipes - Filtered Splitters
Re: add height to the map
it does, yes and it might be. but the one thing about the game to me is the lack of a Z axis that can be used in many ways to enhance game play.This requires deep changes in the engine, which would take a significant amount of time. I think this time could be better spent elsewhere.
This could also work as you can code off that area and "Z axis height XXX" which would allow for much of the same results.ThaPear wrote:It looks like this would just be complexity for complexity's sake, I do not see how adding this would improve gameplay.
This requires deep changes in the engine, which would take a significant amount of time. I think this time could be better spent elsewhere.
Almost forgot to mention one of the other major uses would be liquids. height = pressure.