RimWorld
Custom Pawn Generation
Se afișează 1-10 din 34 intrări
< 1  2  3  4 >
Actualizare: 29 iun. @ 2:25
de Nyan

Removed unnecessary assembly files.

Actualizare: 29 iun. @ 2:16
de Nyan

Now compatible with v1.6.

Actualizare: 15 nov. 2024 @ 22:17
de Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Actualizare: 9 oct. 2024 @ 19:35
de 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.

Actualizare: 8 oct. 2024 @ 17:26
de Nyan

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

Actualizare: 8 oct. 2024 @ 3:50
de Nyan

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

Actualizare: 20 apr. 2024 @ 3:01
de Nyan

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

Actualizare: 15 iun. 2023 @ 2:04

Fixed bug not properly disabling modules on initialization.

Actualizare: 14 iun. 2023 @ 4:42

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

Actualizare: 18 mai 2023 @ 1:56

Fixed chronological age not adapting when adjusting age curve.