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
You can remove them but you will get an error every time it tries to play it.
Better to replace it with a silent soundfile instead.
Verse.Log:Error(String, Boolean)
Verse.DirectXmlCrossRefLoader:TryResolveDef(String, FailMode, Object)
Verse.WantedRefForList`1:TryResolve(FailMode)
Verse.<>c__DisplayClass15_1:<ResolveAllWantedCrossReferences>b__0(WantedRef)
Verse.<>c__DisplayClass6_1`1:<ParallelForEach>b__0(Object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
System.Threading.ThreadPoolWorkQueue:Dispatch()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback()
Please try it and let me know if there's any bugs, I had to rework most of the code to fix it.
XML RimWorld.ThoughtDef defines the same field twice: stackedEffectMultiplier.
Field contents: 0.25.
Whole XML:
<ThoughtDef><defName>AteHumanlikeMeatDirect</defName><showBubble>true</showBubble><icon>Things/Mote/ThoughtSymbol/Food</icon><durationDays>1.5</durationDays><stackedEffectMultiplier>0.25</stackedEffectMultiplier><stackLimit>3</stackLimit><nullifyingTraits><li>Cannibal</li></nullifyingTraits><stages><li><label>raw cannibalism</label><description>I ate the meat of another human, raw, like an animal. This is nasty.</description><baseMoodEffect>-25</baseMoodEffect></li></stages><stackedEffectMultiplier>0.25</stackedEffectMultiplier><stackLimit>3</stackLimit></ThoughtDef>
XML RimWorld.ThoughtDef defines the same field twice: stackLimit.
Field contents: 1.
Whole XML:
<ThoughtDef><defName>AteCorpse</defName><showBubble>true</showBubble><icon>Things/Mote/ThoughtSymbol/Food</icon><durationDays>1.0</durationDays><stackLimit>3</stackLimit><stackedEffectMultiplier>0.5</stackedEffectMultiplier><stages><li><label>ate corpse</label><description>I had to eat a corpse without even butchering or cooking it. It was horrible.</description><baseMoodEffect>-10</baseMoodEffect></li></stages><stackLimit>1</stackLimit></ThoughtDef>
<.<
>.>