Hello fusionfriends!
I am currently working on another levelgenerator and i was thinking about including a minimap. I know how to place it at an upper layer with alphachannel but how can i get a (picture=map) from the whole f.e. dungeon when it is generated after runapplication?
I think ... can i create an image on runtime... export it and reimport it?
Should i build the map in parts by analysing my levelstructure?
Build the map from actives by analyzing the level structure.
The reason to do it this way is because it'll be compatible with more runtimes in case you want to port it to other platforms later.
Another possibility is to use the surface object to draw out the map as a single object. Again though this has the added issue of not being compatible with as many runtimes.
ok i hoped to get another solution than using active objects but if u tell me this is more compatible than i am more confident in doing so
THX UrbanMonk
Hi Demondevilmon!
I make my levels placing block by block and save the hole world as a picture.
Was wondering how do you generate a map thats possible to play? Paths and such?