RimWorld
Custom Pawn Generation
34개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2025년 6월 29일 오전 2시 25분
작성자: Nyan

Removed unnecessary assembly files.

업데이트: 2025년 6월 29일 오전 2시 16분
작성자: Nyan

Now compatible with v1.6.

업데이트: 2024년 11월 15일 오후 10시 17분
작성자: Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

업데이트: 2024년 10월 9일 오후 7시 35분
작성자: Nyan

* Now prevents some errors when the pawn's gender was changed, which prevented them from spawning. Enabled by default; can be disabled.
* Now uses `PawnGenerationRequest.FixedGender` instead of manually modifying it.

업데이트: 2024년 10월 8일 오후 5시 26분
작성자: Nyan

* Added `Set Fixed Gender` (enabled by default; can be disabled,) which is for compatibility with other mods that also changes the pawns' gender.

업데이트: 2024년 10월 8일 오전 3시 50분
작성자: Nyan

* Now has a hard limit on how many times a pawn's gender is re-rolled.

업데이트: 2024년 4월 20일 오전 3시 01분
작성자: Nyan

[Auto-generated text]: Update on 4/20/2024 6:00:56 PM.

업데이트: 2023년 6월 15일 오전 2시 04분

Fixed bug not properly disabling modules on initialization.

업데이트: 2023년 6월 14일 오전 4시 42분

Fixed error caused by `UnforcedGender` preventing generation of father/mother, by temporarily enabling `ParentRelationUtility` during `GeneratePawnRelations`.

업데이트: 2023년 5월 18일 오전 1시 56분

Fixed chronological age not adapting when adjusting age curve.