#How to save an entire scene?
8 messages · Page 1 of 1 (latest)
I need a way to save and load the progress of the game world at maybe multiple scenes, like if I open a chest it will stay that way once saved. Basically like stardew valley yk.
I wish there will be an in depth tutorial of that in GDQuest for a novice level like me to understand it a bit more and implement it in our games, I have been searching for hours and it is only making me frustrated because it is just too hard to grasp from other tutorials out there about saving and loading your world.
Not sure if there’s a simple solution. You can most certainly save the entire screen state to disk, in some easy steps, but that does mean it can be tampered with.
Like people can actually add code to it after the fact.
I think there’s also a method somewhere that lets you convert a whole scene to text which you can then convert to binary?
It can still be tampered with by a savvy user but it prevents adding code.
You sure is right, if it is simple, GDQuest could have a tutorial about it up to this point, but sadly not. Yeah I don't really get bother people tampering with the file data's. Most importantly is that I know how to do it. But thanks for replying bro.