RimWorld

RimWorld

Custom Pawn Generation
Visar 1–10 av 34 poster
< 1  2  3  4 >
Uppdatering: 29 jun @ 2:25
av Nyan

Removed unnecessary assembly files.

Uppdatering: 29 jun @ 2:16
av Nyan

Now compatible with v1.6.

Uppdatering: 15 nov, 2024 @ 22:17
av Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Uppdatering: 9 okt, 2024 @ 19:35
av 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.

Uppdatering: 8 okt, 2024 @ 17:26
av Nyan

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

Uppdatering: 8 okt, 2024 @ 3:50
av Nyan

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

Uppdatering: 20 apr, 2024 @ 3:01
av Nyan

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

Uppdatering: 15 jun, 2023 @ 2:04

Fixed bug not properly disabling modules on initialization.

Uppdatering: 14 jun, 2023 @ 4:42

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

Uppdatering: 18 maj, 2023 @ 1:56

Fixed chronological age not adapting when adjusting age curve.