diff --git a/README.md b/README.md index 6ef71c9f..9e6d1adf 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Mordenkainen's Magnificent Dungeon [PRC8] -Repository for development of the rogue-like multiplayer module, Mordenkainen's Magnificent Dungeon. +Repository for development of the PRC8 version of the rogue-like multiplayer module, Mordenkainen's Magnificent Dungeon. ## Requirements - +* [PRC8](https://gitea.raptio.us/Jaysyn/PRC8/src/branch/main/Release) * [CEP 1](https://neverwintervault.org/cep) - * [CEP 3](https://neverwintervault.org/project/nwnee/hakpak/combined/cep-3-community-expansion-pack) - +* [ACP v4.1](https://neverwintervault.org/project/nwnee/hakpak/alternate-combat-animations-pack-acp-41-hak-and-nit-automated-wizard-version) * [Lightweight Tileset Merge](https://neverwintervault.org/project/nwn1/hakpak/combined/lightweight-tileset-merge) \ No newline at end of file diff --git a/_module/ifo/module.ifo.json b/_module/ifo/module.ifo.json index 36a0e427..997e0645 100644 --- a/_module/ifo/module.ifo.json +++ b/_module/ifo/module.ifo.json @@ -669,6 +669,13 @@ "value": "prc8_craft2das" } }, + { + "__struct_id": 8, + "Mod_Hak": { + "type": "cexostring", + "value": "acp_v4.1" + } + }, { "__struct_id": 8, "Mod_Hak": { @@ -1176,6 +1183,36 @@ "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/ncs/on_mod_enter.ncs b/_module/ncs/on_mod_enter.ncs index 80c4a7f3..c3a7384c 100644 Binary files a/_module/ncs/on_mod_enter.ncs and b/_module/ncs/on_mod_enter.ncs differ diff --git a/_release/Mordenkainen's Magnificent Dungeon [PRC8-CEP3].7z b/_release/Mordenkainen's Magnificent Dungeon [PRC8-CEP3].7z index 2dc72a12..8d350ab2 100644 Binary files a/_release/Mordenkainen's Magnificent Dungeon [PRC8-CEP3].7z and b/_release/Mordenkainen's Magnificent Dungeon [PRC8-CEP3].7z differ