RimWorld
Precepts and Memes
Zezz  [開発者] 2021年8月22日 19時07分
Bug reports
Put any bugs and/or error logs you get here. Also post you load order if relevant. Use https://pastebin.com/ to preven flooding please.
< >
1-15 / 27 のコメントを表示
so i have the necrolatry meme, yet i cannot select "corpses: dont care"
Zezz  [開発者] 2021年8月23日 14時51分 
Necreolatry can only have it as revered. If you want the don't care one you need pain is virtue, cannibal, supremacist or raider.
Zezz の投稿を引用:
Necreolatry can only have it as revered. If you want the don't care one you need pain is virtue, cannibal, supremacist or raider.
well, i might as well plug this into the playthrough i am wanting to do then
Not sure if this is the right place to post this, but for some reason, even when I trade with trade ships that land near my colony, it doesn't get rid of the mood debuff related to "We Haven't Traded With Anybody In a Long Time." Related to this mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2046222331
Zezz  [開発者] 2021年8月25日 4時13分 
Alright, I checked the issue out and it seems to be a problem on my side. The check I made for when you trade apparently only works if the other party has a faction. That means any trader that has no faction (Like orbital traders, or ships from that mod) don't refresh the traded mood. I'll change how I do the check in the next update.
最近の変更はZezzが行いました; 2021年8月25日 4時14分
This causes androids from androids tiers to non stop eat. I have tried changing load order but to no avail
Zezz  [開発者] 2021年8月25日 19時17分 
That sound extremely weird. My mod touches nothing to do with eating in the first place. Does it happens with any other race mod?
Zezz の投稿を引用:
That sound extremely weird. My mod touches nothing to do with eating in the first place. Does it happens with any other race mod?
Nope only the androids. Its super weird. I have tried moving the load order, I have made sure its not other mods causing it. It only happens when I had this mod which im gutted about as this mod looks amazing
Zezz  [開発者] 2021年8月26日 10時52分 
Have you checked the logs in dev mode while this happens? And does it happens when the androids are set to charge at a station instead of eating?
so I'm getting this error with AltruismCannibal and AltruismRaiderTraderRaider https://gist.github.com/HugsLibRecordKeeper/495604875c650509242ceef2ff372b0b
Zezz  [開発者] 2021年8月27日 1時13分 
It's a known error that you get when you have another mod that adds exclusion tags for those mems. It's harmless AFAIK, so just ignore it.
JobDriver threw exception in initAction for pawn Clarke driver=JobDriver_Ingest (toilIndex=4) driver.job=(Ingest (Job_4079713) A=Thing_MealFine525850 B=(109, 0, 174))
System.NullReferenceException: Object reference not set to an instance of an object
at MemesAndP.TryGainMemory_Patch.Prefix (RimWorld.MemoryThoughtHandler __instance, RimWorld.Thought_Memory newThought, Verse.Pawn otherPawn) [0x0000c] in <9dbdc0ad88304dc5aec2a13a467ad7f2>:0
at (wrapper dynamic-method) RimWorld.MemoryThoughtHandler.RimWorld.MemoryThoughtHandler.TryGainMemory_Patch8(RimWorld.MemoryThoughtHandler,RimWorld.Thought_Memory,Verse.Pawn)
at RimWorld.Toils_Ingest+<>c__DisplayClass12_0.<FinalizeIngest>b__0 () [0x00153] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001de] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch1 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

theres this on which involves one of my androids that wont stop eating
Zezz  [開発者] 2021年8月28日 10時17分 
Interesting. It seems to be an issue with the way I implemented the death precept. Android thoughts seem to be implemented differently.

Have you tried feeding them normal meals instead of fine? Normal meals give no thoughts, so maybe that'll fix them.
It doesn't matter what kind of meal it is. It happens with normal and pemmican. They will just continue to get more and more as their energy will not increase when they eat
Here the one for simple meals


JobDriver threw exception in initAction for pawn Clarke driver=JobDriver_Ingest (toilIndex=9) driver.job=(Ingest (Job_4081937) A=Thing_MealSimple535787 B=(106, 0, 175))
System.NullReferenceException: Object reference not set to an instance of an object
at MemesAndP.TryGainMemory_Patch.Prefix (RimWorld.MemoryThoughtHandler __instance, RimWorld.Thought_Memory newThought, Verse.Pawn otherPawn) [0x0000c] in <9dbdc0ad88304dc5aec2a13a467ad7f2>:0
at (wrapper dynamic-method) RimWorld.MemoryThoughtHandler.RimWorld.MemoryThoughtHandler.TryGainMemory_Patch8(RimWorld.MemoryThoughtHandler,RimWorld.Thought_Memory,Verse.Pawn)
at RimWorld.Toils_Ingest+<>c__DisplayClass12_0.<FinalizeIngest>b__0 () [0x00153] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001de] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch1 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
< >
1-15 / 27 のコメントを表示
ページ毎: 1530 50