RimWorld
Custom Pawn Generation
Wyświetlanie 1-10 z 34 pozycji
< 1  2  3  4 >
Aktualizacja: 29 czerwca o godz. 2:25
twórca: Nyan

Removed unnecessary assembly files.

Aktualizacja: 29 czerwca o godz. 2:16
twórca: Nyan

Now compatible with v1.6.

Aktualizacja: 15 listopada 2024 o godz. 22:17
twórca: Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

Aktualizacja: 9 października 2024 o godz. 19:35
twórca: 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.

Aktualizacja: 8 października 2024 o godz. 17:26
twórca: Nyan

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

Aktualizacja: 8 października 2024 o godz. 3:50
twórca: Nyan

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

Aktualizacja: 20 kwietnia 2024 o godz. 3:01
twórca: Nyan

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

Aktualizacja: 15 czerwca 2023 o godz. 2:04

Fixed bug not properly disabling modules on initialization.

Aktualizacja: 14 czerwca 2023 o godz. 4:42

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

Aktualizacja: 18 maja 2023 o godz. 1:56

Fixed chronological age not adapting when adjusting age curve.