Merge pull request #3220 from IvarK/h2p-save-fix

Fix incorrect description of old saves
This commit is contained in:
IvarK 2022-12-04 21:15:44 +02:00 committed by GitHub
commit 6955bc8983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,9 +35,9 @@ cut off part of the text if you are using one to transfer the save between devic
A properly-formatted save string from the Reality update will start with A properly-formatted save string from the Reality update will start with
<b>${GameSaveSerializer.startingString.savefile}</b> and end with <b>${GameSaveSerializer.endingString.savefile}</b>. <b>${GameSaveSerializer.startingString.savefile}</b> and end with <b>${GameSaveSerializer.endingString.savefile}</b>.
If you are importing from a version of the game from before Reality was released, it will instead start with <b>eyJ</b> If you are importing from a version of the game from before Reality was released, it will instead start with <b>eyJ</b>
and end with <b>==</b>. If neither of these are the case, then part of your save is missing and it will fail to import. and end with <b>In19</b>, <b>fX0=</b>, or <b>fQ==</b>. If neither of these are the case, then part of your save is
In addition to importing and exporting to your clipboard, you can also import and export from text files as well. missing and it will fail to import. In addition to importing and exporting to your clipboard, you can also import
<br> and export from text files as well.
<br> <br>
You can use the "Choose save" button to pick between three separate saves on your browser. These saves are, for most You can use the "Choose save" button to pick between three separate saves on your browser. These saves are, for most
intents and purposes, completely separate from each other. Importing and exporting will only affect the current save intents and purposes, completely separate from each other. Importing and exporting will only affect the current save