RimWorld
Custom Pawn Generation
Hiển thị 11-20 trong 34 mục
< 1  2  3  4 >
Cập nhật: 20 Thg04, 2023 @ 7:12am

`ParentRelationUtility` `GetFather` and `GetMother` patches are now disabled by default. This can be re-enabled through the mod settings.

Cập nhật: 19 Thg04, 2023 @ 6:50am

`ParentRelationUtility` `GetFather` and `GetMother` now works exactly like the original, except it allows both genders to be the father/mother, and will skip the original code if enabled.

This should reduce lag significantly, as it does the exact same thing as the vanilla version now.

Cập nhật: 11 Thg03, 2023 @ 11:39pm

Added constant global `Settings.State` for male and female pawns.
* This should remove the need to re-generate the global `Settings.State`.
* Basically, it improves performance a tiny bit.

Cập nhật: 27 Thg11, 2022 @ 2:02am

* `Baby` and `Child` body types can no longer be blocked.
* Adult pawns can no longer have a `Baby` or `Child` body type.

Cập nhật: 22 Thg10, 2022 @ 11:55pm

Updated to v1.4.

Removed compatibility for versions below v1.3.

Cập nhật: 24 Thg09, 2021 @ 8:00am

* Added race search function.
* Simplified race list to a single button that opens a combo window.

Cập nhật: 24 Thg09, 2021 @ 7:21am

Added option to disable custom aging tick speed (enabled by default.)
Fixed bug not copying female settings with the copy-to button.

Cập nhật: 31 Thg07, 2021 @ 11:12am

No longer spams the console log during trait generation.

Cập nhật: 28 Thg07, 2021 @ 3:06am

Now compatible with v1.3.

NOTE: This update is experimental as the vanilla game now accommodates polyamory, rendering some of the workarounds of this mod obsolete. I have no idea how the vanilla game's polyamory works so there could be bugs if any of the pawns have multiple spouses.

Cập nhật: 10 Thg07, 2021 @ 2:59am

Fixed bug causing an error when not changing anything in the settings.