I'm nearly finished with a game I have been working on for almost 2 years, there's just a few things I need to understand. I've played A LOT of pixel games in my life, and everyone of them that I have played have a simple single saved data file. However, with Construct 2, not only is the saved file complicated and spread out among the file folder located in "C:\Users\Luke\AppData\Local\<GameNameFolder>\User Data", but also, upon starting the game execution file, it creates many files (within the "...\Local\<GameNameFolder>\User Data") that I do not understand or even think are relevant. Does anyone know how to make the game save file a single file (possibly editable?), or is that how Construct 2's game saved files always are?
EDIT: This issue has already been solved.