View Issue Details

IDCategoryLast Update
0001443Bug Report2019-07-08 17:20
ReporterCasiope 
SeveritytweakReproducibilityalways
Status assignedResolutionreopened
Summary0001443: Wrong background in the trailer park when Roxxy is looking for her uniform
DescriptionVersion 0.17.5. See attachment.

Steps to reproduce:
1. Progress in Roxxy's storyline until she looks for her cheerleader uniform.
2. Wait for the evening/night.
3. Go to the trailer park.
4. Click on the trailer door.

Issues:
• The background changes to the day version during the dialog with Crystal.
• The background changes to the day version during the dialog with Clyde.
• The background changes to the day version during the reminder to look for the pig.
• The pig cannot be found at the evening/night.

Solutions:
• The three scenes (dialog with Crystal, dialog and mini-game with Clyde, reminder to look for the pig) should only occur during the morning and the afternoon.
• Lock the map when we enter the trailer park during this quest. Unlock when Roxxy gets dressed with her cheerleader uniform. (I don't appreciate this solution but I don't see any other option).
Platform/OSWindows
Version0.18.6

Activities

Casiope

Casiope

2018-12-19 00:04

updater  

trailer day 2.jpg (415,685 bytes)
mil578

mil578

2018-12-19 07:13

updater   ~0001832

Referred to devs for fix in a future update.
mil578

mil578

2019-05-03 06:47

updater   ~0002302

These have all either been fixed, been marked for a future fix, or will be in a late QoL update. Thank you for your reports.
Casiope

Casiope

2019-07-08 17:09

updater   ~0002865

I reopen this bug report because if the some backgrounds have been fixed, the main issue (the three scenes: dialog with Crystal, dialog and minigame with Clyde, reminder to look for the pig) can still be triggered at night, and create an akward situation.

The minigame changes the background to the day version. And the pig is nowhere at night, when the main charcter repeats he has to look for the pig. See the next attachment.

As I said in my report, the only solution is to allow this sequence of events only when it's daylight (morning and afternoon), not to increment the time of day during the minigame (so as not to enter the night), and to lock the map until the end of this sequence (so as not to come back during the night).
Casiope

Casiope

2019-07-08 17:20

updater   ~0002866

• Fix to begin this event only during the daytime, in locations\trailer_park\trailer\trailer_interior\trailer_interior, line 6:
if M_roxxy.is_state(S_roxxy_get_cheerleader_outfit):
-->
if M_roxxy.is_state(S_roxxy_get_cheerleader_outfit) and not game.timer.is_dark():

• Fix for not incrementing the time of day during the first shooting minigame, in minigames\shooting_minigame\shooting_minigame, line 164:
$ game.timer.tick()
-->
(nothing)

And the attachment!

Roxxy again.jpg (419,519 bytes)

Issue History

Date Modified Username Field Change
2018-12-19 00:04 Casiope New Issue
2018-12-19 00:04 Casiope File Added: trailer day 2.jpg
2018-12-19 07:13 mil578 Status new => acknowledged
2018-12-19 07:13 mil578 Note Added: 0001832
2019-05-03 06:47 mil578 Note Added: 0002302
2019-05-03 06:47 mil578 Status acknowledged => resolved
2019-05-03 06:47 mil578 Resolution open => fixed
2019-07-08 17:09 Casiope Status resolved => feedback
2019-07-08 17:09 Casiope Resolution fixed => reopened
2019-07-08 17:09 Casiope Version 0.17.5 => 0.18.6
2019-07-08 17:09 Casiope Note Added: 0002865
2019-07-08 17:20 Casiope File Added: Roxxy again.jpg
2019-07-08 17:20 Casiope Note Added: 0002866
2019-07-08 17:20 Casiope Status feedback => assigned