RimWorld

RimWorld

[FSF] Complex Jobs
Showing 11-20 of 177 entries
< 1  2  3  4 ... 18 >
Update: 3 Aug @ 4:29pm

- Project Rimfactory Revived: Fixes an issue with the Mini Fishing Station when Odyssey is present. Fix provided by feeddanoob.

Update: 29 Jul @ 11:25pm

- Core: Moved the task Remove Foundations from Construct to Deconstruct.

Update: 29 Jul @ 3:09am

- Fixed a serious error with the previous Mechanoid fix which for some reason didn't throw hundreds of errors when the patch added these workpriorities to every entity in Rimworld. The patches should now properly check for the worktype before adding the workpriorities as it was originally intended.

Update: 28 Jul @ 5:15am

- Added a series of patches with XML Extensions that could potentially fix the long standing issue of Mechanoids randomly losing worktypes.

Update: 27 Jul @ 5:35pm

- The Dead Man's Switch: Relabelled DMS_DoBill to Operate artifuscle chamber and changed the worktype to Smithing.
- The Dead Man's Switch: Removed the duplicate WorkGiver for Operate Machinery Printer and relabelled and changed the worktype on the original workgiver DMS_Operate to it which uses Smithing.
- The Dead Man's Switch: Changed the giverClass on the new WorkGivers for DMS_ReactionChamber and DMS_Furnace to use Fortified.WorkGiver_DoAutonomousBill.
- The Dead Man's Switch: Made a new WorkGiver for DMS_LabReactor assigned to Refining and added a patch to remove DMS_LabReactor from the fixedBillGiverDefs.
- The Dead Man's Switch: Made a new WorkGiver for DMS_LabFurnace assigned to Smelting and added a patch to remove DMS_LabFurnace from the fixedBillGiverDefs.

Update: 23 Jul @ 11:28pm

- Removed a number of patches for Medieval Overhaul to add duplicate tasks to Production. The patches are for the Millstone, Spinning Wheel and Trestle.

Note: The Production worktype is in a bit of an odd place. Ideally it should be for all production tasks but the problem with that is certain things are attached to actual skills. This can create the issue where a pawn can do something they should be incapable of doing making them work super slowly and try to use a work speed stat they don't have causing the game to throw an error. Removing the skill stuff means a lot of patching and losing the XP gain these things provide. It's an annoying and difficult problem which doesn't have a perfect solution. With that in mind I'm thinking that it would probably be best to shift Production toward "Skillless Dumb Labour". It will be less useful but with mods should still be useful enough to split off as a worktype. It would also resolve the myriad of issues the current setup causes.

Update: 23 Jul @ 4:51pm

- Fixed an issue with the Haul Urgently patch for Asimov as it was missing a MayRequire.

Update: 18 Jul @ 10:56pm

- Removed requiredGiverWorkType from RimLife Expansion Production Plus's Meat Blend recipe so it works with the Butcher worktype.

Update: 14 Jul @ 3:52pm

- Changed the worktype of the tasks Pipe System Pick Up Processor and Pipe System Bring To Processor from Vanilla Expanded Framework in Maintenance to Production. Note: These should have been in Production to begin with. I think I accidentally deleted the patch sections instead of swapping the DefNames when I did the update for the Vanilla Expanded Framework.

Update: 12 Jul @ 8:50pm

- Increased the priority of Hack Buildings from Core so its always above everything. Note: Hacking stuff in Odyssey is very important and comes with lockout timers. So getting it done above every other Research task seems best.