Gimlex
March 15, 2024, 8:13am
1
I need help making a save file for my games.
Foxy
March 15, 2024, 9:39am
2
please search before you post
First of all, let me clarify. This is NOT how to save a map for future editing. This is a guide on how to make a system so that players can import a save file and get their progress back.
Now that we’ve gotten that out of the way, we can get on with the real stuff:
To start out, there are a few concepts we’ll need to understand, so this will be split into chapters.
Getting what you want to save You can’t have a save game without data to actually save. For this example, we’ll be using a game ca…
1 Like
You can use this guide and there is another post that may answer your questions on the save file guide. But next time please take @Foxy ’s words and search up if a guide or post exist to help you.
First of all, let me clarify. This is NOT how to save a map for future editing. This is a guide on how to make a system so that players can import a save file and get their progress back.
Now that we’ve gotten that out of the way, we can get on with the real stuff:
To start out, there are a few concepts we’ll need to understand, so this will be split into chapters.
Getting what you want to save You can’t have a save game without data to actually save. For this example, we’ll be using a game ca…
I have been trying to make a save file for days…
I am using this guide, but can’t quite understand it.
From what I know, we’re having a player input a code into a multidigit counter, which sends a signal to a property. From there, the property sends a signal to a text’s block code, and the block code takes care of the rest. Am I missing anything?
Btw, my main problems are applying the save file to the current one and showing the players save file code to the player.
Gimlex
March 19, 2024, 8:43am
4
Sorry. I have just checked and there is guide on how to.