how to create a save state

This has probably come up at some point in this forum if so forgive me ,anyway, Is it possible to save your game state in a blender game with which you can reload from if it is how would one go about doing it

Take it easy on the terminologies I’m still a noob

This is often asked.

The way is simple:

  • store everything you want to save in a dictionary
  • save the dictionary to file

But implementation is complex, you need Python to fill the dictionary. But you can use the Game actautor to save the globalDict to file.

Have a look at SaveLoader but it is 2.49. BTW: I do not expect you or anyone else to understand the code ;). You can use it without knowing each single aspect.

Thanks monster just downloaded save loader will try it out when I knck off from work