How to Code a Save System: Godot Tutorial
Learn how to create a save and load system in the Godot game engine.
Make Professional 2d Games (Kickstarter): https://gdquest.mavenseed.com/courses
----
Download the start project:
This is a follow-up to yesterday’s tutorial about the config file system: https://youtube.com/watch?v=IrUhyf-g5hU
You should to watch it because this simpler alternative works well for plenty of small games. Config files only have sections and key-value pairs. With JSON, we get a bit more flexibility as, for one, we can convert one of Godot’s dictionary to a JSON file and vice versa. On top of that, JSON has a tree-like structure. So we can easily reflect the complexity of our game with that format.
You will see plenty of tools out there that use JSON to store data: level editors, programs to write game dialogues, etc.
Daily tutorials series! 23/30
The playlist: https://youtube.com/playlist?list=PLhqJJNjsQ7KEr_YlibZ3SBuzfw9xwGduK
Project sources on Github: https://github.com/GDQuest/Godot-30-days-tutorial-challenge-2017
This tutorial is supported by:
- Gamblify: https://www.gamblify.com/
- Pineapple Works: http://pineapple.works/
Subscribe to the channel now and become a member of the community! https://youtube.com/c/Gdquest?sub_confirmation=1
Follow GDQuest on:
Twitter: https://twitter.com/NathanGDquest
This video is licensed under the CC-By 4.0 license: https://creativecommons.org/licenses/by/4.0/
You can attribute it to "GDQuest and contributors - https://www.gdquest.com/"