边缘世界 RimWorld

边缘世界 RimWorld

Custom Pawn Generation
正在显示第 11 - 20 项,共 34 项条目
< 1  2  3  4 >
更新于:2023 年 4 月 20 日 上午 7:12

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

更新于:2023 年 4 月 19 日 上午 6:50

`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.

更新于:2023 年 3 月 11 日 下午 11:39

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.

更新于:2022 年 11 月 27 日 上午 2:02

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

更新于:2022 年 10 月 22 日 下午 11:55

Updated to v1.4.

Removed compatibility for versions below v1.3.

更新于:2021 年 9 月 24 日 上午 8:00

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

更新于:2021 年 9 月 24 日 上午 7:21

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

更新于:2021 年 7 月 31 日 上午 11:12

No longer spams the console log during trait generation.

更新于:2021 年 7 月 28 日 上午 3:06

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.

更新于:2021 年 7 月 10 日 上午 2:59

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