Elin
Pop-up XP Notification
4 Comments
Jaytuple 29 Aug @ 9:37pm 
Is it possible to update this code so we can change config using the Mod Options mod?
Kline Overdrive  [author] 27 Aug @ 3:40pm 
@Zerea Ah yes, there was that too. Thanks for the insight, I'll update the description accordingly.
Zerea 27 Aug @ 1:57pm 
I also made a forked version of the old mod for personal use that I got working. But I think you are somewhat mistaken as to what the core problem was.

It is actually nothing to do with WidgetPopText. The developer of Elin changed the variable 'a' in (ElementContainer __instance, int ele, int a, bool chain) from type int to type float, causing the old mod to produce type errors in the console. All I did for my personal copy was adjust the typing, (ElementContainer __instance, int ele, float a, bool chain) with no other changes and it worked perfectly.

FYI this is also the same problem [cjs]Minimum Potential XP and [cjs]Somewhat Balanced Permanent Potential mods are experiencing. Changing type int to type float fixes them too ^^
Urist_McGavyn 27 Aug @ 3:15am 
:steamhappy: