Skip to content

Commit

Permalink
Now on latest version of ludusavi (v0.22.0) & added important info ab…
Browse files Browse the repository at this point in the history
…out OS compatibility in README.md
  • Loading branch information
AngeIo committed Jan 19, 2024
1 parent 6864a86 commit 06711c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export STEAM_SAVES_REPO2="https://gitlab.com/AngeIo/steam-saves"
export STEAM_PATH="/home/deck/.local/share/Steam/userdata"
# Your Steam AccountID/Friend Code (found on websites like https://steamcommunity.com/id/YOUR_USERNAME/friends/add or https://steamdb.info/calculator/)
export STEAM_ACCOUNTID="99648215"
# Ludusavi version
export LUDUSAVI_VER=""
# Launch options to set on all your Steam library. If set to "NULL", launch options are not set automatically.
export STEAM_LOPTS="NULL"
# /!\ Please leave this variable BLANK! It will set itself automatically! They are the last launch options that was set on all your Steam library (used to check if necessary to apply launch options)
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ This script has been specially made to ensure that those who use it NEVER EVER l
- [x] "Launch Options" are automatically set on all games of your Steam library

## Prerequisites
- Tested on SteamOS 3.5.7 (Arch Linux) and Ubuntu 22.04.3 but could be working on other distros
> [!IMPORTANT]
> You must be on the **Beta** version of SteamOS 3.5.7 (as of 01/19/24 - OS Build: `20231122.1`) for the latest version of ludusavi (v0.22.0) to work.
>
> If you don't want to switch to SteamOS Beta, you could downgrade to ludusavi v0.19.0 (latest version working on Stable) by modifying `LUDUSAVI_VER` in `.env`.
- Tested on Arch Linux/SteamOS 3.5.7 Beta and Ubuntu 22.04.3 but could be working on other distros
- Git

## Usage
Expand Down
2 changes: 1 addition & 1 deletion init-steam-backup-vars.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export STEAM_BKUPER_REPO="${STEAM_BKUPER_REPO:-'https://github.com/AngeIo/steam-
export STEAM_SAVES_REPO="${STEAM_SAVES_REPO:?}"
export STEAM_PATH="${STEAM_PATH:-'/home/deck/.local/share/Steam/userdata'}"
export STEAM_LOPTS="${STEAM_LOPTS:-%command%;$BIN_DIR/my-steam-backup.sh}"
export LUDUSAVI_VER="${LUDUSAVI_VER:-v0.19.0}"
export LUDUSAVI_VER="${LUDUSAVI_VER:-v0.22.0}"
export LUDUSAVI_FILE="${LUDUSAVI_FILE:-ludusavi-$LUDUSAVI_VER-linux.zip}"

# Uncomment for debugging
Expand Down

0 comments on commit 06711c1

Please sign in to comment.