Changes between Initial Version and Version 1 of Ticket #12303, comment 9
- Timestamp:
- Aug 16, 2021, 7:37:19 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12303, comment 9
initial v1 1 I checked and have the same MD5s as you, I was md5summing the maniac game from dott, which is the DOS version. 1 I checked and have the same MD5s as you, I was md5summing the maniac game from dott, which is the DOS version. So that explains the different MD5s 2 2 3 Meanwhile I figured out the ca se of the problem. ScummVM incorrectly sets the encryption key to 0xFF, but the .LFL files aren't encrypted at all. If I hardcode scummvm to use 0x00 as key, the games from the extracted disk images run fine.3 Meanwhile I figured out the cause of the problem. ScummVM incorrectly sets the encryption key to 0xFF, but the .LFL files aren't encrypted at all. If I hardcode scummvm to use 0x00 as key, the games from the extracted disk images run fine. 4 4 5 5 The solution is to fix the encryption key selection. This needs a bit of research (it's been a while). I'll get back on this.