I was wondering if it's possible to create something like a minimap of the level you are in.
Like the one GTA has:
It would be cool to make the radar with a map,maybe I should have a bitmap of the level's map and put it somehow in the radar,but the question is ???HOW???
Has anybody done this before or any ideas on how to do it?
Is It Possible To Make A Minimap Of The Level You Are In?
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Is It Possible To Make A Minimap Of The Level You Are In?
A minimap like this is currently not possible. What is possible, is to draw a bitmap of your level on the screen and show the position of the player on it. However, you have to script this. You can find a simple implementation in an old demo level which you can download from:
http://files.filefront.com/demo072ezip/ ... einfo.html
http://files.filefront.com/demo072ezip/ ... einfo.html
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
Re: Is It Possible To Make A Minimap Of The Level You Are In?
Thanks,it's too bad a minimap like this can't be done,but that's enough for me