View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0001959 | Bug Report | 2019-06-07 02:12 | 2019-06-08 13:28 | ||
Reporter | CaptainRex | ||||
Severity | minor | Reproducibility | always | ||
Status | new | Resolution | open | ||
Summary | 0001959: Debbie nighttime bug | ||||
Description | At night ( when in the moon phase of ingame time ) once debbie has gone to bed and you have MC peek into her room the cutscene plays of MC thinking he should not make any noise. However once cutscene ends debbie is not in the bed. Unsure if bug or art asset missing or left out on purpose. Reporting in case was missed. | ||||
Platform/OS | Windows | ||||
Version | 0.18.5 | ||||
As a possible note on when this occurred in game I was advanced to just after giving lotion to Debbie in basement unsure if will occur before that event, | |
at the end of Debbie's route that does not seem to be an issue. | |
Confirmed in version 0.18.6. The bug is caused by the fact that Debbie's bed is unlocked after Debbie's bedroom is unlocked. So we can enter the bedroom at night but the image "character_debbie_03.png" isn't displayed. The solution - to be verified - is to display the image as soon as we can enter Debbie's bedroom. Change in script "characters\debbie\debbie_fsm", line 231: S_mom_laundry_help.add(T_mom_cleaned_laundry, S_mom_lotion_adventure, actions = ["clear", "bedroom locked", "set", "fetch lotion", ], ) --> S_mom_laundry_help.add(T_mom_cleaned_laundry, S_mom_lotion_adventure, actions = ["clear", "bedroom locked", actions = ["clear", "bed locked"], "set", "fetch lotion", ], ) So the bed is unlocked as soon as the bedroom is unlocked, thus displaying Debbie is her bed at night. Other change to do in script "characters\debbie\debbie_fsm", line 243: S_mom_search_panties.add(T_mom_steal_panties, S_mom_panties_masturbation, actions = ["clear", "bed locked"], ) --> S_mom_search_panties.add(T_mom_steal_panties, S_mom_panties_masturbation) |
|
Here is the attachment. |
|
Related to bug report 0001070. This step has to be reviewed completely: Debbie not her bed but in the basement at night, the dresser that can be opened at night, the item lotion that has no night version, the item lotion that disappears after Debbie's massage, the item lotion that has no popup when taken... A lot of rework and test have to be done! | |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-06-07 02:12 | CaptainRex | New Issue | |
2019-06-07 19:44 | CaptainRex | Note Added: 0002719 | |
2019-06-08 01:49 | ebinfo | Note Added: 0002722 | |
2019-06-08 12:50 | Casiope | Note Added: 0002727 | |
2019-06-08 13:02 | Casiope | File Added: Debbie's bedroom.jpg | |
2019-06-08 13:02 | Casiope | Note Added: 0002728 | |
2019-06-08 13:28 | Casiope | Note Added: 0002729 |