I've added a detection entry using the MD5 sums provided here, but I cannot test it myself. Could you try it, either once it's in the daily build or if you build it yourself?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"Unable to load the file ZNEMSCR/MEDIUM.ZIX" could very well mean that files are in the wrong folders, either because the Italian version really is different, or because he misunderstood the directions for which files to copy. (There's no shame in that, I got it wrong myself!)
The string "ZNEMSCR/MEDIUM.ZIX" is hard-coded in the engine:
} else if (_gameDescription->gameId == GID_NEMESIS) {
if (!_searchManager->loadZix("NEMESIS.ZIX")) {
// The game might not be installed, try MEDIUM.ZIX instead
if (!_searchManager->loadZix("ZNEMSCR/MEDIUM.ZIX"))
error("Unable to load the file ZNEMSCR/MEDIUM.ZIX");
}
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
eriktorbjorn: Thanks for that explanation. Hopefully the file listing from peloquin78 should show whether that is the case and what the differences are.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry for the delay in replying to your emails.
The italian version works and in attachment you can find md5s you requested.
Please note that english subtitles are displayed instead of italian ones, same happens with zork grand inquisitor...subtile file should be subpatch.zfs inside addon folder.
I don't know if this is my fault 'cause I've not used installer but I've unpacked original files.
I'll investigate on it.
I've added a detection entry using the MD5 sums provided here, but I cannot test it myself. Could you try it, either once it's in the daily build or if you build it yourself?
As per http://forums.scummvm.org/viewtopic.php?p=81122, he has tested this and it errors out with:
Unable to load the file ZNEMSCR/MEDIUMN.ZIX
peloquin78: Could you please attach a text file containing a file listing of your Italian Zork Nemesis datafiles with file MD5sums please?
The output of a tool such as http://md5summer.org/ would be optimal.
This will allow us to work out what files are present, what files are differently named etc.
"Unable to load the file ZNEMSCR/MEDIUM.ZIX" could very well mean that files are in the wrong folders, either because the Italian version really is different, or because he misunderstood the directions for which files to copy. (There's no shame in that, I got it wrong myself!)
The string "ZNEMSCR/MEDIUM.ZIX" is hard-coded in the engine:
eriktorbjorn: Thanks for that explanation. Hopefully the file listing from peloquin78 should show whether that is the case and what the differences are.
Hi,
sorry for the delay in replying to your emails.
The italian version works and in attachment you can find md5s you requested.
Please note that english subtitles are displayed instead of italian ones, same happens with zork grand inquisitor...subtile file should be subpatch.zfs inside addon folder.
I don't know if this is my fault 'cause I've not used installer but I've unpacked original files.
I'll investigate on it.
Alessio