NickWildish / Mas-NSFW-Submod

A submod dedicated to bring you and Monika THAT much closer. How close you ask? Like, THIS close 🤏
40 stars 87 forks source link

Feature - Not changing a lingerie when Monika already wears one during sexting #94

Closed Deli-Cake closed 1 year ago

Deli-Cake commented 1 year ago

Right now, she changes anything to the lingerie that this mod adds and it's weird seeing her change one lingerie to another.

NickWildish commented 1 year ago

Just to clarify: right now in the mod, Monika should change into new lingerie every time you run a new sexting session. Is this behavior what you are experiencing or is it something else?

If this is the case, I think a better idea would be to add a boolean that allows the player to turn that particular feature ON or OFF depending on their preference.

Deli-Cake commented 1 year ago

Ok, I'll explain. Let's say Monika is wearing any lingerie available and then you start sexting. At some point, she changes it to the lingerie that this mod adds. And so it feels weird when she wears, for instance, bralette... screenshot0009 ...and then changes it to a white lingerie. screenshot0010

mizuotanu-nirera commented 1 year ago

Just to clarify: right now in the mod, Monika should change into new lingerie every time you run a new sexting session. Is this behavior what you are experiencing or is it something else?

If this is the case, I think a better idea would be to add a boolean that allows the player to turn that particular feature ON or OFF depending on their preference.

Yeah, the check to see if she's already wearing lingerie (store.ahc_utils.isWearingClothesOfExprop("lingerie")) only happens for players who have Auto Outfit Change installed - presumably this user doesn't use that one. My bad, I set it up wrong. We need to enclose 47-53 as well as 89-95 here in if "lingerie" not in store.monika_chr.clothes.ex_props: blocks. That way if she's already wearing lingerie then she won't change to a different one, regardless if that submod is mounted or not.

Deli-Cake commented 1 year ago

presumably this user doesn't use that one.

Yep, I don't have Auto Outfit Change.

NickWildish commented 1 year ago

This has been added to the latest update of the submod.

Monika will now remain in her current lingerie (assuming it has the 'lingerie' ex_prop applied) during the switch between cute and hot dialogue, as long as she is not unlocking any new underwear.

Closing issue as resolved.