DavidKinder / Level9

Interpreter for games released by the UK company Level 9, originally written by Glen Summers.
http://www.davidkinder.co.uk/level9.html
GNU General Public License v2.0
32 stars 9 forks source link

Any game with 3 parts «packed» will play only last one #11

Closed cibersheep closed 2 years ago

cibersheep commented 3 years ago

Atari disk images (.atr) and tared games (.tar) of games with 3 parts (Jewels of the Darkness, Knight Orc, etc) will start last part

DavidKinder commented 2 years ago

That is what I would expect. The interpreter knows nothing of the structure of these formats, so just scans the raw bytes looking for blocks of data that look like it's a Level 9 game file. Which it comes across first will just depend on how the data is laid out.