Jump to content

Recommended Posts

Posted

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.

Posted

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.

  • Like 1
Posted
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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...