Compare commits

..

4 Commits
22.09 ... main

Author SHA1 Message Date
Jaysyn904
9ae0679a70 2025/07/21 Update
Added PEPS AI.
Full compile.
2025-07-21 09:07:09 -04:00
Jaysyn904
0b53f89e02 Updated for epic PrC expansion.
Updated for epic PrC expansion.
Hooked up NUI spellcast menu.
Full Compile.
2025-06-14 19:26:44 -04:00
Jaysyn904
15cea7e3de Update .gitignore 2025-04-03 23:53:18 -04:00
Jaysyn904
8afcf60393 Removed _release folder
Removed _release folder
2025-04-03 23:52:13 -04:00
1441 changed files with 44832 additions and 1042 deletions

4
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.mod
*.BackupMod
*.hak
*.md5
/_release
*.hak
*.md5

View File

@ -1,4 +1,4 @@
:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\Aschbourne_PRC\_content\_hak\asch_prc8_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\Aschbourne_PRC\_content\_hak\asch_prc8_top\*.nss"
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\Aschbourne_PRC8\_content\_hak\asch_prc8_top";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\Aschbourne_PRC8\_content\_hak\asch_prc8_top\*.nss"
if %errorLevel% == -1 goto :loop
pause

Binary file not shown.

View File

@ -1 +0,0 @@
ce3e2722cb6c188ed0fe4ad31c859c67

View File

@ -1495,7 +1495,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "Aschbourne [PRC8-CEP3]\n\nPRC8 + CEP3 + ACP + DMFI"
"0": "Aschbourne [PRC8-CEP3]\n\nPRC8 + CEP3 + ACP + DMFI + PEPS"
}
},
"Mod_DuskHour": {
@ -1537,6 +1537,13 @@
"Mod_HakList": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "peps_prc8"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
@ -1791,7 +1798,7 @@
},
"Mod_OnNuiEvent": {
"type": "resref",
"value": ""
"value": "prc_onplayernui"
},
"Mod_OnPlrChat": {
"type": "resref",

View File

@ -104,6 +104,57 @@
"type": "dword",
"value": 0
}
},
{
"__struct_id": 2,
"Comment": {
"type": "cexostring",
"value": ""
},
"EntryList": {
"type": "list",
"value": [
{
"__struct_id": 0,
"End": {
"type": "word",
"value": 0
},
"ID": {
"type": "dword",
"value": 1
},
"Text": {
"type": "cexolocstring",
"value": {
"0": "Visit the PRC8 Discord for ruleset information, as well as other PW servers & dozens of single player PRC8 modules.\n\nhttps://discord.gg/FW9V9RKy5U"
}
}
}
]
},
"Name": {
"type": "cexolocstring",
"value": {
"0": "| PRC8 Discord |"
}
},
"Picture": {
"type": "word",
"value": 65535
},
"Priority": {
"type": "dword",
"value": 4
},
"Tag": {
"type": "cexostring",
"value": "JRNL_PRC8"
},
"XP": {
"type": "dword",
"value": 0
}
}
]
}

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.

BIN
_module/ncs/0c_if_convo.ncs Normal file

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