RimWorld
Big and Small - Framework
436 sonuçtan 111 ile 120 arası gösteriliyor
< 1 ... 10  11  12  13  14 ... 44 >
Güncelleme: 21 Haz @ 11:15
Güncelleyen: RedMattis

[Auto-generated text]: Update on 6/21/2025 8:14:57 PM.

Güncelleme: 21 Haz @ 9:26
Güncelleyen: RedMattis

Update on 6/21/2025 6:26:15 PM.

Mega Update for 1.6 Unstable

Note that the "BetterPrerequisites" namespace is replaced by "BigAndSmall" in 1.6. Any modders using classes from there will have to update it.

E.g. "BigAndSmall.PawnExtension"

Also the PrerequisiteGene (PGene) has been removed. Any gene can now handle RaceSwaps and such with the appropriate PawnExtension.

Güncelleme: 2 Haz @ 0:07
Güncelleyen: RedMattis

Update on 6/2/2025 9:07:15 AM.

Added null-check for missing romance tags.

Güncelleme: 27 Nis @ 10:49
Güncelleyen: RedMattis

Update on 4/27/2025 7:48:52 PM.

Fixed the body-override material colors not working. Was caused by a mistake when adding custom corpse graphics.

Güncelleme: 12 Nis @ 0:44
Güncelleyen: RedMattis

Update on 4/12/2025 9:44:48 AM.

Fixed error when soul steal was used on animal (didn't do anything, but filled the log with junk)

Güncelleme: 11 Nis @ 10:19
Güncelleyen: RedMattis

Update on 4/11/2025 7:19:50 PM.

Fixed skeletal corpses defined via PawnExtension not triggering unless there was a custom regular body.
Fixed skeletal hediff.

Güncelleme: 10 Nis @ 10:16
Güncelleyen: RedMattis

Update on 4/10/2025 7:16:09 PM.

* Improved BodyType compatibility with mods adding BodyTypes from sources that aren't HAR.

* Also added support for setting body-type per age as well as gener. Syntax like:

<modExtensions>
<li Class="BigAndSmall.PawnExtension">
<bodyTypes>
<Fat>Male,Newborn,Baby</Fat>
<Hulk>Male,Child</Hulk>
<Thin>Male,Adult</Thin>
</bodyTypes>
</li>
</modExtensions>

Supports non-standard body types of any source.

Güncelleme: 4 Nis @ 11:25
Güncelleyen: RedMattis

[Auto-generated text]: Update on 4/4/2025 8:25:32 PM.

Güncelleme: 1 Nis @ 9:03
Güncelleyen: RedMattis

[Auto-generated text]: Update on 4/1/2025 6:03:08 PM.

Güncelleme: 1 Nis @ 3:21
Güncelleyen: RedMattis

Update on 4/1/2025 12:20:57 PM.

Added ability to set Resurrection time via mod-settings for abilities like Returning Soul.