RimWorld
Custom Pawn Generation
Hiển thị 1-10 trong 34 mục
< 1  2  3  4 >
Cập nhật: 29 Thg06 @ 2:25am
bởi Nyan

Removed unnecessary assembly files.

Cập nhật: 29 Thg06 @ 2:16am
bởi Nyan

Now compatible with v1.6.

Cập nhật: 15 Thg11, 2024 @ 10:17pm
bởi Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Cập nhật: 9 Thg10, 2024 @ 7:35pm
bởi 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.

Cập nhật: 8 Thg10, 2024 @ 5:26pm
bởi Nyan

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

Cập nhật: 8 Thg10, 2024 @ 3:50am
bởi Nyan

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

Cập nhật: 20 Thg04, 2024 @ 3:01am
bởi Nyan

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

Cập nhật: 15 Thg06, 2023 @ 2:04am

Fixed bug not properly disabling modules on initialization.

Cập nhật: 14 Thg06, 2023 @ 4:42am

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

Cập nhật: 18 Thg05, 2023 @ 1:56am

Fixed chronological age not adapting when adjusting age curve.