TheDreadedAndy / SkyrimAEUncapper-Rust

Rust continuation of the Skyrim AE Uncapper.
10 stars 0 forks source link

Legendary skill level patch should be cleaned up. #2

Closed TheDreadedAndy closed 1 year ago

TheDreadedAndy commented 1 year ago

I'm not a huge fan of modifying the fLegendaryResetSkillLevel variable at runtime in some unknown part of the legendary process to change the level. I think a much better way to do this would be to find where it loads that variable and change the value there. A good place to start would be to print the offset of the variable when the mod loads it, since that seems to be static.

TheDreadedAndy commented 1 year ago

Fixed in version 2.0.4.