NickWildish / Mas-NSFW-Submod

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

Bug - Monika won't lean with underwear or outfit #114

Closed SaltyMelonLord closed 10 months ago

SaltyMelonLord commented 1 year ago

I was always wondering why Monika wouldn't lean when wearing her underwear or nothing at all. First I thought this was intentional, but since she does normally with lingerie from other submods, I wanted to change that, and it turned out there is a bug in nsfw_birthday_suit.rpy:

Code (see comment): mas_clothes_birthday_suit = MASClothes( "birthdaysuit", "birthdaysuit", MASPoseMap( default=True, user_reg_for_1=True, # bug: must be "use_reg_for_l=True" ), stay_on_start=True, ex_props={ store.mas_sprites.EXP_C_LING: True, }, pose_arms=MASPoseArms({}, def_base=False) ) All the underwear has the same bug. Fixing it will make Monika change poses normally.

NickWildish commented 10 months ago

Thanks for letting me know. I've made the necessary changes in the dev branch.

SaltyMelonLord commented 10 months ago

It’s still wrong in the update. It has to be "use_reg_for_l" with the last character being a small l like in "love Monika", not a 1.

Edit: Update 1.3.2 includes the fix.