[Scummvm-tracker] [ScummVM :: Bugs] #14659: Unknown game variant for ultima
ScummVM :: Bugs
trac at scummvm.org
Wed Nov 15 13:15:57 UTC 2023
#14659: Unknown game variant for ultima
-------------------------+-------------------------------------------
Reporter: rpluem | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Ultima
Version: | Resolution:
Keywords: unknown-game | Game: Ultima VI: The False Prophet
-------------------------+-------------------------------------------
Comment (by rpluem):
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.
{{{#!diff
diff --git a/engines/ultima/detection_tables.h
b/engines/ultima/detection_tables.h
index e9df23a8b72..2e8b2f3bab3 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -120,7 +120,7 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[]
= {
{
"ultima6",
0,
- AD_ENTRY1s("converse.a",
"5065716423ef1389e3f7b4946d815c26", 162615),
+ AD_ENTRY1s("converse.a",
"ee22a6ac3964f9ff11a48fcb3f4a9389", 162458),
Common::EN_ANY,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/14659#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list