hello everyone.
can somebody tel me how to go about saving game progress.
what i know is:
you first put all the important variables into a dictionary, and in bgt you serialize it, then store it in a file.
but i dont see that working here in nvgt.
Yup, you can basically use the settings.nvgt include for which documentation is available, or you serialize a dictionary, I think the methods have slightly changed from bgt but the principe is still the same, and store that in a file. I'd recommend settings.nvgt though. It's very simple to use and still way more advanced.