Have you broken the download? Its just some bnk files now. Cheers.
Viewing post in ZX Spectrum Next Sprite Database Manager comments
It’s meant to be just bank files.
The sprite manager bank file and database files are meant to be loaded by your program.
From your program you can execute the sprite manager by having a command in your code already or just by typing BANK 45 PROC SDM()
Populate the data, save it and exit the sprite manager. You’ll return to the basic editor and your program will remain untouched.
Load your program and see the changes you’ve made.
I did try to explain all this in the description for this so please let me know if anything doesn’t make sense. I appreciate it will make sense to me as I wrote it and use it.
Lastly - the code you’ll need to embed into your program to use the data is also on a bank file. You should be able to merge this fine - just check the numbering first.
Hope this helps.