From c5c98a9f87bac840ae0defeaec7723b2d06a4357 Mon Sep 17 00:00:00 2001 From: Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:47:43 -0500 Subject: [PATCH] Updated batch files Updated batch files --- trunk/compileepic.bat | 2 +- trunk/compilensb.bat | 2 +- trunk/compileocfix.bat | 2 +- trunk/compilepsi.bat | 2 +- trunk/compilerace.bat | 2 +- trunk/compilescripts.bat | 2 +- trunk/compilespells.bat | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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