Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I assume you used snapshots, right?

Yes, just like with the first part of Neoplasma, there was no problem with it.

Hi! Snapshots store information only about the current state of the Spectrum, it does not know about the tape from which it was loaded and from where to continue loading. If the whole game fits in the Spectrum memory (like the first part of Neoplasma), so there is no problem with it. But if additional downloads from the tape are required, the game just doesn't know where to get them from.

So there are two options:

1) pass all three levels at once without using saves. then at the end of the game you can register a QR code on the site to record your progress in the record table.

2) at the end of each level you are given a password, with the help of which you can skip this level next time. but then there will be no QR code at the end of the game, because the password is too small to encrypt the progress of the skipped level in it.

Thanks for the reply, I'll try to play the game that way.

Well, actually you can use snapshots, the game will work properly, but you shouldn't reset or turn off you Spectrum or emulator. If you do that, additionall loads won't work. 

Thank you, I always learn something new :)