Elin
Pop-up XP Notification
9 kommentarer
✟闇之使者✟ 17. sep. kl. 4:41 
thank you
Kline Overdrive  [ophavsmand] 11. sep. kl. 7:33 
@Jaytuple I'll look into that, it doesn't seem too tough.
Kline Overdrive  [ophavsmand] 11. sep. kl. 7:32 
@Cap @ХлебныйБу
It works fine, if you want it to display every exp drop, you have to modify the config file at:

C:\Program Files (x86)\Steam\steamapps\common\Elin\BepInEx\config\nguyen.elin.plugins.expnotifier.cfg

So that the 0.01 reads 0.00001 instead. As stated in the description.
Cap 10. sep. kl. 12:59 
Doesn't seem to work very well, doesn't display most XP drops.
Doesn't work
Jaytuple 29. aug. kl. 21:37 
Is it possible to update this code so we can change config using the Mod Options mod?
Kline Overdrive  [ophavsmand] 27. aug. kl. 15:40 
@Zerea Ah yes, there was that too. Thanks for the insight, I'll update the description accordingly.
Zerea 27. aug. kl. 13:57 
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 ^^
cheezit_ 27. aug. kl. 3:15 
:steamhappy: