View Issue Details

IDCategoryLast Update
0001509Bug Report2019-05-03 06:46
ReporterCasiope 
SeverityminorReproducibilityalways
Status closedResolutionopen
Summary0001509: Roxxy talks about Cletus before we meet him
DescriptionSee attachment.

Steps to reproduce:
1. Progress in Roxxy's storyline until Clyde comes back.
2. Talk to Roxxy in school (morning/afternoon) or in the trailer bedroom (evening).
3. Click on the dialogue's choice "What's up with Clyde?"
4. MC and Roxxy have a conversation about Cletus.

Issue:
• MC has not been presented to Cletus yet.

Solution:
• The dialogue's choice "What's up with Clyde?" should be removed when Clyde has come back but MC has not been presented to Cletus.
Platform/OSWindows
Version0.17.5

Activities

Casiope

Casiope

2019-01-28 17:01

updater  

Cletus before intro.jpg (148,026 bytes)
Cletus before intro.jpg (148,026 bytes)
Casiope

Casiope

2019-01-28 17:23

updater   ~0001943

Corrections in characters\roxxy\button, line 113 AND line 158:
"What's up with {b}Clyde{/b}?" if M_roxxy.get("roxxy relationship") in (3,4):
call expression game.dialog_select("button_roxxy_french_whats_up_clyde_relationship_{}".format(M_roxxy.get("roxxy relationship")))
->
"What's up with {b}Clyde{/b}?" if M_clyde.get("cletus"):
call expression game.dialog_select("button_roxxy_french_whats_up_clyde_cletus)

Correction in characters\roxxy\button_dialogues, line 1985:
label button_roxxy_french_whats_up_clyde_relationship_3:
->
label button_roxxy_french_whats_up_clyde_cletus:

Finally, the developers should remove the second part (label button_roxxy_french_whats_up_clyde_relationship_4:)

/!\ These corrections have to be review and tested. I'm not a developer myself.
mil578

mil578

2019-05-03 06:46

updater   ~0002240

Forwarded to next update or already fixed.

Issue History

Date Modified Username Field Change
2019-01-28 17:01 Casiope New Issue
2019-01-28 17:01 Casiope File Added: Cletus before intro.jpg
2019-01-28 17:23 Casiope Note Added: 0001943
2019-05-03 06:46 mil578 Note Added: 0002240
2019-05-03 06:46 mil578 Status new => closed