-
Member
Disabling Map hack ?
Hey guys newb here, can anyone tell me how I can disable the turbuhud map? I want to play with the standart diablo map just with the other usefull extensions that the hud offers. Thanks for the help!
-
Contributor
try add the following into PluginEnablerOrDisablerPlugin.cs
Hud.SceneReveal.MapEnabled = false;
Hud.SceneReveal.MinimapEnabled = false;
-
Post Thanks / Like - 1 Thanks
BigShock (1 members gave Thanks to s4000 for this useful post)
-
Member
Thanks for the help, that worked!