0 votes

Need help to create a save and load system to retrieve the players position

in Engine by (163 points)

1 Answer

–1 vote

To save and load game states you should learn about the File class: https://docs.godotengine.org/en/3.1/classes/class_file.html
Take variables from your nodes and write them to the file.
Then to load, read the file and set back the variables in your nodes.

The documentation even has an example of how to save games: https://docs.godotengine.org/en/3.1/tutorials/io/saving_games.html

And similar questions were answered already:
https://godotengine.org/qa/search?q=How+to+save

by (29,120 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.