View Issue Details

IDCategoryLast Update
0001475Bug Report2022-02-28 22:10
ReporterCasiope 
SeveritymajorReproducibilityalways
Status feedbackResolutionreopened
Summary0001475: Dexter's dialogue choice "Library Book." never appears
DescriptionVersion 0.17.5. See attachment.

I was wondering why so many players were stuck in Miss Bissette's storyline part 2. That's because a dialogue choice with Dexter is missing.

Steps to reproduce:
1. Progress in Miss Bissette's storyline until the librarian asks MC to return the three overdue books.
2. Wait for the afternoon.
3. Go to the basketball court
4. See the cutscene between MC and Dexter about his book.
5. Click on Dexter

Issue:
• The dialogue choice "Library Book." is missing.

Solution:
• The dialogue choice "Library Book." should appear.
• Change in the script characters\dexter\button, line 35:
"Library Book." if M_bissette.between_states(S_bissette_jane_return_books, [S_bissette_got_eriks_martinez_books, S_bissette_got_martinez_eriks_books]) and not M_bissette.is_set("dexters book search"):
->
"Library Book." if M_bissette.between_states(S_bissette_jane_return_books, [S_bissette_got_eriks_martinez_books, S_bissette_got_martinez_eriks_books]) and M_bissette.is_set("dexters book search"):
Platform/OSWindows
Version0.18.6

Activities

Casiope

Casiope

2019-01-08 15:53

updater  

Library book Dexter.jpg (147,866 bytes)
Library book Dexter.jpg (147,866 bytes)
Casiope

Casiope

2019-01-08 15:57

updater   ~0001887

The bug doesn't block Miss Bissette's storyline.
But this dialogue is the only reminder (with the initial cutscene) on what to do as the Goal Tracker does not give more details for this quest.
Casiope

Casiope

2019-01-20 16:39

updater   ~0001912

After the report of bug 0001492, here is my new correction for the script characters\dexter\button, line 35:
"Library Book." if M_bissette.between_states(S_bissette_jane_return_books, [S_bissette_got_eriks_martinez_books, S_bissette_got_martinez_eriks_books]) and not M_bissette.is_set("dexters book search"):
->
"Library Book." if M_bissette.is_set("dexters book search"):
mil578

mil578

2019-05-03 06:46

updater   ~0002261

Forwarded to next update or already fixed.
Casiope

Casiope

2019-07-09 15:28

updater   ~0002872

I reopen and update this bug report as I found it only fix the bug in the basketball court, not the one in the school courtyard (see bug report 0002024). These two fixes have still to be applied in script characters\dexter\button, line 35:

"Library Book." if M_bissette.between_states(S_bissette_jane_return_books, [S_bissette_got_eriks_martinez_books, S_bissette_got_martinez_eriks_books]) and not M_bissette.is_set("dexters book search"):
                call expression game.dialog_select("button_dexter_library_book")
-->
"Library Book." if M_bissette.between_states(S_bissette_jane_return_books, [S_bissette_got_eriks_martinez_books, S_bissette_got_martinez_eriks_books]) and not M_bissette.is_set("dexters book search"):
                call expression game.dialog_select("button_dexter_library_book")
                $ M_bissette.set("dexters book search", True)

"Library Book." if M_bissette.is_set("dexters book search"):
                call expression game.dialog_select("button_dexter_library_book")

The first block of lines allows Dexter's book to appear in his locker after we talk to him in the school courtyard and choose the "Library Book." dialogue option. The second block of lines allows the "Library Book." dialogue option to appear in BOTH the school courtyard and the basketball court, even if we already talk to Dexter about the book before.
Mfrahemm

Mfrahemm

2022-02-28 22:10

reporter   ~0005425

Following bugs are all linked to this one.

https://bugs.kompasproductions.com/view.php?id=1717
https://bugs.kompasproductions.com/view.php?id=1735
https://bugs.kompasproductions.com/view.php?id=2024
https://bugs.kompasproductions.com/view.php?id=2051
https://bugs.kompasproductions.com/view.php?id=2453
https://bugs.kompasproductions.com/view.php?id=2903
https://bugs.kompasproductions.com/view.php?id=3162
https://bugs.kompasproductions.com/view.php?id=3334

Issue History

Date Modified Username Field Change
2019-01-08 15:53 Casiope New Issue
2019-01-08 15:53 Casiope File Added: Library book Dexter.jpg
2019-01-08 15:57 Casiope Note Added: 0001887
2019-01-20 16:39 Casiope Note Added: 0001912
2019-05-03 06:46 mil578 Note Added: 0002261
2019-05-03 06:46 mil578 Status new => closed
2019-07-09 15:28 Casiope Status closed => feedback
2019-07-09 15:28 Casiope Resolution open => reopened
2019-07-09 15:28 Casiope Version 0.17.5 => 0.18.6
2019-07-09 15:28 Casiope Note Added: 0002872
2022-02-28 22:10 Mfrahemm Note Added: 0005425