RimWorld
Custom Pawn Generation
34件中 1-10 を表示
< 1  2  3  4 >
更新:6月29日 @ 2時25分
更新者:Nyan

Removed unnecessary assembly files.

更新:6月29日 @ 2時16分
更新者:Nyan

Now compatible with v1.6.

更新:2024年11月15日 @ 22時17分
更新者:Nyan

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

更新:2024年10月9日 @ 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.

更新:2024年10月8日 @ 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.

更新:2024年10月8日 @ 3時50分
更新者:Nyan

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

更新:2024年4月20日 @ 3時01分
更新者:Nyan

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

更新:2023年6月15日 @ 2時04分

Fixed bug not properly disabling modules on initialization.

更新:2023年6月14日 @ 4時42分

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

更新:2023年5月18日 @ 1時56分

Fixed chronological age not adapting when adjusting age curve.