Skip to content

Commit

Permalink
Rename "Steam Sync" to "Steam Cloud" in all strings
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 18, 2021
1 parent d276ea6 commit 44914d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets.Scripts.UI/MainUIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public void OnGUI()
{
if(BurikoSaveManager.lastSaveError != null)
{
MODMenuSupport.EmergencyModMenu("Error loading save file! Please backup your saves, DISABLE STEAM SYNC, then delete the following save file:", BurikoSaveManager.lastSaveError);
MODMenuSupport.EmergencyModMenu("Error loading save file! Please 1. Backup your saves, 2. DISABLE STEAM CLOUD, 3. Delete the following save file:", BurikoSaveManager.lastSaveError);
return;
}

Expand Down
2 changes: 1 addition & 1 deletion MOD.Scripts.UI/MODMenuSupport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static void ShowSupportButtons(Func<GUIContent, bool> buttonRenderer)
}

if (buttonRenderer(new GUIContent("Show Saves", "Clearing your save files can fix some issues with game startup, and resets all mod flags.\n\n" +
"- WARNING: Steam sync will restore your saves if you manually delete them! Therefore, remember to disable steam sync, otherwise your saves will magically reappear!\n" +
"- WARNING: Steam cloud will restore your saves if you manually delete them! Therefore, remember to disable steam cloud, otherwise your saves will magically reappear!\n" +
"- The 'global.dat' file stores your global unlock process and mod flags\n" +
"- The 'qsaveX.dat' and 'saveXXX.dat' files contain individual save files. Note that these becoming corrupted can break your game\n" +
"- It's recommended to take a backup of all your saves before you modify them")))
Expand Down

0 comments on commit 44914d7

Please sign in to comment.