TheGameCreators / GameGuruRepo

The GameGuru Repository For Community Collaboration
http://www.game-guru.com
138 stars 56 forks source link

GGMAX Enhancement - Multiple map radar types #5481

Open Necrym59 opened 2 months ago

Necrym59 commented 2 months ago

At present only all 'characters' are displayed as red dot icons. Below is an updated hud0.lua and a set of icons to account for diffrentiated character types for 'enemy', 'ally' and 'neutral' and their corresponding color dot icons. This will allow for enemy-red, ally-purple, neutral-cyan. and the sample hud will have to be updated. Hudicons and will show accordingingly in the minimap MapHUD

This will not function until hard wired globals for 'map:enemy', 'map:ally' and 'map:neutral' are created in Max. Required assets supplied are the icons: map_hud_icons.zip and the updated hud0.lua hud0_updated.zip

LeeBamberTGC commented 2 months ago

@Necrym59 Thanks for the files, just what will be needed :)

mav3r1ck1981 commented 2 months ago

would opening these globals then allow for custom minimap icons?