View Issue Details

IDCategoryLast Update
0001959Bug Report2019-06-08 13:28
ReporterCaptainRex 
SeverityminorReproducibilityalways
Status newResolutionopen
Summary0001959: Debbie nighttime bug
DescriptionAt 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/OSWindows
Version0.18.5

Activities

CaptainRex

CaptainRex

2019-06-07 19:44

reporter   ~0002719

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,
ebinfo

ebinfo

2019-06-08 01:49

reporter   ~0002722

at the end of Debbie's route that does not seem to be an issue.
Casiope

Casiope

2019-06-08 12:50

updater   ~0002727

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)
Casiope

Casiope

2019-06-08 13:02

updater   ~0002728

Here is the attachment.

Debbie's bedroom.jpg (261,959 bytes)
Debbie's bedroom.jpg (261,959 bytes)
Casiope

Casiope

2019-06-08 13:28

updater   ~0002729

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!

Issue History

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