Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 30th Jan 2022 at 3:14 AM
Default shower towels (hear me out)
many moons ago i found and used onikis kw because i found the menstrual cycle appealing and i needed to rekindle my love for the game a bit. im pretty annoying with my gameplay in the sense that i enjoy everyday realism (no occults, i manually change my sims clothes via the dresser bc im insane, etc etc). i also have adhd so if there's something i notice in my game that i don't like i cannot focus on anything else EXCEPT that one small detail. this post is mainly going to be about a mod i have in my brain and have really no idea on how to execute. im pretty sure its a tuning mod. maybe its a core mod. WHO KNOWS! thats why im here.

id say im quite the connoisseur at sniffing mods out, especially ones that are really (like really) specific, but i don't think this exists elsewhere. within the depths that is the cursed mod of kw there is an interaction that has sims change into a towel (the towel from late night im pretty sure) after showering instead of the outfit they were wearing previously. this was life changing. absolutely ground breaking. the piece to my puzzle that i needed in my game to fully immerse myself. unfortunately kw is a fairly heavy mod and conflicted with a good handful of mods i already had in my game so i booted it, the towel shower interaction gone with it. i have been empty since.

code and mods scare me. i truly think that if i tackled this by just reading the modding tuts on this site id mess up my game and who wants that? so here i ask the community nicely: if i were, hypothetically, to go about making a mod that makes it so a sim changes into a towel instead of any other outfit after they shower, AND STAY IN THE TOWEL UNTIL I SAY SO, how would i do that? i know its possible i just am not the brightest in that field. i dont need a super in depth explanation, just a few pointers in the right direction and ill probably be able to figure it out.

