cseelhoff / RimThreaded

RimThreaded is a RimWorld mod designed to enable RimWorld to utilize multiple threads.
MIT License
119 stars 21 forks source link

Various errors in modded game, after using Make colony full command #688

Open Niilo007 opened 2 years ago

Niilo007 commented 2 years ago

IMPORTANT:

Please first search existing bugs to ensure you are not creating a duplicate bug report!
Make sure you have the latest version of Rimworld!

Describe the bug

Many errors with "BreadthFirstTraverse"

Steps to reproduce the behavior (VERY IMPORTANT)

  1. Use the modlist
  2. make a new game
  3. make colony full in dev mode
  4. See errors

Error Logs

Exception in BreadthFirstTraverse: System.NullReferenceException: Object reference not set to an instance of an object
  at Verse.ThingFilter.Allows (Verse.Thing t) [0x00008] in <b64badbf3c3d41018b3ca5d3e8c77771>:0 
  at (wrapper dynamic-method) RimWorld.Bill.RimWorld.Bill.IsFixedOrAllowedIngredient_Patch1(RimWorld.Bill,Verse.Thing)
  at RimThreaded.WorkGiver_Scanner_Patch+<>c__DisplayClass3_0.<TryFindAnyBillIngredients>b__0 (Verse.Thing t) [0x00070] in <86c14ce4cb7c40ce813d62d5517d4792>:0 
  at RimThreaded.WorkGiver_Scanner_Patch+<>c__DisplayClass3_0.<TryFindAnyBillIngredients>b__3 (Verse.Region r) [0x0003c] in <86c14ce4cb7c40ce813d62d5517d4792>:0 
  at (wrapper dynamic-method) Verse.RegionTraverser+BFSWorker.Verse.RegionTraverser+BFSWorker.BreadthFirstTraverseWork_Patch0(Verse.RegionTraverser/BFSWorker,Verse.Region,Verse.RegionEntryPredicate,Verse.RegionProcessor,int,Verse.RegionType)
  at (wrapper dynamic-method) Verse.RegionTraverser.Verse.RegionTraverser.BreadthFirstTraverse_Patch0(Verse.Region,Verse.RegionEntryPredicate,Verse.RegionProcessor,int,Verse.RegionType)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) Verse.RegionTraverser:Verse.RegionTraverser.BreadthFirstTraverse_Patch0 (Verse.Region,Verse.RegionEntryPredicate,Verse.RegionProcessor,int,Verse.RegionType)
