-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement saving #92
Comments
That is right. However we actually want to be compatible with original save games instead of creating a custom format. Unfortunately the format is obfuscated. |
well i doubt anyone is that far into the game to switch builds of the game entirely (will most likely feel its risky and files may get damaged) and its better than nothing. also it will most likely take a long time until anyone figures out the save date encryption, so it should be added at least until the real save data encryption can be used. also its been 3 years since the last update |
CYBERDEV has made some progress on save files. (I'm just posting this link because I have a github account and they don't.) |
I have started working on this. Loading games from the main menu is now possible. 🎉 |
all you need to do to save is to save variables to a file as what level the player is in, and any other things (it only seems to be what level the player is in though, not position, not live, not health, but maybe other parts save things) but it wouldnt be to difficult, it may only take up to 10 lines of code
The text was updated successfully, but these errors were encountered: