how to design map like AOK ( AOE 2 )?
Does any one know how to design a the tile-based map of 3D type but 2D Screen just like the map of AGE OF KINGDOM (AOE 2)?
Should it base on the D3D?
August 04, 2000 12:57 PM
AoE is a tile based game (to the best of my knowledge). It works similarly to games such as StarCraft and Command and Conquer, in that it specifies its map using tiles.
You can use maybe a hexagonal grid, or regular quadrilaterals, and simply specify each cell in your map as a certain terrain type. This allows for the various textures, and illusion of height. I doubt very much if AoE uses D3D to simulate the height, it is far more probable that it simple uses a shaded texture to give that illusion.
You can use maybe a hexagonal grid, or regular quadrilaterals, and simply specify each cell in your map as a certain terrain type. This allows for the various textures, and illusion of height. I doubt very much if AoE uses D3D to simulate the height, it is far more probable that it simple uses a shaded texture to give that illusion.
you will want to look at the isometric/hexagonal section of the forum/programming refrence thats what you want, isometric is for the diablo semi 3d look and hex is more for top down view, and it can use D3D if you want, the game Im working on is an iso rendered in d3d but it could be done in 2d
Im Always Bored--Bordem ICQ: 76947930
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement