schroe2a / DotaSource2

My fork of... The 2013 edition of the Source SDK
Other
7 stars 1 forks source link

Add Mini Map feature #7

Open jad45 opened 11 years ago

jad45 commented 11 years ago

Add Mini Map feature

schroe2a commented 11 years ago

Good news. I got a great start to the mini-map checked in. It shows the map and a red dot for the player. I don't know if it shows dots for other players. I think changes to the MapOverview.cpp might be the place to get dots for creeps, antlions, etc. and maybe whatever logic we want for when you can see the enemy players. If someone wants to pick up from here I think it's a more manageable task, just message me if you want to.

schroe2a commented 11 years ago

I think we should improve it this in this order: 1) First get all players to show up, even enemies 2) get all creeps to show up 3) get all antlions to show up (guardians also) 4) make ammo boxes show up clearly 5) make each unit type distinctive (look different so you can tell what is what) 6) Make it clear which ones are on your team and which are on the enemy team 7) Last, because it's the most difficult, only show enemies if they are visible to an ally, (or if possible check for 'audible' by an ally like Counter-Strike does)