updated fnv info with barely readable info, hierarchicalized gamesaver.
authorChris Koeritz <fred@gruntose.com>
Fri, 3 Apr 2015 12:08:40 +0000 (08:08 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 3 Apr 2015 12:08:40 +0000 (08:08 -0400)
customizing/fred/scripts/gamesaver.sh
infobase/games/fallout_new_vegas/solution_to_mesh_problem_in_fallout_nv_for_bounties_1.txt

index 88a4cb137ece2598e0228299e52cd13cd916c900..93c1301bbab0cbd1f38b5cff08410c36e345c584 100644 (file)
@@ -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 "======="
index 77ef0790c2b3de9409221a3bacf35319de445a5c..f06df94051e7f3ea05cf216efeaf3133bde70c79 100644 (file)
@@ -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.
+
+
+
+