View Issue Details

IDCategoryLast Update
0002010Bug Report2020-01-02 16:40
ReporterCasiope 
SeveritytweakReproducibilityalways
Status resolvedResolutionfixed
Summary0002010: Wrong background in the trailer when studying with Roxxy
DescriptionVersion 0.18.6. See attachment.

I reported many background issues with the trailer park in bug reports 0001442 and 0001443 (this one is not correctly fixed btw: we are able to play the shooting range minigame at night), but I missed this one.

Steps to reproduce:
1. Progress in Roxxy's route until she asks the main character to meet her in the evening at the trailer
2. Wait for the evening.
3. Go to the trailer.
4. Wait for the end of the dialogues.
5. Click on the door to see inside the trailer.

Issues:
• The background is daytime.
• If you don't click to the door, go to sleep and come back the next day, the scene will still be triggered.

Solutions:
• The background should be with a nighttime version only as this scene should be played at night.
• We shouldn't be able to see this scene by clicking on the door during the daytime.
Platform/OSWindows
Version0.19.5

Activities

Casiope

Casiope

2019-06-21 00:02

updater  

Background trailer.jpg (453,538 bytes)
Casiope

Casiope

2019-07-10 14:24

updater   ~0002882

Here is the fix to be sure this scene is played only at night:
In script locations\trailer_park\trailer_lock_check, line 10:

if destination == "trailer_interior" and not M_roxxy.get("heard clyde in trailer"):
-->
if destination == "trailer_interior" and not M_roxxy.get("heard clyde in trailer") and game.timer.is_dark():
Casiope

Casiope

2019-07-10 14:28

updater   ~0002883

And the fix for the background, in script locations\trailer_park\trailer_lock_check, line 13:

scene trailer_interior_c
-->
scene expression game.timer.image("trailer_interior_c{}")

Both corrections have to be verified.
Casiope

Casiope

2019-12-27 13:41

updater   ~0004247

Last edited: 2019-12-27 13:41

View 2 revisions

This issue has been confirmed and the report has been updated from version 0.18.6 to 0.19.5. No ETA for the fix.

Catbug

Catbug

2020-01-02 16:40

developer   ~0004290

fix

Issue History

Date Modified Username Field Change
2019-06-21 00:02 Casiope New Issue
2019-06-21 00:02 Casiope File Added: Background trailer.jpg
2019-07-10 14:24 Casiope Note Added: 0002882
2019-07-10 14:28 Casiope Note Added: 0002883
2019-12-27 13:41 Casiope Status new => confirmed
2019-12-27 13:41 Casiope Version 0.18.6 => 0.19.5
2019-12-27 13:41 Casiope Note Added: 0004247
2019-12-27 13:41 Casiope Note Edited: 0004247 View Revisions
2020-01-02 16:40 Catbug Status confirmed => resolved
2020-01-02 16:40 Catbug Resolution open => fixed
2020-01-02 16:40 Catbug Note Added: 0004290