RimWorld

RimWorld

Big and Small - Framework
Viser 351-360 af 434 forekomster
< 1 ... 34  35  36  37  38 ... 44 >
Opdatering: 18. sep. 2023 kl. 4:19

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.

Opdatering: 18. sep. 2023 kl. 1:04

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.

Opdatering: 18. sep. 2023 kl. 0:06

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

Opdatering: 17. sep. 2023 kl. 14:01

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

Opdatering: 17. sep. 2023 kl. 8:43

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.

Opdatering: 11. sep. 2023 kl. 9:37

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

Opdatering: 10. sep. 2023 kl. 10:10

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

Opdatering: 31. aug. 2023 kl. 7:23

Update on 8/31/2023 4:23:13 PM.

Tested an alternate caching system. If it is slower for you or if you prefer the real-time update system you can toggle it in the options.

Opdatering: 30. aug. 2023 kl. 13:27

[Auto-generated text]: Update on 8/30/2023 10:26:47 PM.

Opdatering: 29. aug. 2023 kl. 14:21

Update on 8/29/2023 11:21:27 PM.
Quick fix to once-in-a-blue-moon error when a pawn has null melee attacks.