Changes between Initial Version and Version 1 of Ticket #15225


Ignore:
Timestamp:
Jun 24, 2024, 12:04:57 PM (6 days ago)
Author:
eriktorbjorn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15225 – Description

    initial v1  
    11In Act 4 of the game, you will come across Benjamin Franklin's puzzle box, which is just a fancy 15 puzzle. The initial scramble appears to be non-random, because it always looks like this:
    22
    3 It also matches this YouTube playthrough, which appears to have been made with DOSBox: https://youtu.be/CpASiXJhrcM?list=PLwprFgobvKXbqEr9DSq0TNSnfT5Tu9YZU&t=635
     3[[Image(scummvm-pepper-00022.png)]]
    44
    5 Turning this into a traditional 15 puzzle, this is what it would look like:
     5It matches this YouTube playthrough, which appears to have been made with DOSBox: https://youtu.be/CpASiXJhrcM?list=PLwprFgobvKXbqEr9DSq0TNSnfT5Tu9YZU&t=635
     6
     7So ScummVM is probably doing it correctly. Turning this into a traditional 15 puzzle, this is what it would look like:
    68
    79{{{
     
    1214}}}
    1315
    14 This seems consistent with https://github.com/sluicebox/sci-scripts/blob/65c4100d1ba073e89290554f51acbe78777e3c95/pepper-dos-1.000/src/rm116.sc#L225
     16This also seems consistent with https://github.com/sluicebox/sci-scripts/blob/65c4100d1ba073e89290554f51acbe78777e3c95/pepper-dos-1.000/src/rm116.sc#L225
    1517
    1618Unfortunately, this is not a solvable 15 puzzle, unless you use the "Help" button. Is that really the solution, or is there more to this than meets the eye? If it is an original bug, should ScummVM (perhaps optionally) do something about it?