RimWorld

RimWorld

75 ratings
WRelicK's APP Utilities
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3, 1.4, 1.5
File Size
Posted
Updated
465.143 KB
23 Jul, 2022 @ 2:18pm
26 Jul @ 1:05pm
8 Change Notes ( view )

Subscribe to download
WRelicK's APP Utilities

In 1 collection by WRelicK
WRelicK's Work
10 items
Description
OVERVIEW
FOR USERS: This does nothing on its own. It's used internally by extensions like THIGAPPE.

APP Utilities is a developer utility extending the capabilities of Apparel Paper Pattern.

Primary features include:
  • Extending APP Defs to more than one race
  • Matching pawns in APP Defs based on genes
  • Forcing apparel matched by an APP Def to use only textures from a certain BodyType
  • Overriding textures entirely for any apparel items matched by an APP def
  • Rendering multiple masked graphics per APP Def

Check out the git repository here[gitlab.com] and the documentation here[gitlab.com].
Popular Discussions View All (1)
0
6 May @ 5:52am
Mod no workie
Foxx
2 Comments
WRelicK  [author] 9 May, 2023 @ 12:34pm 
Oof. Yeah, I've been working on some major THIGAPPE updates which includes an overhaul of this utility with several added features. Part of that includes renames of several objects.

I'm making all my changes to an internal dev version of THIGAPPE but I must have made a mistaken find and replace somewhere. I'll publish an update to THIGAPPE.
Tec 9 May, 2023 @ 2:22am 
this throws errors with THIGAPPE, because

namespace ApparelPaperPattern
{
public class APPBodyTypeOverrider : DefModExtension
{
public string bodyTypeOverride = "";
}

but the extensions in the xml are BodyTypeOverriderAPP.APPBodyTypeOverrider