- Home /
Interactive map
Hi, Would anyone be able to explain in design terms how a replica/similar map to this can be made?
Map: http://www.mmorts.com/articleimages/TOD_MAP.png
It is an interactive 2d map of a player occupied universe, the map displays asteroids, ships, wether or not one of the squares in the map contains hostile owned structures, or just structures not owned by you. It displays your borders clearly, and also offers various tactical menus that display only ships etc. The map is clickable and you can zoom into any given square by clicking on it.
The universe for each player is coated in some sort of fog of war, each player has to explore and also have the option of sending other players parts of your map you have unfogged which they might not have (great for finding another player and ganging on them). You will notice the map is divide dinto big squares, each square is split into 4 other smaller squares all with resources/content in them..or mostly anyway.
From what i remember, travel in the map had no loading screens. Anyway in Unity3d is this at all possible?
The game itself is a graphical 3d game, it is only the map that's in 2d.
Answer by Berenger · Jan 27, 2012 at 02:02 AM
Well, it's possible that's for sure. How, that's another matter !
You could probably do it with somes textures on GUI, but personnaly I would go with some OpenGL for all the squares and the lines, and as for the map, you could create a plane on the nearPlane of the camera the play with it's UVs.
But there must be plenty of other ways :)
Thanks for the input :) yeah it's certainly a tricky one tbh
Your answer
Follow this Question
Related Questions
How to name each grid cell in a grid... 0 Answers
Can Unity do...... 3 Answers
Creating a Procedural Grid positioning problems 0 Answers
How to get a map or map view 1 Answer
Assigning UV Map to model at runtime 0 Answers