Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






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.
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 ^^