From 3a7c19519e252577a7dbe781f99802dba8b0f70e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 3 Apr 2015 08:08:40 -0400 Subject: [PATCH] updated fnv info with barely readable info, hierarchicalized gamesaver. --- customizing/fred/scripts/gamesaver.sh | 12 ++++++------ ..._to_mesh_problem_in_fallout_nv_for_bounties_1.txt | 10 ++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/customizing/fred/scripts/gamesaver.sh b/customizing/fred/scripts/gamesaver.sh index 88a4cb13..93c1301b 100644 --- a/customizing/fred/scripts/gamesaver.sh +++ b/customizing/fred/scripts/gamesaver.sh @@ -1,20 +1,20 @@ # hmmm: some better work could be done to have both names (wineprefix and storage dir) be iterable. for i in oblivion fallout_new_vegas fallout_3 skyrim ; do - if [ ! -d $HOME/spooling_saves_$i ]; then - mkdir $HOME/spooling_saves_$i + if [ ! -d $HOME/spooling_saves/$i ]; then + mkdir -p $HOME/spooling_saves/$i fi done echo "=======" echo skyrim -cp -v -n ~/My\ Games/Skyrim/Saves/* ~/spooling_saves_skyrim +cp -v -n ~/wine_goods/My\ Games/Skyrim/Saves/* ~/spooling_saves/skyrim echo "=======" echo fallout new vegas -cp -v -n ~/My\ Games/FalloutNV/Saves/* ~/spooling_saves_fallout_new_vegas/ +cp -v -n ~/wine_goods/My\ Games/FalloutNV/Saves/* ~/spooling_saves/fallout_new_vegas/ echo "=======" echo fallout 3 -cp -v -n ~/My\ Games/Fallout3/Saves/Player1/* ~/spooling_saves_fallout_3 +cp -v -n ~/wine_goods/My\ Games/Fallout3/Saves/Player1/* ~/spooling_saves/fallout_3 echo "=======" echo oblivion -cp -v -n ~/My\ Games/Oblivion/Saves/* ~/spooling_saves_oblivion/ +cp -v -n ~/wine_goods/My\ Games/Oblivion/Saves/* ~/spooling_saves/oblivion/ echo "=======" diff --git a/infobase/games/fallout_new_vegas/solution_to_mesh_problem_in_fallout_nv_for_bounties_1.txt b/infobase/games/fallout_new_vegas/solution_to_mesh_problem_in_fallout_nv_for_bounties_1.txt index 77ef0790..f06df940 100644 --- a/infobase/games/fallout_new_vegas/solution_to_mesh_problem_in_fallout_nv_for_bounties_1.txt +++ b/infobase/games/fallout_new_vegas/solution_to_mesh_problem_in_fallout_nv_for_bounties_1.txt @@ -17,3 +17,13 @@ so, also moved all the files out of "textures" into real Textures folder, in cor rsync hoses this up if you tell it to rsync a mod into the Data folder; it crushes the link and replaces it with a real directory. maybe a hard link would work better? +==> nope, can't make a hard link that's a directory. thought that would be possible, but it's not on ubuntu linux at least. + +aha, this problem can also be found at lower levels, under the Textures and Meshes folders: +seeing folders like 'clutter' and such in both caps forms, +so you may have to examine the next level of folder names also to make +sure there are no other screw-ups. + + + + -- 2.34.1