Is it possible to copy an entire project but with no events. As I am planning to remake an earlier game but really do not want to have to delete all events manually.
Thanks
Is it possible to copy an entire project but with no events. As I am planning to remake an earlier game but really do not want to have to delete all events manually.
Thanks
There’s probably a way to do it by editing the JSON file manually - just find and delete the Events section…?
I’m not completely sure 100% but you can try to copy the folder of your project, rename it with another name, after edit the json file manually and replace events [] and all it’s content with “events”: [],
I just tried experimenting something and you can do it something like this:
Doing this should work as far as I can tell (since it did when I tried it). I don’t know if this is the most optimal solution but hope that helps.
Just like to say thanks for the replies decided to just delete a few of the events and variables as I found out that most are still perfectly fine as they are.
It was mostly the scoring system that needed overhauling and letting people replay from the level they lost on