RimWorld

RimWorld

WRelicK's APP Utilities
25 Comments
WRelicK  [author] 2 Sep @ 7:28pm 
@LRlicious
My bad! You're absolutely right - it looks like I forgot to actually check for the setting's status, how embarrassing! If you unsub/resub the toggle should work as expected now.

@艾青
You're welcome! With the new update you'll probably have to go enable it in the mod settings though.
艾青 2 Sep @ 7:15am 
glad to see the new button,thanks for good work
LRlicious 2 Sep @ 3:13am 
I disable the menu options and the user tuner is still there
WRelicK  [author] 2 Sep @ 1:50am 
The update mentioned previously has been pushed! It's now possible to access the User Tuner through a fallback pawn gizmo if you enable it from the mod options, in case you can't access it from the gear tab. Issues with the milira and Outfit Stands Plus have also been resolved.

@LRlicious
Hello there! You mean you're using the toggle in the mod options, but the button is still showing up in your pawns' gear menu?
LRlicious 2 Sep @ 12:10am 
I dont know why I can't disable the user tuner
Fwiffo 27 Aug @ 4:54am 
Oh, that is awesome! I'll be eagerly waiting for the update, as the thought of having to get rid of either mod was distressing.

Thank you! Very memorable game and character :D
WRelicK  [author] 26 Aug @ 5:00pm 
Thanks for the report! I'm quite sure I know why this is happening and the issue should be resolved in the next update (just required me to add a single character of code).

Lovely name and PFP, by the way! I adore Star Control II!
Fwiffo 26 Aug @ 5:32am 
Surprisingly, has an incompatibility with Outfit Stands Plus: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3545172389

For some reason, trying to put an outfit onto a modded outfit stand when this mod is active deletes apparel items entirely.

Stack trace and mod list: https://pastebin.com/RyXC1Q2y
WRelicK  [author] 4 Aug @ 7:34pm 
@艾青
I'm so glad you like it! Yes, I just learned about this incompatibility and I'm currently deciding on how I want to approach it. Making a mod-specific patch might be an uphill battle, so I will probably be implementing some kind of fallback apparel list instead - maybe as a pawn widget.

@A homeless orphan
I'm so glad you think so! I hope it comes in handy!

@Isylum
Good to know, thank you for the report! Like I said to 艾青, I'll probably implement a fallback menu instead of patching specific mods, but it's good to know what angle these things are coming from.
Isylum 4 Aug @ 1:03pm 
Using Combat Extended Dev Snapshot seems to also make the new User Tuner button not appear.
艾青 4 Aug @ 2:10am 
by the way,when using mod-the RPG inventory revamped,the new button won't appear.Could you please make a patch to add it?
A homeless orphan 3 Aug @ 5:59pm 
Oh wow, that's a cool feature. Man, mods are really doing some cool stuff this version.
艾青 3 Aug @ 5:33pm 
love the new function:steamhappy:
WRelicK  [author] 3 Aug @ 5:21pm 
Just pushed the update that includes the User Tuner! You can read all about it here. [gitlab.com]
Spirehawk 31 Jul @ 3:26am 
@WRelicK
that sounds awseome tbh
WRelicK  [author] 16 Jul @ 4:53pm 
Of course! And thank you for using my mods!
A homeless orphan 15 Jul @ 7:00pm 
Hero. Thanks for all your hard work
WRelicK  [author] 15 Jul @ 4:23pm 
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 @ 10:51pm 
Please update
WRelicK  [author] 21 Jun @ 8:49am 
Thanks for confirming, as I mentioned on THIGAPPE's page!
da812manymonkey 21 Jun @ 8:48am 
Works in 1.6 as is.
WRelicK  [author] 30 Jul, 2024 @ 2:53pm 
Ooh, thank you for letting me know! I'll amend that right away.
Jingo1010 30 Jul, 2024 @ 6:56am 
harmony.log.txt on desktop.
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