10
editsAd placeholder
Modding:Modding class icons: Difference between revisions
Jump to navigation
Jump to search
m
Fixed links
m (added paint.net) |
m (Fixed links) |
||
Line 29: | Line 29: | ||
To properly support these, your icons would need to be stored in a slightly different folder, to make it obvious which mod each entry comes from. The icon would need to be stored in (Public\Game\GUI\Assets\MODNAME\ClassIcons) | To properly support these, your icons would need to be stored in a slightly different folder, to make it obvious which mod each entry comes from. The icon would need to be stored in (Public\Game\GUI\Assets\MODNAME\ClassIcons) | ||
You can unpack a supported mod for reference - https://github.com/TheRealDjmr/BG3ImprovedUI/blob/ | You can unpack a supported mod for reference - [https://github.com/TheRealDjmr/BG3ImprovedUI/blob/Main/Assets%20-%20Supported%20Mods.md List of supported mods] | ||
In GitHub, you would need to create a fork of ImprovedUI - https://github.com/TheRealDjmr/BG3ImprovedUI | In GitHub, you would need to create a fork of ImprovedUI - https://github.com/TheRealDjmr/BG3ImprovedUI | ||
Line 35: | Line 35: | ||
Steps how to fork an existing repo (requires a GitHub account) - https://docs.github.com/en/get-started/quickstart/fork-a-repo | Steps how to fork an existing repo (requires a GitHub account) - https://docs.github.com/en/get-started/quickstart/fork-a-repo | ||
The only file that needs to be amended in your fork is [https://github.com/TheRealDjmr/BG3ImprovedUI/blob/ | The only file that needs to be amended in your fork is [https://github.com/TheRealDjmr/BG3ImprovedUI/blob/main/ImprovedUI/Public/Game/GUI/Library/IUI_ClassIcons.xaml IUI_ClassIcons] | ||
This file has been heavily commented to assist with this process. For each "'''EDIT HERE'''" section, an entry can be added for your classes/subclasses. | This file has been heavily commented to assist with this process. For each "'''EDIT HERE'''" section, an entry can be added for your classes/subclasses. |