- i also want to mention, ya i used consorts dresscode mod and it didn't achieve what i wanted. great mod tho use it for school uniforms 10/10 highly reccomend.
Test Subject
#2 Old 30th Jan 2022 at 4:02 AM
i unfortunately know nothing about modding, but i second this!! i would love to have this feature in my game ☺️
Senior Moderator
staff: senior moderator
#3 Old 30th Jan 2022 at 10:51 AM
There is actually a mod that somewhat works like this on Simlogical (public showers mod http://www.simlogical.com/ContentUp...e/uploads/1129/)
But I do remember hearing people having some issues with it, like sims resetting or something.

To make a mod that does this, I don't think it would be too difficult, as it would involve making a Shower interaction, almost identical to the existing one, but just instead of changing back into regular clothes, they'd wear the towel outfit. However, script mods do require some knowledge of coding in C#, or at least be able to follow what's going on in the EA code and change accordingly. Though again for this project, I don't think you'll need to write very much code at all - more just copy/pasting the necessary parts from the EA interaction.

You could also approach this a couple different ways:
-You could make a new shower object like the public showers mod, and have your interaction only on that. You'd need to follow the Object modding tutorial https://modthesims.info/wiki.php?ti..._Object_Modding
The benefits of this would be it's sliightly easier to get object mods to work than pure mods. And the existing EA showers would be untouched, which may be considered a con, if you want all showers to have the same functionality :p

-Pure modding is the other option (tut: http://www.simlogical.com/ContentUp..._script_mod.pdf) where you add the interaction to all existing showers in a save, and check when a new shower is added, so you can add the interaction then too. It's a little more tricky to do but then all showers will have your interaction.

-Instead of adding the interaction, you could replace the old shower one with your custom one, which is also Pure modding, but instead of looping through all showers in the world, you just replace the interaction definition. So a bit easier actually :p

I don't think you could do anything that would actually mess up your game! Of course it's best to test mods in a new save, or if you want to be extra careful you can do your mod testing in a new sims 3 folder. But generally the worst thing that can happen is your mod doesn't work, sim resets, game crashes, game won't even load... and to fix your game, just take out the mod! And try to work out where it went wrong :p

But when you get further into it, feel free to post here with questions/issues and I'm sure someone can help
Pudding Face also has some video tutorials which you might prefer to the written ones: https://www.youtube.com/watch?v=nUy...E-AqfmgT9uAPjs_
Test Subject
Original Poster
#4 Old 30th Jan 2022 at 4:04 PM
Quote: Originally posted by zoe22
There is actually a mod that somewhat works like this on Simlogical (public showers mod http://www.simlogical.com/ContentUp...e/uploads/1129/)
But I do remember hearing people having some issues with it, like sims resetting or something.

To make a mod that does this, I don't think it would be too difficult, as it would involve making a Shower interaction, almost identical to the existing one, but just instead of changing back into regular clothes, they'd wear the towel outfit. However, script mods do require some knowledge of coding in C#, or at least be able to follow what's going on in the EA code and change accordingly. Though again for this project, I don't think you'll need to write very much code at all - more just copy/pasting the necessary parts from the EA interaction.

You could also approach this a couple different ways:
-You could make a new shower object like the public showers mod, and have your interaction only on that. You'd need to follow the Object modding tutorial https://modthesims.info/wiki.php?ti..._Object_Modding
The benefits of this would be it's sliightly easier to get object mods to work than pure mods. And the existing EA showers would be untouched, which may be considered a con, if you want all showers to have the same functionality :p

-Pure modding is the other option (tut: http://www.simlogical.com/ContentUp..._script_mod.pdf) where you add the interaction to all existing showers in a save, and check when a new shower is added, so you can add the interaction then too. It's a little more tricky to do but then all showers will have your interaction.

-Instead of adding the interaction, you could replace the old shower one with your custom one, which is also Pure modding, but instead of looping through all showers in the world, you just replace the interaction definition. So a bit easier actually :p

I don't think you could do anything that would actually mess up your game! Of course it's best to test mods in a new save, or if you want to be extra careful you can do your mod testing in a new sims 3 folder. But generally the worst thing that can happen is your mod doesn't work, sim resets, game crashes, game won't even load... and to fix your game, just take out the mod! And try to work out where it went wrong :p

But when you get further into it, feel free to post here with questions/issues and I'm sure someone can help
Pudding Face also has some video tutorials which you might prefer to the written ones: https://www.youtube.com/watch?v=nUy...E-AqfmgT9uAPjs_


hello hello thank u so much for responding! my end game goal is to make it so this works for any shower, cc or base game. thanks so much for the tuts and the explanation lol it makes it a biiiit easier for me. i hope i can figure this out !!!
Forum Resident
#5 Old 30th Jan 2022 at 9:20 PM
The decision what outfit to put on after a shower seems to be in // Sims3.Gameplay.Actors.Sim.GetOutfitForClothingChange(ClothesChangeReason reason, out OutfitCategories category). Thats in the Sim class and notoriously difficult to override. Clothes change reason will most likely be submitted by the shower or tub object interaction. Also not trivial to get a hook into all of those objects.

I would suggest you pop by at Nraas and ask if it's super difficult to incorporate your idea into the Shoeless mod. They have a global option for naked toilet use, which should be very similar in nature. The mod's source code also should be on GitHub, perhaps someone can find out how Nraas pulls of that trick.

Find my Mods: Here at MTS, over at Simlogical
Test Subject
#6 Old 31st Jan 2022 at 6:53 PM
Like @Consort says you need to change the bit where the game decides during the TakeShower interaction what outfit a Sim wears after a shower. Luckily you can do this quite easily by passing the outfit category and index to the method instead of these being determined automatically, so going from:

Code:
// default functionality, outfit decided based on time of day etc
mSwitchOutfitHelper = new Sim.SwitchOutfitHelper(Actor, Sim.ClothesChangeReason.GettingOutOfBath);

to e.g.
Code:
// force Sim to change into SkinnyDippingTowel outfit instead
mSwitchOutfitHelper = new Sim.SwitchOutfitHelper(Actor, OutfitCategories.SkinnyDippingTowel, 0);


The main issue with using the SkinnyDippingTowel category that I can think of is that it brings with it other hardcoded functionality, i.e. your Sims will probably act like someone has stolen their clothes every time they get out of the shower (could be fun I guess ). Instead I'd maybe recommend using a similar approach to Kinky World by creating and storing a Special outfit that you can then pass to SwitchOutfitHelper.

Here's a quick and messy go at this - I've mentioned some potential issues (e.g. missing morphs) but there will be others to consider:
Test Subject
Original Poster
#7 Old 31st Jan 2022 at 7:48 PM
@Zutroy HI! thanks for this honestly i've been a little lost trying to get this to work. what exactly did kinky world do to achieve this? also what's a special outfit? i think i might've overestimated my ability with this a bit too much.
Back to top