Opened 7 months ago

Closed 5 months 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 tag2015, 7 months ago

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

Thanks!

comment:2 by rpluem, 7 months 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 rpluem, 6 months 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[] = {  
    120120                {
    121121                        "ultima6",
    122122                        0,
    123                         AD_ENTRY1s("converse.a", "5065716423ef1389e3f7b4946d815c26", 162615),
     123                        AD_ENTRY1s("converse.a", "ee22a6ac3964f9ff11a48fcb3f4a9389", 162458),
    124124                        Common::EN_ANY,
    125125                        Common::kPlatformDOS,
    126126                        ADGF_NO_FLAGS,

comment:4 by rpluem, 6 months 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 somaen, 6 months ago

Priority: normalhigh

comment:6 by sev-, 5 months ago

Summary: Unknown game variant for ultimaMD5: Unknown game variant for ultima

comment:7 by lotharsm, 5 months ago

Owner: set to lotharsm
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.