Opened 2 years ago
Closed 2 years ago
#14659 closed defect (fixed)
MD5: Unknown game variant for ultima
| Reported by: | rpluem | Owned by: | lotharsm |
|---|---|---|---|
| Priority: | high | Component: | Engine: Ultima |
| Version: | Keywords: | unknown-game | |
| Cc: | Game: | Ultima VI: The False Prophet |
Description
The game in 'ULTIMA6\' seems to be an unknown game variant.
Please report the following data to the ScummVM team at https://bugs.scummvm.org/ along with the name of the game you tried to add and its version, language, etc.:
Matched game IDs for the ultima engine: ultima6
{"converse.a", 0, "ee22a6ac3964f9ff11a48fcb3f4a9389", 162458},
Change History (7)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
All I can tell is that it is an original release from the time when the game became available in Germany. But it is not a translated version. The whole game is in English.
comment:3 by , 2 years ago
Applying the below patch allowed me to test the game and it seems to work fine. I am well aware that this is not the correct fix as you would likely add an additional element to the GAME_DESCRIPTIONS array.
-
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h index e9df23a8b72..2e8b2f3bab3 100644
a b static const UltimaGameDescription GAME_DESCRIPTIONS[] = { 120 120 { 121 121 "ultima6", 122 122 0, 123 AD_ENTRY1s("converse.a", " 5065716423ef1389e3f7b4946d815c26", 162615),123 AD_ENTRY1s("converse.a", "ee22a6ac3964f9ff11a48fcb3f4a9389", 162458), 124 124 Common::EN_ANY, 125 125 Common::kPlatformDOS, 126 126 ADGF_NO_FLAGS,
comment:4 by , 2 years ago
Doing the same for the enhanced version results in a smaller picture. Hence I guess my version is not enhanced (as I suspected).
comment:5 by , 2 years ago
| Priority: | normal → high |
|---|
comment:6 by , 2 years ago
| Summary: | Unknown game variant for ultima → MD5: Unknown game variant for ultima |
|---|
comment:7 by , 2 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |

Please, tell us more about this version. Is this an original release, digital re-release, fan-translated?
Thanks!