RimWorld

RimWorld

Big and Small - Framework
Showing 261-270 of 347 entries
< 1 ... 25  26  27  28  29 ... 35 >
Update: Sep 25, 2023 @ 2:24am

Update on 9/25/2023 11:24:37 AM.

Size offset by pawn size is now the default behavior. + Various fixes and small improvements. Error catching etc.

Update: Sep 21, 2023 @ 12:38pm

[Auto-generated text]: Update on 9/21/2023 9:38:10 PM.

Update: Sep 20, 2023 @ 11:57pm

[Auto-generated text]: Update on 9/21/2023 8:57:04 AM.

Update: Sep 18, 2023 @ 4:19am

Update on 9/18/2023 1:19:32 PM.

Fixed tiny but annoying error caused by me having randomly pressed a key in a patch targeting method causing a patch to fail and cascade into random stuff later down failing.

Update: Sep 18, 2023 @ 1:04am

Update on 9/18/2023 10:04:36 AM.

Fixed No Blood tending the wounds as well as stopping bleeding. Also introduced an annoying typo by accident that caused a patch to fail.

Update: Sep 18, 2023 @ 12:06am

[Auto-generated text]: Update on 9/18/2023 9:06:53 AM.

Update: Sep 17, 2023 @ 2:01pm

[Auto-generated text]: Update on 9/17/2023 11:01:49 PM.

Update: Sep 17, 2023 @ 8:43am

Update on 9/17/2023 5:43:08 PM.

Added Body-Type based gene graphics switching.

Very simple usage, simple put "bp_<bodyType>" anywhere in the file path of any gene's "</graphicPaths>"and it will force that graphic. If none math the pawn's body-type it will pick a random texture with "bp_default" in the file path. If there are none it will just pick a random one, as per vanilla Rimworld.

Example usage:

<graphicPaths>
 ‎<li>BodyAttachments/LoS_SnakeTail/bp_default</li>
 <li>BodyAttachments/LoS_SnakeTail/bp_fat</li>
 <li>BodyAttachments/LoS_SnakeTail/bp_hulk</li>
 <li>BodyAttachments/LoS_SnakeTail/bp_female</li>
 <li>BodyAttachments/LoS_SnakeTail/bp_male</li>
</graphicPaths>

You can have multiple paths with the same tag, in which case it will randomly pick one.

Update: Sep 11, 2023 @ 9:37am

Update on 9/11/2023 6:37:13 PM.

Added a patch to let pawns wield heavy weapons from Heavy Melee Weapons Continued and anything else using the heavy weapon modextension

Update: Sep 10, 2023 @ 10:10am

[Auto-generated text]: Update on 9/10/2023 7:09:59 PM.