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
i been wanting to use this mod forever
:)
Does anyone know why? Is it a mod conflict? Is it safe to ignore? Please send halp!
I have been usieng this mod two saves now without issue, I have not been useing rimmunation. Dislike it, adds just to much for my taste. For others you can use just this mod.
for the System.MissingMethodException: bool Verse.AI.Pawn_JobTracker.TryTakeOrderedJob error the issue seems to be in Source/SCP/SCP/SCPs/939/GameCondition_SCP939.cs:81. Apparently the method parameters changed in time. Changing the row from
0f, false, false, false, false, false, false, false, true, 0f, null, 0f, null, null, null, null, null, null, null, null, null, null, null, null);
To
0f, false, false, false, false, false, false, false, true, 0f, 0f, null, 0f, null, null, null, null, null, null, null, null, null, null, null, null);
Seems to solve the console spam.
And its not really hard to change weapons tags, pick a mod for weapons, locate to ..Defs/ThingDefs_Misc/Weapon_Ranged.xml
copy the <defName> of your desired weapon,
navigate to SCP mod folder, add them to "!Weapon Tag List.txt" than go to Defs/PawnKindDefs/PawnKinds_XX.xml and replace the <li>x</li> with the ones you copied before(under <weaponTags>)