RimThreaded.WorkGiver_Scanner_Patch:TryFindAnyBillIngredients (RimWorld.WorkGiver_DoBill,RimWorld.Bill,Verse.Pawn,Verse.Thing,System.Collections.Generic.List`1<Verse.ThingCount>)
RimThreaded.WorkGiver_Scanner_Patch:CanStartOrResumeBillJob (RimWorld.WorkGiver_DoBill,Verse.Pawn,RimWorld.IBillGiver)
RimThreaded.WorkGiver_Scanner_Patch:HasJobOnThing (RimWorld.WorkGiver_DoBill,Verse.Pawn,Verse.Thing,bool)
RimThreaded.JobGiver_Work_Patch/<>c__DisplayClass1_1:<TryIssueJobPackage>b__1 (Verse.Thing)
RimThreaded.GenClosest_Patch/<>c__DisplayClass2_0:<ClosestThingReachable2>g__validator2|0 (Verse.Thing)
Verse.GenClosest:<ClosestThing_Global>g__Process|5_0 (Verse.Thing,Verse.GenClosest/<>c__DisplayClass5_0&)
Verse.GenClosest:ClosestThing_Global (Verse.IntVec3,System.Collections.IEnumerable,single,System.Predicate`1<Verse.Thing>,System.Func`2<Verse.Thing, single>)
RimThreaded.GenClosest_Patch:ClosestThingReachable2 (Verse.IntVec3,Verse.Map,Verse.ThingRequest,Verse.AI.PathEndMode,Verse.TraverseParms,single,System.Predicate`1<Verse.Thing>,System.Collections.Generic.IEnumerable`1<Verse.Thing>,int,int,bool,Verse.RegionType,bool)
RimThreaded.JobGiver_Work_Patch:TryIssueJobPackage (RimWorld.JobGiver_Work,Verse.AI.ThinkResult&,Verse.Pawn,Verse.AI.JobIssueParams)
(wrapper dynamic-method) RimWorld.JobGiver_Work:RimWorld.JobGiver_Work.TryIssueJobPackage_Patch1 (RimWorld.JobGiver_Work,Verse.Pawn,Verse.AI.JobIssueParams)
(wrapper dynamic-method) Verse.AI.ThinkNode_PrioritySorter:Verse.AI.ThinkNode_PrioritySorter.TryIssueJobPackage_Patch0 (Verse.AI.ThinkNode_PrioritySorter,Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Tagger:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Subtree:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Conditional:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
RimThreaded.Pawn_JobTracker_Patch:DetermineNextJob2 (Verse.AI.Pawn_JobTracker,Verse.ThinkTreeDef&)
RimThreaded.Pawn_JobTracker_Patch:TryFindAndStartJob (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.TryFindAndStartJob_Patch1 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.EndCurrentJob_Patch5 (Verse.AI.Pawn_JobTracker,Verse.AI.JobCondition,bool,bool)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
RimThreaded.TickList_Patch:NormalThingTick ()
RimThreaded.RimThreaded:ExecuteTicks ()
RimThreaded.RimThreaded:ProcessTicks (RimThreaded.RimThreaded/ThreadInfo)
RimThreaded.RimThreaded:InitializeThread (object)
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart (object)

Player.log

!!! Link to contents of Player.log or Error.log (MUST BE LINK) !!!

HugsLib log

https://gist.github.com/74cdc6a268492840dc10dcaa85be11ea

Save file

!!! Please add a save file where the issue occurs to speed up testing and fixing of the issue !!!

Screenshots

image image

Mod list (Preferably a RimPy compatible list.)

[Mod list length: 291] Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077] BetterLoading [https://steamcommunity.com/sharedfiles/filedetails/?id=1999454301] RIMMSAssemble [https://steamcommunity.com/sharedfiles/filedetails/?id=1780241645] Core [https:// no link (local mod)] Royalty [Official DLC] [https:// no link (local mod)] Ideology [Official DLC] [https:// no link (local mod)] Mod Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=1507748539] SRTS Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1845423808] HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962] RimSaves [https://steamcommunity.com/sharedfiles/filedetails/?id=1713367505] WorldEdit 2.0 [https://steamcommunity.com/sharedfiles/filedetails/?id=2314163152] EdB Prepare Carefully [https://steamcommunity.com/sharedfiles/filedetails/?id=735106432] Enable Oversized Weapons [https://steamcommunity.com/sharedfiles/filedetails/?id=2543371889] HAR Fix for Yayo Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2579147061] Humanoid Alien Races [https://steamcommunity.com/sharedfiles/filedetails/?id=839005762] ToolBox (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576079360] Custom Ritual Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2561617361] Vanilla Expanded Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013] Vanilla Expanded - Royalty Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2260012940] Vanilla Expanded - Ideology Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2566669771] RWLayout [https://steamcommunity.com/sharedfiles/filedetails/?id=2209393954] ModDiff [https://steamcommunity.com/sharedfiles/filedetails/?id=2200054867] No Version Warning [https://steamcommunity.com/sharedfiles/filedetails/?id=2599504692] Achtung! [https://steamcommunity.com/sharedfiles/filedetails/?id=730936602] Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808] What the hack?! [https://steamcommunity.com/sharedfiles/filedetails/?id=1505914869] WTH Expanded : Core [https://steamcommunity.com/sharedfiles/filedetails/?id=2504546310] What the hack - A little expansion [https://steamcommunity.com/sharedfiles/filedetails/?id=2456962656] WTH retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=2600860593] Giddy-up! Core [https://steamcommunity.com/sharedfiles/filedetails/?id=1216999901] Giddy-up! Battle Mounts [https://steamcommunity.com/sharedfiles/filedetails/?id=1217001091] Giddy-up! Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=1253251478] Giddy-up! Ride and Roll [https://steamcommunity.com/sharedfiles/filedetails/?id=1331961995] Giddy-up! Mechanoids [https://steamcommunity.com/sharedfiles/filedetails/?id=1518932357] More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=1931453053] Prepare Landing [https://steamcommunity.com/sharedfiles/filedetails/?id=1095331978] Map Reroll [https://steamcommunity.com/sharedfiles/filedetails/?id=761315214] Better Map Sizes [https://steamcommunity.com/sharedfiles/filedetails/?id=2099101052] [SYR] Set Up Camp [https://steamcommunity.com/sharedfiles/filedetails/?id=1470065926] RimCities [https://steamcommunity.com/sharedfiles/filedetails/?id=1775170117] Real Ruins [https://steamcommunity.com/sharedfiles/filedetails/?id=1552146295] [KV] Consolidated Traits [https://steamcommunity.com/sharedfiles/filedetails/?id=1507384362] Vanilla Traits Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655] [KV] More Trait Slots [https://steamcommunity.com/sharedfiles/filedetails/?id=1508292711] Backstories+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2289854459] Questionable Ethics Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2566962342] Misc. Robots [https://steamcommunity.com/sharedfiles/filedetails/?id=724602224] Misc. Robots Retexture [https:// no link (local mod)] Android tiers [https://steamcommunity.com/sharedfiles/filedetails/?id=1386412863] Android tiers - TX Series [https://steamcommunity.com/sharedfiles/filedetails/?id=2010528561] [SYR] Scar Removal Plus [https://steamcommunity.com/sharedfiles/filedetails/?id=1507367510] Death Rattle Continued [1.2+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2206107940] Life Support Continued [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2213696082] Medical Supplements (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195037369] A Dog Said... Animal Prosthetics [https://steamcommunity.com/sharedfiles/filedetails/?id=746425621] Medical System Expansion 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2056706586] Locks [https://steamcommunity.com/sharedfiles/filedetails/?id=1157085076] Prison Labor [https://steamcommunity.com/sharedfiles/filedetails/?id=1899474310] Dubs Bad Hygiene [https://steamcommunity.com/sharedfiles/filedetails/?id=836308268] Simple sidearms [https://steamcommunity.com/sharedfiles/filedetails/?id=927155256] Suppression (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2559826227] Brrr and Phew (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195938471] Avoid Friendly Fire [https://steamcommunity.com/sharedfiles/filedetails/?id=1134165362] Replace Stuff [https://steamcommunity.com/sharedfiles/filedetails/?id=1372003680] Smarter Construction [https://steamcommunity.com/sharedfiles/filedetails/?id=2202185773] Common Sense [https://steamcommunity.com/sharedfiles/filedetails/?id=1561769193] Ugh You Got Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1542424705] No Lazy Doctors [https://steamcommunity.com/sharedfiles/filedetails/?id=2476396157] Stabilize [https://steamcommunity.com/sharedfiles/filedetails/?id=2023407836] Build From Inventory [https://steamcommunity.com/sharedfiles/filedetails/?id=1691419062] Injured Carry [https://steamcommunity.com/sharedfiles/filedetails/?id=2413690575] Meals On Wheels [https://steamcommunity.com/sharedfiles/filedetails/?id=1323773476] Use Bedrolls [https://steamcommunity.com/sharedfiles/filedetails/?id=1353625821] Dubs Break Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=1722398508] Snap Out! [https://steamcommunity.com/sharedfiles/filedetails/?id=1319782555] Smart Medicine [https://steamcommunity.com/sharedfiles/filedetails/?id=1309994319] Share The Load [https://steamcommunity.com/sharedfiles/filedetails/?id=1356838246] SF Grim Reality [https://steamcommunity.com/sharedfiles/filedetails/?id=1543063349] Use Minified Buildings [https://steamcommunity.com/sharedfiles/filedetails/?id=2185809028] RunAndGun [https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550] Search and Destroy [https://steamcommunity.com/sharedfiles/filedetails/?id=1467764609] [KV] Path Avoid [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719857] Guards For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1855885448] Bad Can Be Good [https://steamcommunity.com/sharedfiles/filedetails/?id=2025857053] Raiders Never Die (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2024330186] Hunt for Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1593245720] Ignite Everything [https://steamcommunity.com/sharedfiles/filedetails/?id=1607884210] Where's My Bed? [https://steamcommunity.com/sharedfiles/filedetails/?id=1919873778] Defensive Positions [https://steamcommunity.com/sharedfiles/filedetails/?id=761219125] Dress Patients [https://steamcommunity.com/sharedfiles/filedetails/?id=1667901146] More filters for animals' pen [https://steamcommunity.com/sharedfiles/filedetails/?id=2558978295] More Precepts [https://steamcommunity.com/sharedfiles/filedetails/?id=2559533848] Diversity and Discrimination [https://steamcommunity.com/sharedfiles/filedetails/?id=2588372194] [KV] Save Storage, Outfit, Crafting, Drug, & Operation Settings [https://steamcommunity.com/sharedfiles/filedetails/?id=1180718516] Smarter Deconstruction and Mining [https://steamcommunity.com/sharedfiles/filedetails/?id=2398365712] Just Ignore Me Passing [https://steamcommunity.com/sharedfiles/filedetails/?id=1231617602] Prisoners Dont Have Keys [https://steamcommunity.com/sharedfiles/filedetails/?id=2595360307] Blueprint Totals Tooltip [https://steamcommunity.com/sharedfiles/filedetails/?id=1537871656] Selectable Sculpture Graphic [https://steamcommunity.com/sharedfiles/filedetails/?id=1537873717] QualityBuilder [https://steamcommunity.com/sharedfiles/filedetails/?id=754637870] This Is Mine (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2560584629] Choose Your Recipe [https://steamcommunity.com/sharedfiles/filedetails/?id=2613112847] Best Mix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195986094] Conduit Deconstruct [https://steamcommunity.com/sharedfiles/filedetails/?id=838336462] 4M Mehni's Misc Modifications [1.2-1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2228765246] ED-EnhancedOptions [https://steamcommunity.com/sharedfiles/filedetails/?id=1241694757] Music on the Rim [https://steamcommunity.com/sharedfiles/filedetails/?id=1872570102] P-Music [https://steamcommunity.com/sharedfiles/filedetails/?id=725130005] Ruined by temperature filter [https://steamcommunity.com/sharedfiles/filedetails/?id=2554476852] What's Missing? [https://steamcommunity.com/sharedfiles/filedetails/?id=2073082747] Raids For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1633517937] [KV] Don't stop the music [https://steamcommunity.com/sharedfiles/filedetails/?id=1210224966] Reverse Commands [https://steamcommunity.com/sharedfiles/filedetails/?id=858744731] Safely Hidden Away [https://steamcommunity.com/sharedfiles/filedetails/?id=1322196379] Prepare For Combat [https://steamcommunity.com/sharedfiles/filedetails/?id=2580106600] Smart Farming [https:// no link (local mod)] [D] Ignorance Is Bliss [https://steamcommunity.com/sharedfiles/filedetails/?id=2554423472] [KV] Adjustable Trade Ships [https://steamcommunity.com/sharedfiles/filedetails/?id=1369828656] A Petition for Provisions (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2444190820] Area Inclusion & Exclusion [https://steamcommunity.com/sharedfiles/filedetails/?id=2033828736] [KV] Show Hair With Hats or Hide All Hats [https://steamcommunity.com/sharedfiles/filedetails/?id=1180826364] Vanilla Events Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742] Dynamic Diplomacy [https://steamcommunity.com/sharedfiles/filedetails/?id=1875168898] Nurse Job [https://steamcommunity.com/sharedfiles/filedetails/?id=1820501433] TD Enhancement Pack [https://steamcommunity.com/sharedfiles/filedetails/?id=1339135272] ResearchPal - Forked [https://steamcommunity.com/sharedfiles/filedetails/?id=2351393394] Animal Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=712141500] Work Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=725219116] Grouped Pawns Lists [https://steamcommunity.com/sharedfiles/filedetails/?id=2340773428] More Graphs (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2606523977] More Planning 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=2551225702] Drug Response (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2196401201] Blueprints [https://steamcommunity.com/sharedfiles/filedetails/?id=708455313] Allow Tool [https://steamcommunity.com/sharedfiles/filedetails/?id=761421485] Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1195427067] Optional Icons for Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1966995052] Pharmacist [https://steamcommunity.com/sharedfiles/filedetails/?id=1365242717] Power Indicators [https://steamcommunity.com/sharedfiles/filedetails/?id=899714534] Snowy Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=1322101066] Bionic icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1677616980] More Sculpture [https://steamcommunity.com/sharedfiles/filedetails/?id=1612316880] World Map Beautification Project [https://steamcommunity.com/sharedfiles/filedetails/?id=2314407956] World Map Beautification Project - for More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=2381830973] World Map Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2523248314] Perspective: Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=2572022990] Better Roads [https://steamcommunity.com/sharedfiles/filedetails/?id=1489564822] Scattered Stones [https://steamcommunity.com/sharedfiles/filedetails/?id=2598436855] High quality textures [https://steamcommunity.com/sharedfiles/filedetails/?id=1676969930] Arsenal of Ideology [https://steamcommunity.com/sharedfiles/filedetails/?id=2561610570] No Debris 1.1/1.2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2010756536] Recipe icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1616643195] Interaction Bubbles [https://steamcommunity.com/sharedfiles/filedetails/?id=1516158345] RenameColony [https://steamcommunity.com/sharedfiles/filedetails/?id=1359645236] Heat Map [https://steamcommunity.com/sharedfiles/filedetails/?id=947972722] Quality Overlay [https://steamcommunity.com/sharedfiles/filedetails/?id=2568283376] WealthHere [https://steamcommunity.com/sharedfiles/filedetails/?id=2593103416] CaravanColonistInfo [https://steamcommunity.com/sharedfiles/filedetails/?id=2252000148] CM Color Coded Mood Bar [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2006605356] Fluffy Breakdowns (1.3 Update) [https://steamcommunity.com/sharedfiles/filedetails/?id=2584064444] Pawn Badge Fan Fork [Adopted] [https://steamcommunity.com/sharedfiles/filedetails/?id=2526040241] Pawn Badge Niilo's Addon [https:// no link (local mod)] Job In Bar [https://steamcommunity.com/sharedfiles/filedetails/?id=2086300611] Pawn Badge - (MISC) Job Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1734233154] Wearing Armor Info [https://steamcommunity.com/sharedfiles/filedetails/?id=1839305669] Compact Hediffs [https://steamcommunity.com/sharedfiles/filedetails/?id=2031734067] Range Finder [https://steamcommunity.com/sharedfiles/filedetails/?id=1332119637] Better Message Placement (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2259516339] Power Alerts [https://steamcommunity.com/sharedfiles/filedetails/?id=1664714758] Fixable Mood Debuffs Alert [https://steamcommunity.com/sharedfiles/filedetails/?id=1307316672] Food Alert (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017538067] Level Up! [https://steamcommunity.com/sharedfiles/filedetails/?id=1701592470] Auto links [https://steamcommunity.com/sharedfiles/filedetails/?id=2059389912] De-generalize Work [https://steamcommunity.com/sharedfiles/filedetails/?id=2011655761] Prisoners Should Fear Turrets [https://steamcommunity.com/sharedfiles/filedetails/?id=2602436826] Undraft After Tucking [https://steamcommunity.com/sharedfiles/filedetails/?id=2157495459] Drug Policy Fix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195390245] Immunities Reset (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195961535] Grazing Lands [https://steamcommunity.com/sharedfiles/filedetails/?id=1770268130] Yayo's Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2575938407] Yayo's Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=2574818016] Fill backstories [https://steamcommunity.com/sharedfiles/filedetails/?id=2407610901] ProxyHeat [https://steamcommunity.com/sharedfiles/filedetails/?id=2365526329] Ding On Game Loaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2425530959] More Random Seeds [https://steamcommunity.com/sharedfiles/filedetails/?id=1501463043] Reworked Temperature Extreme Events [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=1372130541] Tech Advancing [https://steamcommunity.com/sharedfiles/filedetails/?id=735268789] NamesGalore [https://steamcommunity.com/sharedfiles/filedetails/?id=2017130910] Skilled Stonecutting [https://steamcommunity.com/sharedfiles/filedetails/?id=1207390617] No Job Authors [https://steamcommunity.com/sharedfiles/filedetails/?id=2009825774] Less Arbitrary Surgery (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2018250654] Thick Armor [https://steamcommunity.com/sharedfiles/filedetails/?id=1321600671] MinifyEverything [https://steamcommunity.com/sharedfiles/filedetails/?id=872762753] ETRT: Room Size Tweaks [https://steamcommunity.com/sharedfiles/filedetails/?id=1544557907] Mortar Accuracy [https://steamcommunity.com/sharedfiles/filedetails/?id=1729446857] Configurable Deconstruct Percentage [https://steamcommunity.com/sharedfiles/filedetails/?id=2568850063] Exotic's Better Crashed Ship Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=1239138840] [FSF] Filth Vanishes With Rain And Time [https://steamcommunity.com/sharedfiles/filedetails/?id=1508341791] Better Jump Pack (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2565740103] Prosthetic No Missing Body Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=2103563425] Perishable [https://steamcommunity.com/sharedfiles/filedetails/?id=2294597530] Loading In Progress [https://steamcommunity.com/sharedfiles/filedetails/?id=1975622772] [WD] Partially-Passable Wind Turbines [https://steamcommunity.com/sharedfiles/filedetails/?id=1621527381] Save Our Ship 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=1909914131] Communicable Diseases [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2016577520] Dubs Paint Shop [https://steamcommunity.com/sharedfiles/filedetails/?id=1579516669] Architect Expanded - Fences (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576081324] [O21] Seamless Embrasures [https://steamcommunity.com/sharedfiles/filedetails/?id=2290689449] Door Curtains [https://steamcommunity.com/sharedfiles/filedetails/?id=1541139150] Roads of the Rim (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2280318231] Auto Seller [https://steamcommunity.com/sharedfiles/filedetails/?id=1440321094] Colony Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=715565262] Dubs Rimatomics [https://steamcommunity.com/sharedfiles/filedetails/?id=1127530465] Rimefeller [https://steamcommunity.com/sharedfiles/filedetails/?id=1321849735] RimHeli [https://steamcommunity.com/sharedfiles/filedetails/?id=2158396143] Project RimFactory Revived [https://steamcommunity.com/sharedfiles/filedetails/?id=2033979700] Omni Core Drill (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2562491370] Quarry [https://steamcommunity.com/sharedfiles/filedetails/?id=2007576583] Reclaim, Reuse, Recycle (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2567364887] Commercial Server [https://steamcommunity.com/sharedfiles/filedetails/?id=1714455977] [KV] RimFridge [https://steamcommunity.com/sharedfiles/filedetails/?id=1180721235] LWM's Deep Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=1617282896] Pick Up And Haul [https://steamcommunity.com/sharedfiles/filedetails/?id=1279012058] While You're Up / PUAH+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2034960453] Stockpile Stack Limit (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2274678322] KanbanStockpile [https://steamcommunity.com/sharedfiles/filedetails/?id=2287142613] Floored - Yellow and Striped Tiles Only [1.0+] [https://steamcommunity.com/sharedfiles/filedetails/?id=1543195051] Stuffed Floors [https://steamcommunity.com/sharedfiles/filedetails/?id=853043503] Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=725747149] Trade Ships Drop Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1969732297] [KV] Trading Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719658] ProgrammableVents [https://steamcommunity.com/sharedfiles/filedetails/?id=824131713] Diagonal Walls [https://steamcommunity.com/sharedfiles/filedetails/?id=2521631479] RT Fuse [https://steamcommunity.com/sharedfiles/filedetails/?id=728314182] RT Power Switch [https://steamcommunity.com/sharedfiles/filedetails/?id=728314859] RT Solar Flare Shield [https://steamcommunity.com/sharedfiles/filedetails/?id=728315620] Temperature Gauge (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017464494] Time-of-Day Switches [https://steamcommunity.com/sharedfiles/filedetails/?id=776114412] Vanilla RT Solar Flare Shield Retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=1941652952] Power Logic [https://steamcommunity.com/sharedfiles/filedetails/?id=812653710] Power++ [https://steamcommunity.com/sharedfiles/filedetails/?id=1771402217] Parallel Power Grid (Parallel Conduits) [https://steamcommunity.com/sharedfiles/filedetails/?id=1277677885] Underground Power Conduits [https://steamcommunity.com/sharedfiles/filedetails/?id=1735421319] Signs and Comments [https://steamcommunity.com/sharedfiles/filedetails/?id=2576219203] Wall Light [https://steamcommunity.com/sharedfiles/filedetails/?id=1423699208] Gimmicks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2168169520] Weapon Tech [https://steamcommunity.com/sharedfiles/filedetails/?id=2005456121] Fire Extinguisher (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195996970] Fire Warden (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2197425463] Taming Artifact [https://steamcommunity.com/sharedfiles/filedetails/?id=1769917767] Expanded Roofing [https://steamcommunity.com/sharedfiles/filedetails/?id=2568893936] Amnabi's Flags (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2592638428] Vanilla Fishing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942] Vanilla Books Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2193152410] Wheelchairs [https://steamcommunity.com/sharedfiles/filedetails/?id=2599914280] Vanilla Apparel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814987817] Vanilla Apparel Expanded — Accessories [https://steamcommunity.com/sharedfiles/filedetails/?id=2521176396] [CM] Spots Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=2603638022] Vanilla Ideology Expanded - Relics and Artifacts [https://steamcommunity.com/sharedfiles/filedetails/?id=2564895018] Vanilla Ideology Expanded - Hats and Rags [https://steamcommunity.com/sharedfiles/filedetails/?id=2567387768] Vanilla Plants Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308522] VPE - No Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=2165594621] Vanilla Weapons Expanded - Non-Lethal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918354] Vanilla Furniture Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1718190143] Vanilla Furniture Expanded - Production [https://steamcommunity.com/sharedfiles/filedetails/?id=1880253632] Vanilla Furniture Expanded - Medical Module [https://steamcommunity.com/sharedfiles/filedetails/?id=1718191613] Vanilla Furniture Expanded - Spacer Module [https://steamcommunity.com/sharedfiles/filedetails/?id=2028381079] Vanilla Furniture Expanded - Props and Decor [https://steamcommunity.com/sharedfiles/filedetails/?id=2102143149] Vanilla Furniture Expanded - Art [https://steamcommunity.com/sharedfiles/filedetails/?id=1968134023] Vanilla Furniture Expanded - Architect [https://steamcommunity.com/sharedfiles/filedetails/?id=2608762624] Tilled Soil + Vanilla Expanded Architect Patch [https://steamcommunity.com/sharedfiles/filedetails/?id=2615874867] Vanilla Factions Expanded - Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450] Vanilla Furniture Expanded - Security [https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007] Earlier Trenches (VFE - Security Patch) [https://steamcommunity.com/sharedfiles/filedetails/?id=2605662978] [XND] Tiny Tweaks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2270049772] More Linkables [https://steamcommunity.com/sharedfiles/filedetails/?id=1103809207] Vanilla Hair Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256] [FSF] No Default Shelf Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=945085502] Breachable Embrasures - An AI-Behaviour Change [https://steamcommunity.com/sharedfiles/filedetails/?id=2569778304] Vanilla Animals Expanded — Boreal Forest [https://steamcommunity.com/sharedfiles/filedetails/?id=1895364938] Better Infestations 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=1319614331] Better Vanilla Masking [https://steamcommunity.com/sharedfiles/filedetails/?id=1736114368] [SYR] Terrain [https://steamcommunity.com/sharedfiles/filedetails/?id=1544439671] Children, school and learning [https://steamcommunity.com/sharedfiles/filedetails/?id=1541438230] Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2016436324] Bradson's Main Button Icons for Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2361775777] Quality Of Building [https://steamcommunity.com/sharedfiles/filedetails/?id=2101676323] OgreStack [https://steamcommunity.com/sharedfiles/filedetails/?id=1447140290] What's That Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=2258431182] RIMMSqol [https://steamcommunity.com/sharedfiles/filedetails/?id=1084452457] Dubs Performance Analyzer [https://steamcommunity.com/sharedfiles/filedetails/?id=2038874626] RimThreaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2222907981]