Added ACP 4.1

Added ACP 4.1.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-09-08 19:02:50 -04:00
parent a6f6db7303
commit 00c6cec200
7 changed files with 116 additions and 14 deletions

View File

@ -4,4 +4,9 @@ Repo for development of the PRC'd version of the Endless Nights VI roguelike Nev
Endless Nights VI is a dynamic world with random monster spawns, random quests, and random magic item generation to create a very replayable game experience. The game also features various races such as shades and tieflings that come in a variety of classes and levels. The module also includes a dynamic magic item system to create variety in items.
https://neverwintervault.org/project/nwn1/module/endless-nights-vi
https://neverwintervault.org/project/nwn1/module/endless-nights-vi
## Requirements
* PRC8
* CEP 2
* ACP v4.1

View File

@ -1289,7 +1289,7 @@
},
"Mod_CustomTlk": {
"type": "cexostring",
"value": "prc8_cep269_mrg"
"value": "prc8_cep271_mrg"
},
"Mod_CutSceneList": {
"type": "list",
@ -1306,7 +1306,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "Endless Nights VI v1.3prc\n\nBy: Havlen\n\nUpdated / PRC'd by: Jaysyn\n\nEndless Nights VI is a dynamic world with random monster spawns, random quests, and random magic item generation to create a very replayable game experience. The game also features various races such as shades and tieflings that come in a variety of classes and levels. The module also includes a dynamic magic item system to create variety in items."
"0": "Endless Nights VI [PRC8-CEP2] v1.3prc8\n\nBy: Havlen\n\nUpdated / PRC'd by: Jaysyn\n\nEndless Nights VI is a dynamic world with random monster spawns, random quests, and random magic item generation to create a very replayable game experience. The game also features various races such as shades and tieflings that come in a variety of classes and levels. The module also includes a dynamic magic item system to create variety in items."
}
},
"Mod_DuskHour": {
@ -1432,6 +1432,13 @@
"value": "prc8_craft2das"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "acp_v4.1"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
@ -1902,6 +1909,96 @@
"type": "int",
"value": 3
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_MULTISUMMON"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_XP_USE_SIMPLE_LA"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_XP_USE_SIMPLE_RACIAL_HD"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_XP_USE_SIMPLE_RACIAL_HD_NO_FREE_XP"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_ACP_MANUAL"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "PRC_ACP_NPC_AUTOMATIC"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
}

View File

@ -17138,17 +17138,6 @@
"value": 16778353
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "prc_scr_995"
},
"STRREF": {
"type": "dword",
"value": 16790488
}
},
{
"__struct_id": 0,
"NAME": {
@ -21648,6 +21637,17 @@
"value": 16827179
}
},
{
"__struct_id": 0,
"RESREF": {
"type": "resref",
"value": "prc_scr_995"
},
"STRREF": {
"type": "dword",
"value": 16790488
}
},
{
"__struct_id": 0,
"RESREF": {

Binary file not shown.

Binary file not shown.

Binary file not shown.