RimWorld
Custom Pawn Generation
1–10 из 34
< 1  2  3  4 >
Обновление: 29 июн в 2:25
автор: Nyan

Removed unnecessary assembly files.

Обновление: 29 июн в 2:16
автор: Nyan

Now compatible with v1.6.

Обновление: 15 ноя. 2024 г. в 22:17
автор: Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Обновление: 9 окт. 2024 г. в 19:35
автор: 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.

Обновление: 8 окт. 2024 г. в 17:26
автор: Nyan

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

Обновление: 8 окт. 2024 г. в 3:50
автор: Nyan

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

Обновление: 20 апр. 2024 г. в 3:01
автор: Nyan

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

Обновление: 15 июн. 2023 г. в 2:04

Fixed bug not properly disabling modules on initialization.

Обновление: 14 июн. 2023 г. в 4:42

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

Обновление: 18 мая. 2023 г. в 1:56

Fixed chronological age not adapting when adjusting age curve.