RimWorld
65 оценки
Refactored Work Priorities (Continued)
   
Награда
Добавяне към любими
В любими
Премахване от любими
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Размер на файла
Публикуван на
Обновен на
845.663 KB
14 май 2020 в 11:05
21 септ. в 5:25
14 бележки за промени ( преглед )

Абониране, за да се свали
Refactored Work Priorities (Continued)

В 1 колекция от Mlie
Mlie's resurrected mods
974 артикула
Описание

Update of Dingos mod
https://steamcommunity.com/sharedfiles/filedetails/?id=1230074511



[discord.gg]
[github.com]



Original mod by Dingo
Ludeon[ludeon.com]

Unofficial update for B18
________________________________________________________________________________

Forums thread with source code and direct downloads[ludeon.com]



Grants you additional control over colonists, including some tweaks to their work priorities and schedules.

The mod includes an options menu (Options Mod Settings).

  • Injured animals will be fed by handlers instead of doctors.
  • Removing roofs prioritised above building roofs.
  • Custom repair threshold - you decide when repairs should be made.
  • Repair designator - force repairs on buildings above the repair threshold.
  • Prioritise rottables - haul corn, meals etc. as a high priority.
  • Prioritise deterioratables - haul items as a high priority.
  • Set an item HP threshold to avoid prioritising items with low HP.





  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Always post your log using the Log Uploader
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: control, work priorities
Популярни дискусии Всички (1)
0
21 септ. в 10:07
EMIL!!!
veoba
32 коментара
Mlie  [автор] 21 септ. в 5:26 
@mischab1 Should be fixed now
mischab1 20 септ. в 15:56 
@Mlie - Are those changes you made uploaded to Steam? Because the Incompatible with PUAH flag is still there.
Mlie  [автор] 31 авг. в 12:35 
@ZzZombo Made some changes to the code, tested it with PUAH and noticed no issues now
ZzZombo 27 авг. в 0:16 
Note I have no hard evidence this is actually caused by PUAH, just a guess.
ZzZombo 27 авг. в 0:11 
@Mlie: I think I figured it out.

> Hoffelmaw threw exception in WorkGiver HaulDeteriorating: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.HashSet`1+Enumerator[T].MoveNext () in
<...>
at RimWorld.JobGiver_Work.TryIssueJobPackage (Verse.Pawn pawn, Verse.AI.JobIssueParams jobParams)

I think PUAH causes modifications to the underlying hash set due to its very nature which this mod's work giver returns as the potential work thing list. This invalidates the enumerator and is disallowed by the BCL. I suggest to store the `enumerable` into a temporary array and work on it. Also, in the case the map is `null`, the code sets `enumerable` to null, but subsequently attempts to call methods on it. Just return `Array.Empty<Thing>()` in this case.
Mlie  [автор] 22 авг. в 22:34 
@ZzZombo No idea, there has been no detailed explanation yet. Just reports
ZzZombo 22 авг. в 19:44 
What exactly breaks with PUAH and this mod running?
Terzetto 18 авг. в 19:24 
I'm not ever using this mod and I want to let you know Miles, you are a real one.
Mlie  [автор] 13 юли в 20:43 
@-BNH-TheBird Please post the link to the mod you want to request in the mod-requests channel of the Discord server as this saves me a lot of admin-time.
-BNH-TheBird 13 юли в 14:17 
Work Manager could also use an update to 1.6, thanks for doin these btw