Difference between revisions of "Hopkins"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Added OS/2 computer font issue.)
Line 22: Line 22:
** Crash in Options menu when clicking on volume buttons
** Crash in Options menu when clicking on volume buttons
** The bank animation is far too fast
** The bank animation is far too fast
** The game crashes when using a computer: "Error opening STFONT.SPR!". Presumably yet another case where the file is named differently.


== Known Bugs ==
== Known Bugs ==

Revision as of 23:30, 27 January 2013

Hopkins
Engine developer dreammaster, strangerke
Companies that used it MP Entertainment
Games that use it Hopkins FBI
Date added to ScummVM Error: Invalid time.
First release containing it N/A

The Hopkins engine was used by MP Entertainment for the game Hopkins FBI, the only game they ever published. The game was released for several different operating systems, and due to a fortunate oversight, debug information (names of variables and methods) was left embedded in most of the applications. This made it much easier to reverse engineer and implement a ScummVM engine.

Games

Status

  • Linux full version and demo are completable
  • Windows demos are compleatable
  • Windows full version is playable, but the Doom-like maze is currently missing (so, not completable). When a map from another version is provided, the game is completable.
  • Polish and Spanish versions are yet to be tested, because they are not owned by developers
  • OS/2 and BeOS are full of glitches. They don't require the Doom-like level, so they may be completable anyway. They require a playthrough.. The following glitches are known:
    • Crash in Options menu when clicking on volume buttons
    • The bank animation is far too fast
    • The game crashes when using a computer: "Error opening STFONT.SPR!". Presumably yet another case where the file is named differently.

Known Bugs

  • Palette glitches when exiting a dialog and when skipping cut-scenes. This is more visible now that a delay has been added in the fading animations.
  • Some random crashes when hitting F5/F7 due to text arrays memory issues
  • Menu: after the fading, a button is moved by 1 or 2 pixels
  • City Map: The birds flying over the buildings are masked by the buildings. Same thing with the smoke from the chimney.
  • Mouse cursors are slightly off. It seems that ScummVM ends up with the same colour both for transparency and for black, so parts that aren't supposed to be transparent are. This can be seen when the gun is the cursor, or every time text is drawn because it's missing a black outline.

Original bug

  • While discussing with the man with the newspaper outside the apartment, there's a subtle glitch on the lips at the end of each sentence.
  • some non-optimal path-finding issues

Original bug fixed

  • In the "Empty Lot", the animation when searching the empty box was corrupted and was crashing the game

Resources

Engine repository on github

External links