zenzoa / mosi

A tiny game editor
https://zenzoa.github.io/mosi/
MIT License
96 stars 12 forks source link

[feature] backup and restore #43

Closed hacknorris-code closed 2 years ago

hacknorris-code commented 2 years ago

so yes. i have a general problem in browser, that every reboot my lap loses cookies (idfk why) and cant save web storage ;-; . my idea is - to be able to export such game to a file (either html or custom one), so i can load later and continue. pls...

BTW - cool engine, gonna make custom "zelda" out of it ;p (WHEN BACKUP WILL BE !!!)

zenzoa commented 2 years ago

You can export your game file - in the world panel, press the button with the world name on it, and then go down to 'export.'

image image image

There's also a blurp on the wiki about it: https://github.com/zenzoa/mosi/wiki/World

hacknorris-code commented 2 years ago

but i was saying not about world but a full game? like all the sprites... like ability to import shared game or smth... @zenzoa

zenzoa commented 2 years ago

Hm not sure what you mean. Exporting the world includes all the sprites in it.

hacknorris-code commented 2 years ago

means - like using this : https://github.com/zenzoa/mosi/wiki#share-your-creation ?

zenzoa commented 2 years ago

Oooh do you mean while you're playing, save where you're at, and resume playing from that point later? For longer games?

hacknorris-code commented 2 years ago

no, when editing - to include scripts and all the rest in exactly same place as saved...

hacknorris-code commented 2 years ago

cu i do a little bigger thing =]

zenzoa commented 2 years ago

Sorry, I'd love to help, but I don't quite understand what you're asking for. Maybe if you walked through how you would use this feature?

hacknorris-code commented 2 years ago

means - can export world save scripts and all the rest?

zenzoa commented 2 years ago

What does the current export feature not do for you?

hacknorris-code commented 2 years ago

hmm... idk, never tested... first time i use (godot was too hard for me lool)