AMJ89 2 Posted February 12, 2016 (edited) Hi guys, I'm having an issue with saving, more precisely the game doesn't allow me to save and instead it makes an annoying buzzerish sound. Everything runs fine in the editor and also if I compress the game data and try the stand alone .exe everything works. The real problem starts when I create a setup file, installing all the folders in a folder of my choice (I use Inno Setup to create the setup file). So I think that the problem is that the game script (data manager) can't find properly the right folder to save all the data. By the way I tried to check Data_Manager but I didn't find anything useful to my cause. So I need your help folks Thx a lot for every present and future answer! (All the setup thing works very well...everything but the saving D: ) Edited February 12, 2016 by AMJ89 Share this post Link to post Share on other sites
AMJ89 2 Posted February 12, 2016 (edited) Ok I solved the problem! I wanted to install the folder in "Program Files" and that's fine but windows doesn't allow (non admin-mode programs) to modify anything in there without an authorization. So the solutions are two : 1) Every user that want to play with your game has to give "admin privileges" to the game. 2) (The best one) Use a simple Data_manager changing script called "Override Save Location v1.0 - Shaz" written by a well known scripter named Shaz. (just google the script's name and you'll find it easily) So I leave this post open and alive for all the others with similar issues Edited February 12, 2016 by AMJ89 Share this post Link to post Share on other sites