Difference between revisions of "Hopkins"
Jump to navigation
Jump to search
Strangerke (talk | contribs) (Fix menu glitch) |
Strangerke (talk | contribs) |
||
(27 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
companies=[[MP Entertainment]]| | companies=[[MP Entertainment]]| | ||
usedBy=[[Hopkins FBI]]| | usedBy=[[Hopkins FBI]]| | ||
dateAdded= | dateAdded=24-Feb-2013| | ||
release= | release=1.6.0| | ||
status=Completable | status=Completable | ||
}} | }} | ||
Line 15: | Line 15: | ||
==Status== | ==Status== | ||
* | * All full and demo versions are completable in English, French and Russian. | ||
* Windows full version is completable, but the Doom-like maze isn't implemented. Instead, the game draws it's own very basic map screen. | |||
* Windows full version is | |||
* Polish and Spanish versions are yet to be tested, because they are not owned by developers | * Polish and Spanish versions are yet to be tested, because they are not owned by developers | ||
* | * A complete test on a BE system is yet to be done. There's a reported glitch on the mouse cursor, when displaying an icon. '''More tests required.''' | ||
== | == TODO == | ||
[[Hopkins/TODO | TODO list]] | |||
== Original | == Original bugs fixed == | ||
* | * In the "Empty Lot", the animation when searching the empty box was corrupted and was crashing the game. | ||
* In the FBI Lab, a STE opcode was missing, which means the savegames were problematic in the lab. | |||
* In the factory, the animation when searching the desk was corrupted and crashing the game. | |||
* The credit file is missing on the CD of the BeOS version, the original executable is exiting with an error. | |||
* In the | * In Samantha's Office and in the factory's surveillance room, several hotspots were erroneously active and displaying a description. | ||
* The original Russian Win95 version crashed when selected a Push icon. | |||
* The pathfinding code was mis-using a path instead of another because of a erroneous check | |||
* During the flight cut-scene, an inverted check was skipping one of the movies | |||
* (Win95 EN Demo) Sometimes when you press Alt+F4, game gets into infinite loop showing fading Hopkins FBI CD cover image. | |||
== Resources == | == Resources == | ||
[https://github.com/ | [https://github.com/scummvm/scummvm/tree/master/engines/hopkins Engine repository on github] | ||
== External links == | == External links == |
Latest revision as of 08:00, 3 June 2013
Hopkins | ||
---|---|---|
Engine developer | dreammaster, strangerke | |
Companies that used it | MP Entertainment | |
Games that use it | Hopkins FBI | |
Date added to ScummVM | 2013-02-24 | |
First release containing it | 1.6.0 |
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
- All full and demo versions are completable in English, French and Russian.
- Windows full version is completable, but the Doom-like maze isn't implemented. Instead, the game draws it's own very basic map screen.
- Polish and Spanish versions are yet to be tested, because they are not owned by developers
- A complete test on a BE system is yet to be done. There's a reported glitch on the mouse cursor, when displaying an icon. More tests required.
TODO
Original bugs fixed
- In the "Empty Lot", the animation when searching the empty box was corrupted and was crashing the game.
- In the FBI Lab, a STE opcode was missing, which means the savegames were problematic in the lab.
- In the factory, the animation when searching the desk was corrupted and crashing the game.
- The credit file is missing on the CD of the BeOS version, the original executable is exiting with an error.
- In Samantha's Office and in the factory's surveillance room, several hotspots were erroneously active and displaying a description.
- The original Russian Win95 version crashed when selected a Push icon.
- The pathfinding code was mis-using a path instead of another because of a erroneous check
- During the flight cut-scene, an inverted check was skipping one of the movies
- (Win95 EN Demo) Sometimes when you press Alt+F4, game gets into infinite loop showing fading Hopkins FBI CD cover image.