RimWorld
Custom Pawn Generation
目前顯示第 1-10 項,共 34 項
< 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 日 @ 下午 10:17
Nyan 發表

Fixed an error related to `PawnGenerator.DiscardGeneratedPawn`.

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