RimWorld

RimWorld

[JDS] Simple Storage
GothAlice 7 Aug, 2020 @ 7:37pm
"Cannot get AdjustedCostList" during deconstruction after update to utilize "stuff".
Post re-name, I notice that many of the container types that previously had dedicated graphics and constant build requirements now permit use of "stuff" (specific materials) during construction. My existing Industrial Dumpsters all turned white and during deconstruction issue a constant stream (every tick) of:

Cannot get AdjustedCostList for JDSIndustrial_Dumpster with null Stuff.

Traceback:

Verse.Log:Error(String, Boolean) RimWorld.CostListCalculator:CostListAdjusted(BuildableDef, ThingDef, Boolean) RimWorld.JobDriver_Deconstruct:TickAction() RimWorld.<>c__DisplayClass12_0:<MakeNewToils>b__1() Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch1(JobDriver) Verse.AI.Pawn_JobTracker:JobTrackerTick() Verse.Pawn:Tick() Verse.TickList:Tick() Verse.TickManager:DoSingleTick() Verse.TickManager:TickManagerUpdate() Verse.Game:UpdatePlay() Verse.Root_Play:Update()

[Edit to add: first time I've whipped out the dev tool "T: Destroy" option, those errors made everything crawl, too. 😜]
Last edited by GothAlice; 7 Aug, 2020 @ 7:42pm