Originally Posted by
Gulemanden
how can i remove f5 stat tracker totaly # ?
You can try this:
Code:
// Turn off the Automated Paragon Screen captured saved to disc
Hud.TogglePlugin<ParagonCapturePlugin>(false);
// Turn off the Paragon and experience boxes at the center top of the screen
Hud.TogglePlugin<PlayerTopBuffListPlugin>(false);
Hud.TogglePlugin<TopExperienceStatistics>(false);
I have disabled so many things that I am not sure what controls what.
There are some XML config files on config folder that has some settings related to this but I have never touched those for this.