[Scummvm-tracker] [ScummVM :: Bugs] #15061: SCITetris detected as template and fails to run (win11, scummvm dev build)
ScummVM :: Bugs
trac at scummvm.org
Sun Apr 14 17:10:19 UTC 2024
#15061: SCITetris detected as template and fails to run (win11, scummvm dev build)
------------------------+--------------------------
Reporter: necros2k7 | Owner: sluicebox
Type: defect | Status: closed
Priority: normal | Component: Engine: SCI
Version: | Resolution: fixed
Keywords: sci,fanmade | Game: SCI Fanmade
------------------------+--------------------------
Changes (by sluicebox):
* owner: (none) => sluicebox
* status: new => closed
* resolution: => fixed
Comment:
I've reluctantly made this work. The game is practically unplayable due to
input lag and dropped events, but it's also that way in DOS. I wish it
worked better, it's a fun idea and layout.
I think the input problems are because this game does all its work in the
`doit` method. Sierra programmers were instructed to do as little work as
possible in `doit`, preferably none.
Both versions are now detected, and the broken high score scripts in both
versions are now ignored:
https://github.com/scummvm/scummvm/commit/9e089d50932de96852bd3d56b0ff0d26d4db8a7f
--
Ticket URL: <https://bugs.scummvm.org/ticket/15061#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list