RimWorld

RimWorld

Custom Pawn Generation
Ergebnisse 1–10 von 34
< 1  2  3  4 >
Update: 29. Jun. um 2:25
von Nyan

Removed unnecessary assembly files.

Update: 29. Jun. um 2:16
von Nyan

Now compatible with v1.6.

Update: 15. Nov. 2024 um 22:17
von Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Update: 9. Okt. 2024 um 19:35
von 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.

Update: 8. Okt. 2024 um 17:26
von Nyan

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

Update: 8. Okt. 2024 um 3:50
von Nyan

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

Update: 20. Apr. 2024 um 3:01
von Nyan

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

Update: 15. Jun. 2023 um 2:04

Fixed bug not properly disabling modules on initialization.

Update: 14. Jun. 2023 um 4:42

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

Update: 18. Mai 2023 um 1:56

Fixed chronological age not adapting when adjusting age curve.