安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
switch (level)
{
case 10: return -0.1f;
case 11: return -0.2f;
case 12: return -0.4f;
case 13: return -0.6f;
case 14: return -1.0f;
case 15: return -1.8f;
case 16: return -2.8f;
case 17: return -4.0f;
case 18: return -6.0f;
case 19: return -8.0f;
case 20: return -12.0f;
default:
if(level > 20)
{
return -16.0f;
}
return 0.0f;
}
switch (level)
{
case 10: return -0.1f;
case 11: return -0.2f;
case 12: return -0.4f;
case 13: return -0.6f;
case 14: return -1.0f;
case 15: return -1.8f;
case 16: return -2.8f;
case 17: return -4.0f;
case 18: return -6.0f;
case 19: return -8.0f;
case 20: return -12.0f;
default: return 0.0f;
}
if you have time maybe you could extrapolate it for higher levels too? since its conflicting with endless growth and makes decay to 0. or maybe make an if statement for levels higher than 20 to take the value of -12.0f while lower values than 10 still default to 0
I completely reinstall the game and the 1.6 folder exists, but once unsub and resub it disappear again. Reupload also fix nothing, seems steam just keep downloading the wrong version. No idea it's a bug or something.
I've attached a github link in description, you can download the mod from Releases as a temp solution. I'll keep seeking how to fix it.
@Bloxxxi @Victor
Thanks again!
Thanks for checking, sorry for the waste to time :(
https://gist.github.com/HugsLibRecordKeeper/52fdc5a0cde863299a57b3d11a905628
Exception filling window for RimWorld.Page_ConfigureStartingPawns: System.TypeInitializationException: The type initializer for 'RTMadSkills.Compatible' threw an exception. ---> System.NullReferenceException: Null method for cedaro.MadSkillsPlus
at HarmonyLib.ReversePatcher.Patch (HarmonyLib.HarmonyReversePatchType type) [0x0001d] in <8124cc12bdf242eab0a5f7e7edecf387>:0
at RTMadSkills.Compatible.Execute (HarmonyLib.Harmony harm) [0x0008e] in <85b535490b41413c93b0e9587230a326>:0
at RTMadSkills.Compatible..cctor () [0x00046] in <85b535490b41413c93b0e9587230a326>:0
https://gist.github.com/HugsLibRecordKeeper/9d53475994f289a7fb8349ab71c3860f
I checked all the mods that add traits, and eventually I ended up with this one.
Please, I really hope it gets fixed.
https://gist.github.com/HugsLibRecordKeeper/64ca80bf9adaaa874c3d9a28c63ff22e
https://gist.github.com/HugsLibRecordKeeper/d7f28f371875a06277ab83a91f35bb3a
https://i.imgur.com/KcOo4pF.jpeg