#18, by BarneyFriday, 16. January 2015, 19:14 11 years ago
Guys, there's a problem. This issue with the autosave that I've mentioned - turns out it's not about whether you run the game in the editor or standalone. After cleaning the save data in the AppData\Local\VisionaireStudio and starting the game anew a couple of times, I was able to pinpoint exactly where the process goes wrong.
See, currently the structure of my game is as follows:
Scene 1 - Intro
Scene 2 - The action begins, and I make an autosave at the start of this scene
Then there are a couple more scenes, and finally
The End Menu - Here you press the button Again, which loads the autosave, and you go back to Scene 2
If you start the game with Scene 1, the autosave doesn't work. However, if you go to the game properties in Visionaire and set the game to start at Scene 2, then run it, all works perfectly. AND, for some reason, if after doing that you go back to the properties tab and set the starting point back to Scene 1, the savegame still continues to work.
So, basically, it just doesn't want to work if you try to start the game from the beginning. Any ideas on what may cause this problem?