2025/12/05 Update

Fixed overlong hak name (abilities -> ability).
Updated PEPS
Updated NWNxEE libraries.
Updated readme
Updated nim tools.
This commit is contained in:
Jaysyn904
2025-12-05 10:20:25 -05:00
parent 431e59b7fe
commit 199cf4b044
2045 changed files with 143464 additions and 27726 deletions

View File

@@ -1,6 +1,6 @@
# Underworld II [PRC-CEP3]
# Underworld II [PRC8-CEP3]
Repository for the PRC'd version of the Underworld 2 multiplayer action module.
Repository for the PRC8 version of the Underworld 2 multiplayer action module.
## Requirements
* [PRC8](https://gitea.raptio.us/Jaysyn/PRC8/releases)

View File

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

View File

@@ -2,8 +2,8 @@
"OutputPath": "./output/",
"HakList": [
{
"Name": "poa_exp_abilities",
"Path": "./poa_exp_abilities/",
"Name": "poa_exp_ability",
"Path": "./poa_exp_ability/",
"CompileModels": false
},
{

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