RimWorld

RimWorld

Custom Pawn Generation
Näytetään 1–10 / 34
< 1  2  3  4 >
Päivitys: 29.6. klo 2.25
tekijältä Nyan

Removed unnecessary assembly files.

Päivitys: 29.6. klo 2.16
tekijältä Nyan

Now compatible with v1.6.

Päivitys: 15.11.2024 klo 22.17
tekijältä Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Päivitys: 9.10.2024 klo 19.35
tekijältä 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.

Päivitys: 8.10.2024 klo 17.26
tekijältä Nyan

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

Päivitys: 8.10.2024 klo 3.50
tekijältä Nyan

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

Päivitys: 20.4.2024 klo 3.01
tekijältä Nyan

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

Päivitys: 15.6.2023 klo 2.04

Fixed bug not properly disabling modules on initialization.

Päivitys: 14.6.2023 klo 4.42

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

Päivitys: 18.5.2023 klo 1.56

Fixed chronological age not adapting when adjusting age curve.