diff --git a/trunk/compileepic.bat b/trunk/compileepic.bat index 308a4eb1..938b2981 100644 --- a/trunk/compileepic.bat +++ b/trunk/compileepic.bat @@ -1,6 +1,6 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "epicspellobjs" "epicspellscripts\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "epicspellobjs" "epicspellscripts\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_epicspells.hak .\epicspellscripts .\epicspellobjs pause :end diff --git a/trunk/compilensb.bat b/trunk/compilensb.bat index 4ece6331..ab5472d3 100644 --- a/trunk/compilensb.bat +++ b/trunk/compilensb.bat @@ -1,5 +1,5 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "newspellbookobjs" "newspellbook\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "newspellbookobjs" "newspellbook\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_newspellbook.hak .\newspellbook .\newspellbookobjs :end diff --git a/trunk/compileocfix.bat b/trunk/compileocfix.bat index 984e4050..058e6706 100644 --- a/trunk/compileocfix.bat +++ b/trunk/compileocfix.bat @@ -1,6 +1,6 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "ocfixerfobjs" "ocfixerf\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "ocfixerfobjs" "ocfixerf\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_ocfix.erf .\ocfixerf .\ocfixerfobjs pause :end diff --git a/trunk/compilepsi.bat b/trunk/compilepsi.bat index 630f9c42..0d0df77f 100644 --- a/trunk/compilepsi.bat +++ b/trunk/compilepsi.bat @@ -1,6 +1,6 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "psionicsobjs" "psionics\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "psionicsobjs" "psionics\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_psionics.hak .\psionics .\psionicsobjs pause :end diff --git a/trunk/compilerace.bat b/trunk/compilerace.bat index b4f269aa..bef15edd 100644 --- a/trunk/compilerace.bat +++ b/trunk/compilerace.bat @@ -1,5 +1,5 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "raceobjs" "racescripts\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "raceobjs" "racescripts\*.nss" pause :end diff --git a/trunk/compilescripts.bat b/trunk/compilescripts.bat index 263f2c3f..b4fd90b0 100644 --- a/trunk/compilescripts.bat +++ b/trunk/compilescripts.bat @@ -1,6 +1,6 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "objs" "scripts\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "objs" "scripts\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_scripts.hak .\scripts .\objs pause :end diff --git a/trunk/compilespells.bat b/trunk/compilespells.bat index 69e47f72..afa865cd 100644 --- a/trunk/compilespells.bat +++ b/trunk/compilespells.bat @@ -1,6 +1,6 @@ @echo on -tools\nwnsc -w -i "include" -n "C:\Program Files (x86)\Steam\steamapps\common\Neverwinter Nights" -b "spellobjs" "spells\*.nss" +tools\nwnsc -w -i "include" -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -b "spellobjs" "spells\*.nss" tools\nwn_erf.exe -e hak --quiet -c -f CompiledResources\prc_spells.hak .\spells .\spellobjs pause :end