From: Chris Koeritz Date: Wed, 2 Nov 2016 15:05:32 +0000 (-0400) Subject: changed fallout3 path. not tested yet. X-Git-Tag: 2.140.90~363 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4ae1ee139cb0edf74e22b3729678cfbe4991cb3b;p=feisty_meow.git changed fallout3 path. not tested yet. --- diff --git a/customizing/fred/scripts/gamesaver.sh b/customizing/fred/scripts/gamesaver.sh index 4ed8aaaa..0cd6b725 100644 --- a/customizing/fred/scripts/gamesaver.sh +++ b/customizing/fred/scripts/gamesaver.sh @@ -31,7 +31,7 @@ function copyem() } # make the output folders if they don't exist. -for i in skyrim fallout_new_vegas fallout_3 oblivion fallout_4/Saves ; do +for i in skyrim fallout_new_vegas fallout_3/Saves oblivion fallout_4/Saves ; do if [ ! -d "$SPOOLING_OUTPUT_DIR/$i" ]; then mkdir -p "$SPOOLING_OUTPUT_DIR/$i" fi @@ -40,15 +40,13 @@ done # now run through and copy our save files from the potentially weird locations # they reside in. -#hmmm: at least make a function out of those repetitive steps. sheesh. - sep 28 copyem "skyrim" "$WINE_SOURCE_DIR/Skyrim/Saves" "$SPOOLING_OUTPUT_DIR/skyrim" copyem "fallout new vegas" "$WINE_SOURCE_DIR/FalloutNV/Saves" "$SPOOLING_OUTPUT_DIR/fallout_new_vegas" -copyem "fallout 3" "$WINE_SOURCE_DIR/Fallout3/Saves/Player1" "$SPOOLING_OUTPUT_DIR/fallout_3" +copyem "fallout 3" "$WINE_SOURCE_DIR/Fallout3/Saves" "$SPOOLING_OUTPUT_DIR/fallout_3/Saves" copyem "oblivion" "$WINE_SOURCE_DIR/Oblivion/Saves" "$SPOOLING_OUTPUT_DIR/oblivion/"