RimWorld
[Discontinued] Pawnkind Race Diversification
Показані результати 11–20 із 39
< 1  2  3  4 >
Оновлено: 24 лип. 2021 о 12:39

[Auto-generated text]: Update on 7/24/2021 3:39:21 PM.

Version 29:
Fixed several problems with the previous update (after-determining method also affecting non-humanlikes and causing a cascade of red errors when ticking pawns)
Fixed local settings carrying over to new worlds (a method exists now to ensure world settings are enforced)
Added the world weight settings to the world generation option screen
Clarified that "world weight settings" are "new world weight settings" in the setting menus.

Оновлено: 24 лип. 2021 о 9:41

[Auto-generated text]: Update on 7/24/2021 12:41:54 PM.

Version 28:
Removed checks on after-determined resets, this should reset pawnkind races for certain now (humans hopefully shouldn't be absolutely replaced anymore after a lot of rerolls).
Made sure that the race determining method doesn't run twice. This is also to sort of mitigate the previous problem.
Put a null check for kindDef on afterDeterminedRace.

Оновлено: 21 лип. 2021 о 14:46

[Auto-generated text]: Update on 7/21/2021 5:45:58 PM.

Version 27:
PRD now prints to the console on initialization that informs you what version of it is running. This version is identified as version 27 (based on how many change notes there are - although any version before 27 is unknown and could be any of those changenotes).
If PRD does not print to the console its version, then it is a version before 27.

Оновлено: 21 лип. 2021 о 13:39

[Auto-generated text]: Update on 7/21/2021 4:39:17 PM.

It appears like most pawnkinds that have a null race now default to humans. This update fixes hard-setting pawnkind races that are supposed to be human.

Оновлено: 21 лип. 2021 о 12:31

[Auto-generated text]: Update on 7/21/2021 3:31:24 PM.

Refactored hairTags to style settings. Now mod should work properly in 1.3.

Оновлено: 19 лип. 2021 о 9:15

[Auto-generated text]: Update on 7/19/2021 12:14:42 PM.

Updated to 1.3. Hopefully 1.2 is still supported from me moving the assemblies to the appropriate folders (I never done this before, so please tell me if it worked).

Didn't have to make any changes to 1.3 except remove pawnkind hair checks (seems like hairTags on pawnkinds became deprecated).

Оновлено: 10 лип. 2021 о 14:48

[Auto-generated text]: Update on 7/10/2021 5:48:12 PM.

The race generator now pauses when Character Editor is loading pawns.

Оновлено: 10 лип. 2021 о 8:39

[Auto-generated text]: Update on 7/10/2021 11:39:25 AM.

(kind of) added an age check to generated pawns. Turns out that fixedbiologicalage isn't used in the pawn requester, so instead I checked for whether the pawn is a newborn or set to age 0 from the pawnkind instead. I'll look into this further...

Exposed the debug mode option. For now, all turning this on does is print more information to the debug log from an error.

Оновлено: 8 черв. 2021 о 8:07

[Auto-generated text]: Update on 6/8/2021 11:07:27 AM.

Fixed the logic of the empty backstory failsafe again.

Оновлено: 8 черв. 2021 о 7:49

[Auto-generated text]: Update on 6/8/2021 10:49:09 AM.

Refixed null reference exception on pawns without factions, again.