-
Member
Green circles (clickable "items")
1. How can i remove the green circles from the minmap?
To clarify: i only want the small green circles for clickable CHESTS, NOT for anything else, Examples to remove is the weapon piles that drops white gear, corpses lying on the ground, clickable roots etc.
2. How can i remove the RED TEXT from/under the "Dangerous" mobs?
3. How can you take a snippet/screenshot of turbohud ingame of D3? (i only get black screens prob cause of TH itself.)
Help appreciated!
Last edited by kosh83; 11-26-2019 at 02:31 PM.
-
Active Member
Originally Posted by
kosh83
1. How can i remove the green circles from the minmap?
To clarify: i only want the small green circles for clickable CHESTS, NOT for anything else, Examples to remove is the weapon piles that drops white gear, corpses lying on the ground, clickable roots etc.
2. How can i remove the RED TEXT from/under the "Dangerous" mobs?
3. How can you take a snippet/screenshot of turbohud ingame of D3? (i only get black screens prob cause of TH itself.)
Help appreciated!
Put this in your PluginEnablerOrDisabler :
Code:
Hud.TogglePlugin<RackPlugin>(false);
Hud.TogglePlugin<DangerousMonsterPlugin>(false);
To take screenshots : Alt + C to take a screenshot of the game itself, and Ctrl + Alt + C to take a screenshot with HUD overlay. You will find all screenshots in the capture/ folder of HUD.
-
Post Thanks / Like - 1 Thanks
kosh83 (1 members gave Thanks to hakache for this useful post)
-
Member
Than You!