RimWorld
Custom Pawn Generation
Mostrando 1-10 de 34 aportaciones
< 1  2  3  4 >
Actualización: 29 JUN a las 2:25
por Nyan

Removed unnecessary assembly files.

Actualización: 29 JUN a las 2:16
por Nyan

Now compatible with v1.6.

Actualización: 15 NOV 2024 a las 22:17
por Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Actualización: 9 OCT 2024 a las 19:35
por 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.

Actualización: 8 OCT 2024 a las 17:26
por Nyan

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

Actualización: 8 OCT 2024 a las 3:50
por Nyan

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

Actualización: 20 ABR 2024 a las 3:01
por Nyan

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

Actualización: 15 JUN 2023 a las 2:04

Fixed bug not properly disabling modules on initialization.

Actualización: 14 JUN 2023 a las 4:42

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

Actualización: 18 MAY 2023 a las 1:56

Fixed chronological age not adapting when adjusting age curve.