Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
有人知道调整潜在乘数和潜在损失乘数影响哪些功能吗?
Ive removed configuration values ranges, so it should work now.
Be aware, configuration file will regenerate.
Its spitting out three errors.
Two if I try to do it from the title screen. A third one if I try to do so from within a game save.
https://imgur.com/a/Hm4UWjR
I don't see any errors in the logs. Try unsubscribing and subscribing to the mod.
Due to recent hotfix 5 regarding "Exp gain below 0.01", current code's IL Code CodeMatcher is outdated.
Please change
[HarmonyPatch(typeof(ElementContainer), "ModExp")]
public static IEnumerable<CodeInstruction> ElementContainerModExp_Transpiler's first code match into
new CodeMatch(new OpCode?(OpCodes.Ldarg_2), null, null),
new CodeMatch(new OpCode?(OpCodes.Conv_R4), null, null), // <- new line
new CodeMatch(new OpCode?(OpCodes.Ldloc_1), null, null),
new CodeMatch(new OpCode?(OpCodes.Ldc_I4_S), null, null),
new CodeMatch(new OpCode?(OpCodes.Ldc_I4), null, null)
You can check this fixed mod, which can be installed by unzipping it in
\Steam\steamapps\common\Elin\Package\
Then go to elin main screen->mod viewer
deactivate xx. Experience Multiplier
activate xx. [Local] Experience Multiplier
Restart Elin to activate mod
here is the link for the temp fixed mod.
https://mega.nz/file/KR0A3ZJR#tkztaGt9P4_fHNQTOWPfocZlI1b5wdGauY0qLBmK434
only thing i would love to see added would be increase feat gain rate, or mainly party feat gain rate. or just party exclusive level rates. rather annoying to level fresh teamates while also not breaking my level.
great mod!
Go to
<SteamLibraryPath>/steamapps/common/Elin/BepInEx/config/hvits3rk.experiencemultiplier.cfg
and open it with notepad then modify the relevant values to "true"
Example:
## Is Player Minion will be affected.
# Setting type: Boolean
# Default value: false
PlayerMinion = false
to this:
## Is Player Minion will be affected.
# Setting type: Boolean
# Default value: false
PlayerMinion = true
Then do that for the other ones you want it to apply to.
Will see, maybe after holidays
There is some errors in config gui mod, when it tries to set range for integer values.
So if the integer value is very big the mod throws exception.
Mod can be added and removed without saves corruption.
Yes, spell experience is not affected.
WIll add config later.
如何配置
配置文件将在游戏启动后生成。
关闭游戏并编辑设置文件,该文件位于:
<SteamLibraryPath>/streamapps/common/Elin/BebinEx/config/hvits3rk.experiencemultiplier.cfg
默认情况下,乘数设置为2x。