From 6949de513c04148e684bf7eacdab112abc52c443 Mon Sep 17 00:00:00 2001 From: forkless Date: Sun, 31 May 2026 19:03:58 +0200 Subject: [PATCH] Add Linux Proton file paths to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 057e213..22b4dee 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,18 @@ Run the binary. On first launch it auto-scans for your save folder. The menu is ... ``` +### Linux (Proton / Steam Deck) + +``` +~/.steam/steam/steamapps/compatdata/1962700/pfx/drive_c/users/steamuser/AppData/Local/Subnautica2/Saved/SaveGames/ + savegame_0.sav + savegame_0.bak + ... +``` + +> For older Steam installs, replace `~/.steam` with +> `~/.local/share/Steam` — NotAlterra checks both. + Backups are stored in `NotAlterra_Backups\` alongside the binary. ---