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