Here is my problem, During development I stored a copious amount of data in a save game which I could easily load when needed!
However… now that I am at packaging phase I cant seem to find a way to automatically move my save file to the game save directory.
This data is essential to the function of the game.
My only option currently is to print all data to the logs in excel sheet format then go to logs and copy paste it then import it as a database into the game.
Sounds like a great plan except… did I mention how copious the amount of data is, yes its 76 databases worth of data it is very impractical to manually copy to databases.
Is there any better way to get .Sav data to the final version of the game without feeding databases by hand?
Thank you, cant use the online one as I would like the game to be playable fully offline, but I can do the second option and get a plugin that moves the data to where it needs to go.