May 14, 20232 yr Hi guys, it's a bit of a weird one but is there a mod out there, which lets you change the multiclass UI (where your skills and abilities are grouped into your resource icons) to a single class UI, where they are expanded on the ability bar? I don't like the hot keys function, since it feels like you're duplicating UI elements (I know OCD much) . I have some programming experience, but wouldn't even know where to start. Just posting this on the slight chance someone has looked at this already.
May 14, 20232 yr Download dnSpy: https://github.com/dnSpyEx/dnSpy which lets you decompile, edit and recompile .NET dlls Go to "...\PillarsOfEternityII_Data\Managed\" and make a backup of "Assmbly-CSharp.dll", then load it in dnSpy. You can now implement the changes you want, though it's probably gonna be a real pain to find what you want and rewrite the UI logic.
May 14, 20232 yr Author 8 hours ago, Noqn said: Download dnSpy: https://github.com/dnSpyEx/dnSpy which lets you decompile, edit and recompile .NET dlls Go to "...\PillarsOfEternityII_Data\Managed\" and make a backup of "Assmbly-CSharp.dll", then load it in dnSpy. You can now implement the changes you want, though it's probably gonna be a real pain to find what you want and rewrite the UI logic. Thank you for taking the time to reply. Will try it.
Create an account or sign in to comment