Compare commits

...

3 Commits
1.71 ... main

Author SHA1 Message Date
Jaysyn904
b41f46eb49 Updated expanded spells & abilities
Updated expanded spells & abilities
2025-04-18 14:56:25 -04:00
Jaysyn904
efdfb6c328 Update .gitignore 2025-04-03 22:38:26 -04:00
Jaysyn904
3eb8e89977 Removed _release folder
Removed _release folder
2025-04-03 22:37:03 -04:00
202 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ Compiler - 35spells.bat
*.md5 *.md5
_module/poa.mod _module/poa.mod
*.mod *.mod
/_release

View File

@ -0,0 +1,7 @@
:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\PoA_PRC8\_haks\poa_exp_abilities";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\PoA_PRC8\_haks\poa_exp_abilities\*.nss"
if %errorLevel% == -1 goto :loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\PoA_PRC8\_haks\poa_exp_spells";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\PoA_PRC8\_haks\poa_exp_spells\*.nss"
if %errorLevel% == -1 goto :loop
pause

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More