RimWorld

RimWorld

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

Removed unnecessary assembly files.

Update: Jun 29 @ 2:16am

Now compatible with v1.6.

Update: Nov 15, 2024 @ 10:17pm

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

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

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

Update: Apr 20, 2024 @ 3:01am

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

Update: Jun 15, 2023 @ 2:04am

Fixed bug not properly disabling modules on initialization.

Update: Jun 14, 2023 @ 4:42am

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

Update: May 18, 2023 @ 1:56am

Fixed chronological age not adapting when adjusting age curve.