Alright here's my "asktoundress" mod I've been talking about. To install you want to extract the folder called asktoundress
into the games mods folder and then add asktoundress
to a new line in the mods.txt
file. Folder structure should be StripClubWars\mods\asktoundress
and inside that folder should be data, local, and tfel folders. I tried to keep things within the theme of the game and made this just an additional function the MC can call when interacting with anyone. It does not modify any of the other game's files so you could ask someone to undress and if they do it you could get an interaction with them about their clothing if it's too revealing. I was going to make a toggle to force undress somehow in the code but I realized I could just make it work off the noncon taboo, so if that's enabled and an NPC refuses to undress for you, you can force them to undress anyway with some negative side effects... unless they like that sort of thing. You cannot currently ask an npc to change into their strip3 outfit if they have one. I am kind of hoping this might encourage my earlier suggestion of increasing the number of available choices to 12 from the current 10 in the game. It would help this and on the MC dressing function. Which, this uses most of the MC dressing function as a guide for how to create the mod so a lot of the work was already done by Total Fluke so thank you for the great game and the good documentation. Other things to note, since it just changes the NPC's pose they might change again after the next game tick, this does not force them to always dress a certain way just when you're interacting with them for that moment. There may also be some bugs to work out on it so if you spot one let me know and I can take a look.