View Issue Details
ID | Category | Date Submitted | Last Update | ||
---|---|---|---|---|---|
0001475 | Bug Report | 2019-01-08 15:53 | 2022-02-28 22:10 | ||
Reporter | Casiope | ||||
Severity | major | Reproducibility | always | ||
Status | feedback | Resolution | reopened | ||
Summary | 0001475: Dexter's dialogue choice "Library Book." never appears | ||||
Description | Version 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/OS | Windows | ||||
Version | 0.18.6 | ||||
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. |
|
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"): |
|
Forwarded to next update or already fixed. | |
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. |
|
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 |
|
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 |