├── .gitignore
├── Assets - Supported Mods - PATCH 6.md
├── INSTALL INSTRUCTIONS - PATCH 6.txt
├── INSTALL INSTRUCTIONS - PATCH 7.txt
├── ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879
├── Mods
│ └── ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879
│ │ ├── GUI
│ │ ├── Library
│ │ │ ├── IUI_BackgroundIcons.xaml
│ │ │ ├── Lib_Controller.xaml
│ │ │ └── Lib_Keyboard.xaml
│ │ ├── Pages
│ │ │ ├── AlwaysOnTopOverlay.xaml
│ │ │ ├── CharacterChangeAppearance.xaml
│ │ │ ├── CharacterChangeAppearance_c.xaml
│ │ │ ├── CharacterCreation.xaml
│ │ │ ├── CharacterCreation_c.xaml
│ │ │ ├── CharacterLevelUp.xaml
│ │ │ ├── CharacterLevelUp_c.xaml
│ │ │ ├── CharacterRespec.xaml
│ │ │ ├── CharacterRespec_c.xaml
│ │ │ ├── Henchmen.xaml
│ │ │ ├── Henchmen_c.xaml
│ │ │ ├── Notification.xaml
│ │ │ └── Notification_c.xaml
│ │ ├── StateMachines
│ │ │ ├── Controller.xaml
│ │ │ └── Keyboard.xaml
│ │ └── metadata.lsf
│ │ └── meta.lsx
└── Public
│ └── ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879
│ └── GUI
│ └── Widgets
│ └── ScreenFade.xaml
├── README.md
└── icon.png
/.gitignore:
--------------------------------------------------------------------------------
1 | # Story files #
2 | ######################
3 | *.div
4 | *.raw
5 | story_orphanqueries_ignore.txt
6 | story_orphanqueries_found.txt
7 |
8 | # Various #
9 | ######################
10 | *.bak
11 | ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Projects/*
12 | ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/*.png
13 | ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Public/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Lists/*
14 | ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Public/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Progressions/*
15 | ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Story/RawFiles/Goals/*
16 |
17 | # Editor files #
18 | ######################
19 | RootTemplateSelectorConfig_*
20 | ResourceSelectorConfig_*
21 | StatsEditorConfig.xml
22 | EffectEditorConfig.xml
23 | DockPanel.config
24 | EditorBrowserMetadata_*
25 | EditorBrowserMetadata.xml
26 | Autosave/*
27 | Recovered/*
28 | ReConHistory.txt
29 | story.debugInfo
30 |
31 | # Assets #
32 | ######################
33 | #*.gr2
34 | *.dae
35 | *.swf
36 | *.bullet
37 | #*.dds
38 | #*.tga
39 | #*.png
40 | #*.ttf
41 | *.lsb
42 | #*.lsf
43 | *.lsfx
44 | *.lsefx
45 | #*.lsx
46 | *.lsmg
47 |
48 | # Logs #
49 | ######################
50 | *.log
51 | *.ailog
52 | log.txt
53 | errors.txt
54 | dialoglog.txt
55 | personallog.txt
56 |
57 | # Binary Files #
58 | ######################
59 | *.dat
60 | *.data
61 | *.bik
62 | *.bnk
63 | *.bshd
64 | *.cur
65 | *.fnt
66 | *.iggy
67 | *.iggytex
68 | *.osi
69 | *.patch
70 | *.tmpl
71 |
72 | # Dump files #
73 | ######################
74 | *.stackdump
75 | *.dmp
76 |
77 | # Compiled source #
78 | ###################
79 | *.com
80 | *.class
81 | *.dll
82 | *.exe
83 | *.o
84 | *.so
85 |
86 | # Packages #
87 | ############
88 | *.7z
89 | *.dmg
90 | *.gz
91 | *.iso
92 | *.jar
93 | *.rar
94 | *.tar
95 | *.zip
96 | *.pak
97 |
98 | # VS Code #
99 | ############
100 | launch.json
101 |
102 | # OS generated files #
103 | ######################
104 | .DS_Store
105 | .DS_Store?
106 | ._*
107 | .Spotlight-V100
108 | .Trashes
109 | ehthumbs.db
110 | Thumbs.db
111 | *.lnk
112 |
--------------------------------------------------------------------------------
/Assets - Supported Mods - PATCH 6.md:
--------------------------------------------------------------------------------
1 | This is no longer required for custom icons due to changes in Patch 7. If a mod on this list is having issues with custom icons, the modding guides via this link will help - https://baldursgate3.game/mods/#/r
2 |
3 |
4 |
5 |
6 |
7 | Since it's gotten bigger, here's a list of custom icons currently supported:
8 |
9 | | Class/Subclass | Race | Background | Deity | Action Resource | Other Mods |
10 | | :---: | :---: | :---: | :---: | :---: | :---: |
11 | | [🔗](#classsubclass-icons) | [🔗](#race-icons) | [🔗](#background-icons) | [🔗](#deity-icons) | [🔗](#action-resource-icons) | [🔗](#other-mods) |
12 |
13 |
14 | ### Class/Subclass Icons
15 | How-To Guide (for modders): https://bg3.wiki/wiki/Modding:Modding_class_icons
16 |
17 | - 5e Rune Knight d — https://www.nexusmods.com/baldursgate3/mods/6831
18 | - 5e Samurai d — https://www.nexusmods.com/baldursgate3/mods/7236
19 | - Alternate Monk d — https://www.nexusmods.com/baldursgate3/mods/2266
20 | - Arcane Archer 5e Fighter Subclass d — https://www.nexusmods.com/baldursgate3/mods/4769
21 | - Artificer — https://www.nexusmods.com/baldursgate3/mods/1779
22 | - Asgorath Chaos Sorcerer d — https://www.nexusmods.com/baldursgate3/mods/5979
23 | - Bhaalist Class d — https://www.nexusmods.com/baldursgate3/mods/6444
24 | - Blood Hunter — https://www.nexusmods.com/baldursgate3/mods/2151
25 | - Bloodletter - A Rogue Subclass d — https://www.nexusmods.com/baldursgate3/mods/5018
26 | - Cleric Pained Domain d — https://www.nexusmods.com/baldursgate3/mods/10268
27 | - Cleric Subclasses — https://www.nexusmods.com/baldursgate3/mods/432
28 | - Death Domain Subclass — https://www.nexusmods.com/baldursgate3/mods/1552
29 | - Death Knight Class — https://www.nexusmods.com/baldursgate3/mods/1725
30 | - Death Soul - Sorcerer Subclass — https://www.nexusmods.com/baldursgate3/mods/5763
31 | - Demon Hunter Class — https://www.nexusmods.com/baldursgate3/mods/3165
32 | - Devil Ascendant d — https://www.nexusmods.com/baldursgate3/mods/2541
33 | - Disciple of Shar d — https://www.nexusmods.com/baldursgate3/mods/5965
34 | - Drakewarden Subclass — https://www.nexusmods.com/baldursgate3/mods/2838
35 | - Echo Knight Fighter Subclass d — https://www.nexusmods.com/baldursgate3/mods/3939
36 | - Expansion (Bladesinger only) — https://www.nexusmods.com/baldursgate3/mods/279
37 | - FF14 Red Mage Class d — https://www.nexusmods.com/baldursgate3/mods/2056
38 | - FF14 White Mage Class d — https://www.nexusmods.com/baldursgate3/mods/2961
39 | - Ghost of Faerun d — https://www.nexusmods.com/baldursgate3/mods/8395
40 | - Half-Dragon d — https://www.nexusmods.com/baldursgate3/mods/2634
41 | - Harlequin — https://www.nexusmods.com/baldursgate3/mods/2120
42 | - Hexblade — https://www.nexusmods.com/baldursgate3/mods/1100
43 | - Illrigger Class — https://www.nexusmods.com/baldursgate3/mods/5876
44 | - Ki Warrior — https://www.nexusmods.com/baldursgate3/mods/5677
45 | - Magus — https://www.nexusmods.com/baldursgate3/mods/422
46 | - Monk - Way of Springtime d — https://www.nexusmods.com/baldursgate3/mods/3605
47 | - Monk Subclass - Way of the Kensei d — https://www.nexusmods.com/baldursgate3/mods/1330
48 | - Monster Slayer 5e Ranger Subclass d — https://www.nexusmods.com/baldursgate3/mods/5842
49 | - Mystic d — https://www.nexusmods.com/baldursgate3/mods/2786
50 | - Pirate (Homebrew Rogue Subclass) d — https://www.nexusmods.com/baldursgate3/mods/3070
51 | - Priest Class d — https://www.nexusmods.com/baldursgate3/mods/6288
52 | - Rat King Ranger d — https://www.nexusmods.com/baldursgate3/mods/5514
53 | - Raven Queen Patron for Warlock — https://www.nexusmods.com/baldursgate3/mods/1895
54 | - Rogues Extra — https://www.nexusmods.com/baldursgate3/mods/189
55 | - Samurai — https://www.nexusmods.com/baldursgate3/mods/2245
56 | - Shadow Sorcerer — https://www.nexusmods.com/baldursgate3/mods/923
57 | - Shaman Class d — https://www.nexusmods.com/baldursgate3/mods/6081
58 | - Surgeon Class d — https://www.nexusmods.com/baldursgate3/mods/6111
59 | - Sword Dancer of Eilistraee d — https://www.nexusmods.com/baldursgate3/mods/5307
60 | - Thanator d — https://www.nexusmods.com/baldursgate3/mods/2796
61 | - The Pugilist d — https://www.nexusmods.com/baldursgate3/mods/7753
62 | - The Ruined King d — https://www.nexusmods.com/baldursgate3/mods/8869
63 | - Theurgy Wizard Subclass d — https://www.nexusmods.com/baldursgate3/mods/6922
64 | - Troubadour d — https://www.nexusmods.com/baldursgate3/mods/472
65 | - Vanguard Class — https://www.nexusmods.com/baldursgate3/mods/3686
66 | - Vessel Class d — https://www.nexusmods.com/baldursgate3/mods/4133/
67 | - Warrior Class d — https://www.nexusmods.com/baldursgate3/mods/8540/
68 | - Way of the Drunken Master Subclass — https://www.nexusmods.com/baldursgate3/mods/1832
69 | - Wielder Class — https://www.nexusmods.com/baldursgate3/mods/3829
70 | - Wizard Traditions - Runesmith — https://www.nexusmods.com/baldursgate3/mods/2563
71 | - Wizard Traditions - War Magic — https://www.nexusmods.com/baldursgate3/mods/924
72 |
73 |
74 | ### Race Icons
75 | - Astralities' Tiefling Compendium — https://www.nexusmods.com/baldursgate3/mods/2418
76 | - Demon Player Race — https://www.nexusmods.com/baldursgate3/mods/3703
77 | - Desert Dwarf — https://www.nexusmods.com/baldursgate3/mods/9210
78 | - Displacer Player Race and Hireling — https://www.nexusmods.com/baldursgate3/mods/5002
79 | - The Dunmer - Playable Dark Elf Race — https://www.nexusmods.com/baldursgate3/mods/4076
80 | - Elemental Power - Playable Genasi — https://www.nexusmods.com/baldursgate3/mods/4741
81 | - Embrace The Pain - Witch Elf — https://www.nexusmods.com/baldursgate3/mods/3490
82 | - Fizbans Treasury of Dragons — https://www.nexusmods.com/baldursgate3/mods/1793
83 | - Flutter and Whimsy (Fairy Race) — https://www.nexusmods.com/baldursgate3/mods/5127
84 | - Followers of Zerthimon - Githzerai — https://www.nexusmods.com/baldursgate3/mods/3460
85 | - Garden Gnome — https://www.nexusmods.com/baldursgate3/mods/8122
86 | - Ghastly Ghouls - Playable Undead Race — https://www.nexusmods.com/baldursgate3/mods/5895
87 | - Ghostwise Halfling — https://www.nexusmods.com/baldursgate3/mods/8617
88 | - Half angel (Aasimar 5E) — https://www.nexusmods.com/baldursgate3/mods/1824
89 | - Half-Dragon — https://www.nexusmods.com/baldursgate3/mods/2634
90 | - Heart Of The Forest - Playable Dryad Race — https://www.nexusmods.com/baldursgate3/mods/6443
91 | - Kaihunga Osse Dwarf — https://www.nexusmods.com/baldursgate3/mods/9168
92 | - Kender — https://www.nexusmods.com/baldursgate3/mods/8465
93 | - Legacy of Death — https://www.nexusmods.com/baldursgate3/mods/7030
94 | - Leprechaun — https://www.nexusmods.com/baldursgate3/mods/8107
95 | - Mori's Astral Elves — https://www.nexusmods.com/baldursgate3/mods/7718
96 | - Orc Half-Elf Subrace — https://www.nexusmods.com/baldursgate3/mods/5943
97 | - Plus Races - Gnoll — https://www.nexusmods.com/baldursgate3/mods/3872
98 | - Plus Races - Rework — https://www.nexusmods.com/baldursgate3/mods/3865
99 | - Shadar-Kai — https://www.nexusmods.com/baldursgate3/mods/1305
100 | - Solar Player Race — https://www.nexusmods.com/baldursgate3/mods/3861
101 | - Transient Guests Are We - Playable Dhampir — https://www.nexusmods.com/baldursgate3/mods/4750
102 | - Ulitharid - Playable Mind Flayers's Race — https://www.nexusmods.com/baldursgate3/mods/7610/
103 | - Whisper Gnome — https://www.nexusmods.com/baldursgate3/mods/9546
104 | - Whispers of the Divine: Aasimar Race — https://www.nexusmods.com/baldursgate3/mods/4159
105 | - Whispers of the Fey: Changelings Race — https://www.nexusmods.com/baldursgate3/mods/3110
106 | - Whispers of the Fey: Goblins Race — https://www.nexusmods.com/baldursgate3/mods/3254
107 | - Wine and Revelry (Satyr Race) — https://www.nexusmods.com/baldursgate3/mods/428
108 |
109 |
110 | ### Background Icons
111 | - Additional Backgrounds — https://www.nexusmods.com/baldursgate3/mods/1874
112 | - AGTT - Birthsigns — https://www.nexusmods.com/baldursgate3/mods/6242
113 | - Crafting Skills Extra — https://www.nexusmods.com/baldursgate3/mods/299
114 | - JWL Histories and Occupations — https://www.nexusmods.com/baldursgate3/mods/1839
115 | - Was a Goat — https://www.nexusmods.com/baldursgate3/mods/552
116 |
117 | ### Deity Icons
118 | - Baphomet Deity — https://www.nexusmods.com/baldursgate3/mods/6858
119 | - Cleric Pained Domain — https://www.nexusmods.com/baldursgate3/mods/10268
120 | - Demon Player Race — https://www.nexusmods.com/baldursgate3/mods/3703
121 | - Faithful and Faithless — https://www.nexusmods.com/baldursgate3/mods/1512
122 | - The Fox God Deity — https://www.nexusmods.com/baldursgate3/mods/6986
123 | - Gods Extra — https://www.nexusmods.com/baldursgate3/mods/433
124 | - Plus Deities — https://www.nexusmods.com/baldursgate3/mods/5289
125 | - Santa God Mod — https://www.nexusmods.com/baldursgate3/mods/5086
126 | - Solar Player Race — https://www.nexusmods.com/baldursgate3/mods/3861
127 | - Verenestra Deity — https://www.nexusmods.com/baldursgate3/mods/6834
128 |
129 | ### Action Resource Icons
130 |
131 | | Mod Name | Keyboard | Controller | Mod Link |
132 | | :--- | :--- | :--- | :---: |
133 | | 5e Monk Rework | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/9204) |
134 | | 5e Samurai | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/7236) |
135 | | 5e Rune Knight | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/6831) |
136 | | Alternate Monk | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/2266) |
137 | | Arcane Archer 5e Fighter Subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/4769) |
138 | | Artificer | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/1779) |
139 | | Asgorath Chaos Sorcerer | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/5979) |
140 | | Blood Hunter | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/2151) |
141 | | Bloodletter - A Rogue Subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/5018) |
142 | | Boots of Living Flames | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3769) |
143 | | Death Knight Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/1725) |
144 | | Demon Hunter Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3165) |
145 | | Dragonborn Breath Weapon Tweaks | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/1504) |
146 | | Dual Wielding Overhaul | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/4500) |
147 | | Echo Knight Fighter Subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3939) |
148 | | Exandrian Gunslinger | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/6848) |
149 | | Expansion (Bladesinger Only) | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/279) |
150 | | Feats Extra | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/167) |
151 | | Followers of Zerthimon - Githzerai | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/993) |
152 | | Ghastly Ghouls - Playable Undead Race | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/5895) |
153 | | Ghost of Faerun | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/8395) |
154 | | Half-Dragon | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/2634) |
155 | | Illithid Powers Overhaul | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/4029) |
156 | | Illrigger Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/5876) |
157 | | Improved Breath Weapon | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/993) |
158 | | Magus | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/422) |
159 | | Monster Slayer 5e Ranger Subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/5842) |
160 | | Mystic | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/2786) |
161 | | NewClass-Punish | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/7175) |
162 | | Pact of the Shroud | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/6001) |
163 | | Possessed Class Mod | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/10020) |
164 | | Priest Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/6288) |
165 | | ReRoller | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/6692) |
166 | | Shaman Class | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/6081) |
167 | | SNEKUI (add Sneak Attack Charges) | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/8973) |
168 | | The Elder Scrolls Starting Spells | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/4141) |
169 | | The Gunslingers | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/7223) |
170 | | The Pugilist | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/7753) |
171 | | The Ruined King | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/8869) |
172 | | Theurgy Wizard Subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/6922) |
173 | | Troubadour | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/472) |
174 | | UA7 Archfey Warlock | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/5703) |
175 | | Vanguard Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3686) |
176 | | Vessel Class | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/4133/) |
177 | | Warlock: The Undead subclass | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3045) |
178 | | Warrior Class | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/8540) |
179 | | Whispers of the Divine: Aasimar Race | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/4159) |
180 | | Whispers of the Fey: Goblins Race | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/3254) |
181 | | Wielder Class | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/3829) |
182 | | Wizard Spell Point Variant | ✔ | ✔ | [🔗](https://www.nexusmods.com/baldursgate3/mods/9931) |
183 | | Wizard Traditions - Runesmith | ✔ | Partial | [🔗](https://www.nexusmods.com/baldursgate3/mods/2563) |
184 |
185 | ### Other Mods
186 | - Colorful Words — https://www.nexusmods.com/baldursgate3/mods/5327
187 | - Stackable Items — https://www.nexusmods.com/baldursgate3/mods/1668
188 | - Grid display of shadow spell slots, used by Disciple of Shar — https://www.nexusmods.com/baldursgate3/mods/5965
189 |
--------------------------------------------------------------------------------
/INSTALL INSTRUCTIONS - PATCH 6.txt:
--------------------------------------------------------------------------------
1 | 1. Download any "Optional files" based on which features you want to add.
2 | 2. Copy ImprovedUI.pak and the optional .pak files once extracted.
3 | 3. Paste into your mods folder - "%LocalAppData%\Larian Studios\Baldur's Gate 3\Mods" - shortcut provided
4 | 4. Enjoy!
5 |
--------------------------------------------------------------------------------
/INSTALL INSTRUCTIONS - PATCH 7.txt:
--------------------------------------------------------------------------------
1 | 1. Copy ImpUI.pak
2 | 2. Paste into your mods folder - "%LocalAppData%\Larian Studios\Baldur's Gate 3\Mods" - shortcut provided
3 | 3. In game main menu, go to mod manager -> enable ImpUI
4 | 4. Enjoy!
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Library/IUI_BackgroundIcons.xaml:
--------------------------------------------------------------------------------
1 |
10 |
190 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Library/Lib_Controller.xaml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Library/Lib_Keyboard.xaml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/AlwaysOnTopOverlay.xaml:
--------------------------------------------------------------------------------
1 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/CharacterChangeAppearance.xaml:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | 3.8
26 |
27 |
28 |
29 |
30 | 4
31 |
32 |
33 |
34 |
35 | 4.2
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/CharacterChangeAppearance_c.xaml:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/Henchmen.xaml:
--------------------------------------------------------------------------------
1 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 | -13.5
100 |
101 |
102 |
103 |
104 | -5.5
105 |
106 |
107 |
108 |
109 | -4.5
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 | 440
149 |
150 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/Henchmen_c.xaml:
--------------------------------------------------------------------------------
1 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 | -13.5
53 |
54 |
55 |
56 |
57 | -5.5
58 |
59 |
60 |
61 |
62 | -4.5
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
77 |
78 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 | 1.3
214 |
215 |
216 |
217 |
218 | 1.3
219 |
220 |
221 |
222 |
223 | 2.7
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
316 |
317 |
318 |
319 |
320 |
321 |
322 |
323 |
324 |
325 |
326 |
327 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/Notification.xaml:
--------------------------------------------------------------------------------
1 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Pages/Notification_c.xaml:
--------------------------------------------------------------------------------
1 |
13 |
14 |
15 |
16 | 0,582,0,0
17 | 0,0,0,440
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
144 |
145 |
146 |
147 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
156 |
157 |
158 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |
284 |
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 |
293 |
294 |
295 |
296 |
297 |
298 |
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 |
308 |
309 |
310 |
311 |
312 |
313 |
314 |
315 |
316 |
317 |
318 |
319 |
320 |
321 |
322 |
323 |
324 |
325 |
326 |
327 |
328 |
329 |
330 |
331 |
332 |
333 |
334 |
335 |
336 |
337 |
338 |
339 |
340 |
341 |
342 |
343 |
344 |
345 |
346 |
347 |
348 |
349 |
350 |
351 |
352 |
353 |
354 |
355 |
356 |
357 |
358 |
359 |
360 |
361 |
362 |
363 |
364 |
365 |
366 |
367 |
368 |
369 |
370 |
371 |
372 |
373 |
374 |
375 |
376 |
377 |
378 |
379 |
380 |
381 |
382 |
383 |
384 |
385 |
386 |
387 |
388 |
389 |
390 |
391 |
392 |
393 |
394 |
395 |
396 |
397 |
398 |
399 |
400 |
401 |
402 |
403 |
404 |
405 |
406 |
407 |
408 |
409 |
410 |
411 |
412 |
413 |
414 |
415 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/StateMachines/Controller.xaml:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
138 |
139 |
140 |
141 |
142 |
148 |
149 |
150 |
151 |
152 |
153 |
154 |
155 |
165 |
166 |
167 |
168 |
169 |
170 |
171 |
172 |
173 |
174 |
175 |
176 |
177 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/StateMachines/Keyboard.xaml:
--------------------------------------------------------------------------------
1 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 |
143 |
149 |
150 |
151 |
152 |
153 |
159 |
160 |
161 |
162 |
163 |
164 |
165 |
166 |
178 |
179 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
188 |
189 |
190 |
191 |
192 |
193 |
194 |
195 |
196 |
197 |
198 |
199 |
200 |
201 |
202 |
203 |
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 |
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 |
244 |
245 |
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 |
257 |
258 |
259 |
260 |
261 |
262 |
263 |
264 |
265 |
266 |
267 |
268 |
269 |
270 |
271 |
272 |
273 |
274 |
275 |
276 |
277 |
278 |
279 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/metadata.lsf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheRealDjmr/BG3ImprovedUI/b6a96810a18967d79efaa72fc542e2fe04e0864e/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/metadata.lsf
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Mods/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/meta.lsx:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/Public/ImpUI_26922ba9-6018-5252-075d-7ff2ba6ed879/GUI/Widgets/ScreenFade.xaml:
--------------------------------------------------------------------------------
1 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ### Disclaimer
7 | There are no plans to actively maintain the project.
8 | Feel free to reach out if you want to work on ImpUI or any other UI mods
9 |
10 | ### Description
11 | This mod is aimed at making changes to the overall user interface to improve usability as well as opening options to more potential mods.
12 |
13 | ### Patch 8 CC fixes
14 | #### Features
15 | - CC/Level up Layout tweaks: Passive and Spell selection to Races
16 | - Respec tweaks: Race and Background tabs, including racial passives that can be unselected then changed, and racial spells that can be switched
17 | - CC/Respec tweaks: Icons for modded backgrounds
18 |
19 | #### General patch 8 modding recommendations
20 | In general, all these steps can also be applied if a future patch or hotfix comes out; these are reflexes to have
21 |
22 | - PC: Don't use multiple mod managers to manage your mods, choose one and stick with it
23 | - PC: If you are using an external mod manager such as BG3MM, do not skip any updates to your mod manager or you risk having broken load orders and broken `modsettings.lsx` files
24 | - PC: Vortex mod manager is not recommanded
25 | - PC: Start fresh and delete `%AppData%\..\Local\Larian Studios\Baldur's Gate 3\PlayerProfiles\Public\modsettings.lsx`
26 | - PC: Delete the contents from folder `%AppData%\..\Local\Larian Studios\Baldur's Gate 3\LevelCache`
27 | - PC: Delete all your mods from folder `%AppData%\..\Local\Larian Studios\Baldur's Gate 3\Mods`
28 | - PC: Delete all your mods from folder `%AppData%\..\Local\Larian Studios\Baldur's Gate 3\Local Mods`
29 | - PC: Don't forget to enable & deploy your new mod list, it should create a new `modsettings.lsx`
30 | - All Platforms: When a new update drop for Baldur's Gate 3, it's cleaner to re-download the game from scratch (because sometimes, when the game is updated, it keeps old update files from old version of the game and this makes the game unstable)
31 | - All Platforms: It seems that ImpUI for Patch 8 works better for some people at the bottom of the load order, but it is not recommanded, ImpUI should be one of the first mod in your load order
32 | - All Platforms: Do not use old saves from before patch 8, more specifically modded saves, start with a fresh new playthrough once you have reinstalled ImpUI and your mods for Patch 8
33 | - All Platforms: Do not use UI mods that have not been updated for Patch 8 in addition to ImpUI
34 | - All Platforms: Do not update your mods in the middle of a playthrough
35 |
36 | ### Discord
37 | Feel free to join the [Larian Discord](https://discord.com/invite/larianstudios) server and discuss in the BG3 Modding Channels
38 |
39 | ### Attribution
40 | - [Baldur's Gate 3](https://store.steampowered.com/app/1086940/Baldurs_Gate_3/), a game by [Larian Studios](http://larian.com/)
41 | - Initial readme file generously donated by Zerd; check out their project here, [DnD Rebalancing](https://github.com/ZerdBG3/DnD-Rebalancing/)
42 |
43 | The latest mod updates will be available from GitHub first - https://github.com/TheRealDjmr/BG3ImprovedUI/releases
44 |
--------------------------------------------------------------------------------
/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TheRealDjmr/BG3ImprovedUI/b6a96810a18967d79efaa72fc542e2fe04e0864e/icon.png
--------------------------------------------------------------------------------