How to Load a Save Code! (Continuation of Save Code with Encryption Guide)

Introduction

Hello! you may recall that recently I released a guide on making a save code with encryption! now that guide is nice and all, but what good is a save code if you cant load it! that’s where this guide comes in! now this guide does not show a way to input the save code as how you do that is up to you, however it does show how to load the save code and set the properties. lets get started!

Note: the reason I made them 2 different guides is I don’t want people needing to go back to the first guide just to see a REALLY important new section.

What you’ll need!

2 triggers
1 game overlay
1 button
2 properties
(+ the previous guide done located here.)

The Guide

First, before we start we have to do one tiny little edit to the previous save code system we made.

remember this script? we need to add 9 spaces to the start of the “Alphabet and Symbols” variable value. once you have done that we can officially start!
place a button that transmits on Decoding Setup when pressed. now make a trigger that when recieving on Decoding Setup does this bit of block code

Now before we continue we need to make 2 new properties

Name: Decoded, Scope: player, type: text,
Name: Decoded Numbers, Scope: player, type: text,

now that is settled, duplicate the save code encoding trigger and change it to trigger when recieving on Decode Loop and edit the block code to be like this

now duplicate the game overlay that shows the save code and change it to show in the top right corner,now delete the block code, and make a block code that when recieving on Show Decoded Code will do this code.

and you are done with the loading system, what this does is get the values that the encoded save code, well, encoded!
simple!
Please don’t say “Great guide” the :heart: button is there for a reason, feel free to give constructive criticism in the replies and ask questions if something isn’t going correct

28 Likes

it is already there, the blue here is the link.

4 Likes

I mean no offense, but the second to last image is rather pixelated- readable, but harder then usual. Could you possibly take an upscaled version of that screenshot? Otherwise, great guide and nice sequel.

8 Likes

This could be used as a terminal in my “Heck” divers game! Nice!

3 Likes

Nice that you made a ‘sequel’ to the first one. I’m so jealous how you are so creative at making guides, I’m in a slump right now.

4 Likes

Yummy Save Code Bump.

whar
save codes are yummy

6 Likes

LOL this is actually the first ever save code guide that’s worked for me. Remember the one made by @Shdwy? Yeah, forgettaboutit! I went through an entire help topic trying to figure out how the heck this guide works. (He left out a BIIIIIG part of it in the guide and just said to figure it out ourselves :skull:) So, kudos to you, @Fleet! You solved the in-game chat AND the save code!

2 Likes

HAPPY BUMP
[1]


  1. idk man this guide is just really useful so i decided to bump it ↩︎

1 Like

Please correct me
So, for the item you have you get a number for
Like if I had 4 as the first digit I will get 4 cash when I input the code
Let’s say the code is…
4f25
4 cash f=coordinates x,x (is generated by game) (3rd digit)=2,(4rth digit)=5
?

1 Like

No, hang on let me explain
the alphabet and letters symbol variable is equal to this

    abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890.,?!@#$%^&*()

Now each number in the save code represents a letter # in this variable
so for instance. if I were to have 10 be the first number in the save code, the first letter in the save code would be “a”
so for example lets say I have a save code of “17,18,|29,17,14,27,14|”
that would be when decoded “hi|there|”

1 Like

ok… But why do you have the alphabet two times?
and would this work without me having to do anything else other than copying the two guides exactly?

Thank you for helping me understand :slightly_smiling_face:

1 Like

In theory, would it be possible for you to go into someone else’s save code?

Like, say I want everyone to choose a save code but if you choose the same one as someone else you load the same thing with the other persons progress (Like joining a world on Minecraft)?

the alphabet 2 times is for capitalization purposes

correct!

My brain is getting FRIED I don’t get any of this - I’m super bad a block code can you help


What did I do wrong

This what happens