I want my game to load a file immediately as the game starts up. But if there isn't a saved file, I want it to make one. But I don't want to overwrite a file if there is one there already. Any suggestions on how this could be done?
Develop games in your browser. Powerful, performant & highly capable.
Just use the file plugin. It has a condition just for that. I use it too for the same reason!