RimWorld

RimWorld

Custom Pawn Generation
Viser 1-10 af 34 forekomster
< 1  2  3  4 >
Opdatering: 29. juni kl. 2:25

Removed unnecessary assembly files.

Opdatering: 29. juni kl. 2:16

Now compatible with v1.6.

Opdatering: 15. nov. 2024 kl. 22:17

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Opdatering: 9. okt. 2024 kl. 19:35

* 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.

Opdatering: 8. okt. 2024 kl. 17:26

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

Opdatering: 8. okt. 2024 kl. 3:50

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

Opdatering: 20. apr. 2024 kl. 3:01

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

Opdatering: 15. juni 2023 kl. 2:04

Fixed bug not properly disabling modules on initialization.

Opdatering: 14. juni 2023 kl. 4:42

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

Opdatering: 18. maj 2023 kl. 1:56

Fixed chronological age not adapting when adjusting age curve.