Opened 18 months ago
Closed 18 months ago
#14487 closed defect (fixed)
Unknown game variant for vcruise - german double sided dvd version
Reported by: | gabberhead | Owned by: | elasota |
---|---|---|---|
Priority: | normal | Component: | Engine: V-Cruise |
Version: | Keywords: | unknown-game | |
Cc: | Game: | Schizm: Mysterious Journey |
Description
The game in 'Schizm - Mysterious Journey (DVD Windows, German)\' 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 vcruise engine: schizm-win
{"Schizm.exe", 0, "3d63307697c72f3fd6cafb378f61ca2b", 364544},
Change History (7)
comment:1 by , 18 months ago
comment:2 by , 18 months ago
i can do it, but the last time i did this with reah, i get other md5 checksum, as when i start the game. add the exe first, when scummvm is complaining because of the wav file, i will post it here, so u can add this too.
comment:3 by , 18 months ago
The game in 'Schizm - Mysterious Journey (DVD Windows, German)\' 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 vcruise engine: schizm-win
{"0001_a.wav", 0, "f2b7eccfb1e9af0282b541c5eac66cc7", 1613240},
{"Schizm.exe", 0, "3d63307697c72f3fd6cafb378f61ca2b", 364544},
ps: the german dvd version dont have subtitles in the game, but this is not scummvm fault, the standalone gog version also have this problem. the english Speech01.txt file in the gog version has 62kb. the german Speech02.txt has only 14kb. the same problem is with french, italian and spanish txt files. they all have only 14kb. all other with subtitles in the game have 62kb-66kb.
because of that, it would be perhaps better to remove the enable/disable subtitles option in the game for those languages without the subtitles for the game. on the other hand, it is possible to add the subtitles manually to the txt file, if someone in the future will translate the subtitles to the languages, which are not in the game by default.
comment:5 by , 18 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 by , 18 months ago
Resolution: | fixed |
---|---|
Status: | closed → new |
with todays build i get still unknown game variant:
The game in 'Schizm - Mysterious Journey (DVD Windows, German)\' 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 vcruise engine: schizm-win
{"0001_a.wav", 0, "f2b7eccfb1e9af0282b541c5eac66cc7", 1613240},
{"Schizm.exe", 0, "3d63307697c72f3fd6cafb378f61ca2b", 364544},
i checked the commit: VCRUISE: Add more Schizm dubs and there is a wrong md5 checksum for the german exe:
"schizm",
"German DVD",
AD_ENTRY2s("Schizm.exe", "296edd26d951c3bdc4d303c4c88b27cd", 364544,
"0001_a.wav", "f2b7eccfb1e9af0282b541c5eac66cc7", 1613240),
Common::UNK_LANG,
Common::kPlatformWindows,
the md5 chacksum is also the same for all the others languages in the commit,
comment:7 by , 18 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed by 79c29df349a69b95376506fffaa790f233074af2
I'm starting to add detection for specific languages so can you run this command to get the hash of one of the VO files too?
scummvm --md5 --md5-engine=vcruise --md5-path=Sfx/Waves-12/0001_a.wav
If not, then it should start complaining about that file too in the next daily build.