From fc73bd30d783360af66d9b8fc789fea86751778e Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 10 Oct 2019 10:59:23 +0200 Subject: [PATCH] Fix comments --- games/save.game.steam | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/games/save.game.steam b/games/save.game.steam index ebf7cdf..d3f862f 100755 --- a/games/save.game.steam +++ b/games/save.game.steam @@ -7,17 +7,18 @@ ## be able to access it from anywhere ## … all you can do with a Nextcloud (share, versionning,…) ## -## 1. Move save directories of a list of known games from Steam's -## userdata to a remote directory (Nextcloud, remote mount,…). -## Then create a symlink in userdata directory to the remote game -## directory. +## 1. Move save directories of a list of known games from Steam's userdata, +## common or compatdata directories to a remote directory (Nextcloud, remote +## mount,…). +## Then create a symlink in userdata, common or compatdata Steam directory to +## the remote game directory. ## ## 2. If a directory doesn't exist, check if a remote one is ## available and symlink it. ## -## 3. List directories without symlinks. +## 3. List userdata subdirectories without symlinks. ## -## KISS : Only manage save directories from Steam userdata. For other +## KISS : Only manage save directories from Steam's directories. For other ## paths ($XDG_DATA_HOME,…) check other scripts. # }}}