TheDreadedAndy / SkyrimAEUncapper-Rust

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

Lazy redrawing of legendary button hint #1

Closed TheDreadedAndy closed 1 year ago

TheDreadedAndy commented 1 year ago

There is a bug where hovering over a skill which is over the configured threshold and then hovering over a skill which is over level 100 (regardless of the configured threshold) still shows the legendary button. I've searched for quite a few places to find where the game is determining if the button should be removed or not. Things I have tried:

TheDreadedAndy commented 1 year ago

e.g., is the game calling PlayerAVOGetCurrent() instead?

Yes. I just confirmed this.