-
Active Member
How do i remove stat window?
This window: 
Also how do i disable certain plugins like skill damage counter etc, Should i just remove them?
And is there a reload UI hotkey ?
-
Contributor
1.Move the mouse to that circle for 1 second
2.Hud.GetPlugin<OriginalSkillBarPlugin>().Enabled = false;
3.NO
-
Post Thanks / Like - 2 Thanks
-
Member
Which file do I write the cs code of 2. to?
How to disable EVERYTHING but the maphack? I tried the excel sheet and I have still stuff on the screen such as the stat window in this thread, or dmg numbers underneath the skillbar for example.
-
Contributor
1. change in config\ui_default\ui_default_labels_run_stats.xml
PHP Code:
<templates>
// <default enabled="1" zone="run_stats"> //from
<default enabled="0" zone="run_stats"> //to
greetz gjuz
-
Post Thanks / Like - 1 Thanks
Quantum-555 (1 members gave Thanks to gjuz for this useful post)
-
Member
Thank you gjuz,
two more questions:
1)
I couldn't find an option to disable the 3 numbers next to the paragon portrait as well as the 2 row table that shows up when you hover over it:
https://i.imgur.com/qkxjeQu.png
2)
I find the "toast" in during loading screen annoying and was wondering if it's possible to toggle it off as well. I'd understand though if the dev enforced it upon us.
Thanks again :-)
-
Member
I had the same question. After some trial and error, this seemed to work for me.
change in config\ui_default\ui_default_main.xml
<portraits enabled="1">
to
<portraits enabled="0">