X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgames%2Fgamesaver.sh;h=4f183ce5d095530e78a2f1d9e292c4e188339548;hp=9f08189adc15f17bbe886620243f1344817adcd8;hb=cec6f085ec8f9c24e32e600a2f00f213effd01d9;hpb=b5be08abf78011dc7be93ccafa1b8cae2f91c95b diff --git a/scripts/customize/fred/scripts/games/gamesaver.sh b/scripts/customize/fred/scripts/games/gamesaver.sh index 9f08189a..4f183ce5 100644 --- a/scripts/customize/fred/scripts/games/gamesaver.sh +++ b/scripts/customize/fred/scripts/games/gamesaver.sh @@ -59,10 +59,13 @@ function copy_all_save_games() copyem "witcher 3" "$WINE_GOODS_DIR/The Witcher 3/gamesaves" "$SPOOLING_OUTPUT_DIR/witcher_3" } +#### + # mainline of script tries out a few locations to back up. # first try our play on linux storage. very individualized for fred. wine_goods_dir="$HOME/linx/wine_goods" +# hmmm, this second attempt is a gloss over differences on windows, where some steam games might save to the my documents folder? if [ ! -d "$wine_goods_dir" ]; then wine_goods_dir="/cygdrive/c/users/fred/My Documents" fi @@ -83,4 +86,5 @@ else copy_all_save_games "$wine_goods_dir" fi +####