diff --git a/README.md b/README.md index aca08f2..93a5eb7 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +https://neverwintervault.org/project/nwn1/module/endless-nights-vi + +## Requirements +* PRC8 +* CEP 2 +* ACP v4.1 diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index a449b49..21de1fb 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -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 + } } ] } diff --git a/_module/itp/itempalcus.itp.json b/_module/itp/itempalcus.itp.json index 018204c..6380e79 100644 --- a/_module/itp/itempalcus.itp.json +++ b/_module/itp/itempalcus.itp.json @@ -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": { diff --git a/_module/ncs/en6_special.ncs b/_module/ncs/en6_special.ncs index e51e450..e319a1f 100644 Binary files a/_module/ncs/en6_special.ncs and b/_module/ncs/en6_special.ncs differ diff --git a/_module/ncs/nw_s3_balordeth.ncs b/_module/ncs/nw_s3_balordeth.ncs index dbf6f97..f2957da 100644 Binary files a/_module/ncs/nw_s3_balordeth.ncs and b/_module/ncs/nw_s3_balordeth.ncs differ diff --git a/_module/ncs/qp_itemcon2.ncs b/_module/ncs/qp_itemcon2.ncs index 171b96e..fe93c08 100644 Binary files a/_module/ncs/qp_itemcon2.ncs and b/_module/ncs/qp_itemcon2.ncs differ diff --git a/_release/Endless Nights VI [PRC8-CEP2].7z b/_release/Endless Nights VI [PRC8-CEP2].7z index 3cfeac9..6e6579f 100644 Binary files a/_release/Endless Nights VI [PRC8-CEP2].7z and b/_release/Endless Nights VI [PRC8-CEP2].7z differ