RimWorld
65 평점
Refactored Work Priorities (Continued)
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
파일 크기
게시일
업데이트일
845.663 KB
2020년 5월 14일 오전 11시 05분
2025년 9월 21일 오전 5시 25분
업데이트 노트 14개 (보기)

다운로드 위해 구독하기
Refactored Work Priorities (Continued)

Mlie님의 1 모음집
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
2025년 9월 21일 오전 10시 07분
EMIL!!!
veoba
댓글 32
Mlie  [작성자] 2025년 9월 21일 오전 5시 26분 
@mischab1 Should be fixed now
mischab1 2025년 9월 20일 오후 3시 56분 
@Mlie - Are those changes you made uploaded to Steam? Because the Incompatible with PUAH flag is still there.
Mlie  [작성자] 2025년 8월 31일 오후 12시 35분 
@ZzZombo Made some changes to the code, tested it with PUAH and noticed no issues now
ZzZombo 2025년 8월 27일 오전 12시 16분 
Note I have no hard evidence this is actually caused by PUAH, just a guess.
ZzZombo 2025년 8월 27일 오전 12시 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  [작성자] 2025년 8월 22일 오후 10시 34분 
@ZzZombo No idea, there has been no detailed explanation yet. Just reports
ZzZombo 2025년 8월 22일 오후 7시 44분 
What exactly breaks with PUAH and this mod running?
Terzetto 2025년 8월 18일 오후 7시 24분 
I'm not ever using this mod and I want to let you know Miles, you are a real one.
Mlie  [작성자] 2025년 7월 13일 오후 8시 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 2025년 7월 13일 오후 2시 17분 
Work Manager could also use an update to 1.6, thanks for doin these btw