Added ACP v4.1

Added ACP v4.1.  Full Compile.  Updated readmen.  Updated release archive.
This commit is contained in:
Jaysyn904 2024-09-08 22:18:50 -04:00
parent fbdd237c9f
commit 12e5554489
4 changed files with 40 additions and 4 deletions

View File

@ -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)

View File

@ -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
}
}
]
}

Binary file not shown.