Skip to content

Releases: RimWorld-CCL-Reborn/JecsTools

JecsTools - Stuffed Overlays

09 Jun 18:57
Compare
Choose a tag to compare

Now CompOverlays can allow for objects to be colored based on their stuffed properties

JecsTools - PawnShields Null Reference Handling

01 Jun 12:31
Compare
Choose a tag to compare

v1.0.9.12 (June 1st, 2018)

  • Added more null reference checking and handling to PawnShields

JecsTools - CompVehicle Fixes

07 May 02:24
Compare
Choose a tag to compare
  • Fixes for CompVehicle are now in place. Mods that use CompVehicle should be safe to use again.

JecsTools - Apparel Extension

02 May 14:40
Compare
Choose a tag to compare

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.

    <!-- Spectacles --> 
  <ThingDef ParentName="HatMakeableBase">
	<defName>Apparel_IndSpectacles</defName>
	<label>spectacles</label>
    <description>A pair of eyeglasses that make the user look slightly smarter. Can also improve vision.
<!-- Cut out lots of code -->
    <modExtensions>
	  <li Class="JecsTools.ApparelExtension">
	    <coverage>
		  <li>Eyes</li> <!-- This is a string, not an enum, so feel free to use any custom named part. Want to make a nose-ring? Type in Nose and it can be equipped alongside this and many others. -->
		</coverage>
	  </li>
    </modExtensions>	
<!-- End of example -->
  </ThingDef>

JecsTools - HediffGiver_StartWithHediff

16 Apr 02:22
Compare
Choose a tag to compare
  • 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.

JecsTools - Added PatchOperationModLoaded xpath tool

08 Apr 08:13
Compare
Choose a tag to compare

v1.0.9.7 (4/8/2018)

Added JecsTools.PatchOperationModLoaded for xpath mod tests.

JecsTools - Dual Wielding Support Added

04 Mar 13:32
Compare
Choose a tag to compare

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.

JecsTools - Bugfixes

14 Feb 16:02
Compare
Choose a tag to compare

CompOversizedWeapon should no longer throw odd errors.

JecsTools - Added PawnShields

09 Feb 13:04
Compare
Choose a tag to compare

1.0.9.0 (2/9/18)

  • Adds PawnShields from ChJees (Yes, shields in RimWorld whaaaaat)

JecsTools - Cooldowns/points ability refunds

05 Feb 15:34
Compare
Choose a tag to compare

1.0.8.9 (2/6/17)
+Fixed issue with friendly fire false settings ending up to attack friendly fire targets.
+Adds XML options for refunding of cooldowns and points for special failures of abilities.