Hello
I’ve been working on my first project, and from the outset I wanted to allow my reader to keep their progress, up to the beginning of the latest chapter they reached, at the least.
I’ve looked over CJW’s post and some comments 2-3 times now, and I just can’t seem to understand how to get it to work
I’m using CSIDE to create my game, and i’ve also tried testing out dashingdon.com, because i saw that it has it built in to the site, but it’s file system also gave me issues
I would be really grateful if someone were able to explain the steps to me
For dashingdon’s built-in save system (which is CJW’s save system, ofc), you just simply need to check the Use CJW’s save plugin checkbox and put this command on your startup.txt
*sm_init <<your game name>> <<num of saveslots (preferably 1 - 6)>>
Keep in mind that the command isn’t compatible with rand/quicktest, so you’ll have to remove it when you want to auto-test your game.