Common subdirectories: nwclient129-orig/lib and nwclient129/lib Common subdirectories: nwclient129-orig/miles and nwclient129/miles diff -u nwclient129-orig/nwn nwclient129/nwn --- nwclient129-orig/nwn 2003-05-05 16:39:07.000000000 -0400 +++ nwclient129/nwn 2006-09-23 15:02:01.474339000 -0400 @@ -1,5 +1,14 @@ #!/bin/sh +if [ -r readme.txt ] +then + if [ ! -r data/sound.bif ] + then + less readme.txt + exit 1 + fi +fi + # This script runs Neverwinter Nights from the current directory export SDL_MOUSE_RELATIVE=0 @@ -8,5 +17,4 @@ # If you do not wish to use the SDL library included in the package, remove # ./lib from LD_LIBRARY_PATH export LD_LIBRARY_PATH=./lib:./miles:$LD_LIBRARY_PATH - ./nwmain $@ Common subdirectories: nwclient129-orig/override and nwclient129/override