RimWorld

RimWorld

Custom Pawn Generation
Showing 1-10 of 34 entries
< 1  2  3  4 >
Update: 29 Jun @ 2:25am

Removed unnecessary assembly files.

Update: 29 Jun @ 2:16am

Now compatible with v1.6.

Update: 15 Nov, 2024 @ 10:17pm

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Update: 9 Oct, 2024 @ 7:35pm

* 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 Oct, 2024 @ 5:26pm

* 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 Oct, 2024 @ 3:50am

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

Update: 20 Apr, 2024 @ 3:01am

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

Update: 15 Jun, 2023 @ 2:04am

Fixed bug not properly disabling modules on initialization.

Update: 14 Jun, 2023 @ 4:42am

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

Update: 18 May, 2023 @ 1:56am

Fixed chronological age not adapting when adjusting age curve.