Help with save game

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.

thanks.

Everything works as BGT

You can use settings.nvgt if you want to be easy as possible. Otherwise, you may want to implement classes like savedata port from BGT version

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.