RimWorld
JecsTools [Deprecated]
Εμφάνιση 41-50 από 102 καταχωρίσεις
< 1 ... 3  4  5  6  7 ... 11 >
Ενημέρωση: 23 Μαϊ 2018 στις 4:53

v1.0.9.11 (May 23rd, 2018)
=====================
- Added CompConsole, which allows modders to add a component to objects
- Added FactionSettings, which allow modders to add...
- custom dialog for interactions with players using the new CompConsole
- fanfare sounds for faction arrival
- Added swapConditions to ApparelExtension, to allow modders more gender control for their spawning apparel

Ενημέρωση: 6 Μαϊ 2018 στις 19:25

v1.0.9.10 (May 7th, 2018)
====================
- Added fixes for CompVehicle, mods that use CompVehicle should work properly now.

Ενημέρωση: 2 Μαϊ 2018 στις 8:54

v1.0.9.9 (May Patch)
Added a new patch for allowing multiple apparel items to stack. "Apparel Extension" adds extra body part tags that are checked before a piece of apparel is determined to be unwearable. This is great for adding things such as glasses, monocles, earrings, and more.

For example, here is a ThingDef for a piece of "spectacles" apparel. This can now be worn alongside a hat, instead of taking up the hat's slot.

<ThingDef>
<defName>Glasses</defName>
<label>glasses</label>
<!-- Cut out lots of code -->
<modExtensions>
<li Class="JecsTools.ApparelExtension">
<coverage>
<li>Eyes</li>
</coverage>
</li>
</modExtensions>
<!-- End of example -->
</ThingDef>

Ενημέρωση: 15 Απρ 2018 στις 19:26

v1.0.9.8 (4/16/18)
===============
- Added HediffGiver_StartWithHediff, so that characters can spawn with hediffs (for instance, Elves).
- Added HediffExpandedDef, so that hediffs can hold extra text information.
- Added HediffWithComps_Expanded, so that HediffExpandedDef's information can show up in tooltips.

Ενημέρωση: 8 Απρ 2018 στις 1:00

v1.0.9.7 (4/8/2018)
===============
Added JecsTools.PatchOperationModLoaded for xpath mod tests.

Ενημέρωση: 4 Μαρ 2018 στις 5:18

***JecsTools***
1.0.9.5 (3/4/18)
============
+ Added support for a mirror / dual graphic on CompOversizedWeapon, so it appears that a weapon is being dual wielded.

Ενημέρωση: 14 Φεβ 2018 στις 8:02

v1.0.9.4
CompOversizedWeapon should no longer throw odd errors.

Ενημέρωση: 10 Φεβ 2018 στις 6:21

***JecsTools***
1.0.9.3 (2/10/18)
============
+ Fixed issue with PawnShields throwing an error with shield sounds
+ Added offset values for CompOversized as well as angle offset options for further weapon size customization

Ενημέρωση: 10 Φεβ 2018 στις 1:16

***JecsTools***
1.0.9.2 (2/10/18)
============
+ PawnShield now has an XML setting for using custom colors
+ CompOversizedWeapon now properly draws on the ground.
+ CompOversizedWeapon now adds an "offset" value to the weapons.

Ενημέρωση: 9 Φεβ 2018 στις 5:49

1.0.9.1 (2/9/18) - Hotfix
============
+ Added an unincluded XML file.