RimWorld

RimWorld

115 betyg
WRelicK's APP Utilities
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.3, 1.4, 1.5
Filstorlek
Lades upp
Uppdaterades
553.840 KB
23 jul, 2022 @ 14:18
18 feb @ 10:06
15 ändringsnotiser ( visa )

Abonnera för att ladda ner
WRelicK's APP Utilities

I 1 samling av WRelicK
WRelicK's Work
11 artiklar
Beskrivning
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].
Populära diskussioner Visa alla (1)
0
6 maj, 2024 @ 5:52
Mod no workie
Foxx
10 kommentarer
WRelicK  [skapare] 21 timmar sedan 
Of course! And thank you for using my mods!
A homeless orphan 15 jul @ 19:00 
Hero. Thanks for all your hard work
WRelicK  [skapare] 15 jul @ 16:23 
Apparently it's working in 1.6 as is!

I will be pushing the formal 1.6 update within a few weeks alongside a new feature called the User Tuner, which lets people make their own in-game adjustments to APP defs. I hope you'll look forward to it!
King DaMuncha 11 jul @ 22:51 
Please update
WRelicK  [skapare] 21 jun @ 8:49 
Thanks for confirming, as I mentioned on THIGAPPE's page!
da812manymonkey 21 jun @ 8:48 
Works in 1.6 as is.
WRelicK  [skapare] 30 jul, 2024 @ 14:53 
Ooh, thank you for letting me know! I'll amend that right away.
Jingo柏利斯 30 jul, 2024 @ 6:56 
harmony.log.txt on desktop.
WRelicK  [skapare] 9 maj, 2023 @ 12:34 
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 maj, 2023 @ 2:22 
this throws errors with THIGAPPE, because

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

but the extensions in the xml are BodyTypeOverriderAPP.APPBodyTypeOverrider