Compare commits

...

9 Commits

Author SHA1 Message Date
Jaysyn904
9fdd96653e 2025/08/23 Update
Updated for PRC8 updates.
2025-08-23 15:33:39 -04:00
Jaysyn904
7fb6756e98 2025/07/21 Update
Updated PEPS AI.
Full compile.
2025-07-21 09:53:47 -04:00
Jaysyn904
0e92965295 2025/07/19 Update
Added PEPS.
Full compile.
2025-07-19 09:27:41 -04:00
Jaysyn904
001fb330a2 Updated for epic PrC expansion
Updated for epic PrC expansion.
Full compile.
2025-06-10 12:26:55 -04:00
Jaysyn904
8065ba508e Update .gitignore 2025-04-03 20:56:23 -04:00
Jaysyn904
304743ad4e Removed _release archive
Removed _release archive
2025-04-03 20:53:56 -04:00
d43c96078e Update README.md 2025-04-03 20:47:15 -04:00
Jaysyn904
8e41feda43 Update for PRC8 function update
Update for PRC8 function update.  Changed module name.  Full compile.  Updated release archive.
2025-02-10 12:18:17 -05:00
Jaysyn904
3b5433c8fd PRC8 content update
PRC8 content update.  Full compile.  Updated release archive.
2024-12-27 10:49:36 -05:00
568 changed files with 145014 additions and 749 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,5 @@
_release\*.7z
*.hak
*.mod
*.md5
/_release

View File

@@ -1,4 +1,4 @@
# The Horde 2: Undead [PRC]
# The Horde 2: Undead [PRC8]
Repository for the PRC'd version of "The Horde 2: Undead"

View File

@@ -1 +1 @@
Module.Packer.exe "The Horde 2 - Undead [PRC].mod" u
Module.Packer.exe "The Horde 2 - Undead [PRC8].mod" u

File diff suppressed because it is too large Load Diff

23412
_module/dlg/nw_g_fam.dlg.json Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -200,7 +200,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "The Horde 2: Disturbing the Dead\n8/26/02\n\nA Neverwinter Nights Module created by Mithral Hammer\nhttp://wind.prohosting.com/mithral\n\nAuthor: Dalantriel / PRC'd by: Jaysyn\nSylvan_Blades@yahoo.com\n\nDescription:\nSequel to The Horde: Orcs. For more information visit the Mithral Hammer website.\n\nDesigned for co-operative play, The Horde is a module, which pits players against an advancing undead horde. The primary goal of the scenario is to capture and hold key parts of the map in a strategic battle for territorial control. Victory is achieved through the defeat of the Evil raising the undead while protecting the Great Seal of the Rauvin Tombs.\n\nRecommended Starting Levels:\nParty: 5-10 players level 7-9\n 2-4 players levels 8-11\n\nSolo play: 1 player, levels 12-14\n\n"
"0": "The Horde 2: Disturbing the Dead\n8/26/02\n\nA Neverwinter Nights Module created by Mithral Hammer\nhttp://wind.prohosting.com/mithral\n\nNOW WITH PEPS AI!\n\nAuthor: Dalantriel / PRC'd by: Jaysyn\nSylvan_Blades@yahoo.com\n\nDescription:\nSequel to The Horde: Orcs. For more information visit the Mithral Hammer website.\n\nDesigned for co-operative play, The Horde is a module, which pits players against an advancing undead horde. The primary goal of the scenario is to capture and hold key parts of the map in a strategic battle for territorial control. Victory is achieved through the defeat of the Evil raising the undead while protecting the Great Seal of the Rauvin Tombs.\n\nRecommended Starting Levels:\nParty: 5-10 players level 7-9\n 2-4 players levels 8-11\n\nSolo play: 1 player, levels 12-14\n\n"
}
},
"Mod_DuskHour": {
@@ -242,6 +242,13 @@
"Mod_HakList": {
"type": "list",
"value": [
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "peps_prc8"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
@@ -324,7 +331,7 @@
},
"Mod_MinGameVer": {
"type": "cexostring",
"value": "1.87"
"value": "1.89"
},
"Mod_MinPerHour": {
"type": "byte",
@@ -333,7 +340,7 @@
"Mod_Name": {
"type": "cexolocstring",
"value": {
"0": "The Horde 2: Undead [PRC]"
"0": "The Horde 2: Undead [PRC8]"
}
},
"Mod_OnAcquirItem": {
@@ -370,7 +377,7 @@
},
"Mod_OnNuiEvent": {
"type": "resref",
"value": ""
"value": "prc_onplayernui"
},
"Mod_OnPlrChat": {
"type": "resref",
@@ -452,6 +459,10 @@
"type": "cexostring",
"value": "MODULE"
},
"Mod_UUID": {
"type": "cexostring",
"value": ""
},
"Mod_Version": {
"type": "dword",
"value": 3
@@ -655,7 +666,7 @@
},
"Value": {
"type": "int",
"value": 0
"value": 1
}
},
{
@@ -687,6 +698,36 @@
"type": "int",
"value": 0
}
},
{
"__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_RACIAL_HD_NO_FREE_XP"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
}
]
}

View File

@@ -47,7 +47,7 @@
},
"Tag": {
"type": "cexostring",
"value": "lvl_adj"
"value": "JRNL_LA_BUYOFF"
},
"XP": {
"type": "dword",
@@ -56,6 +56,57 @@
},
{
"__struct_id": 1,
"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
}
},
{
"__struct_id": 2,
"Comment": {
"type": "cexostring",
"value": "3e D&D Experience Chart"
@@ -98,7 +149,7 @@
},
"Tag": {
"type": "cexostring",
"value": "xprules"
"value": "JRNL_XPCHART"
},
"XP": {
"type": "dword",
@@ -106,7 +157,7 @@
}
},
{
"__struct_id": 2,
"__struct_id": 3,
"Comment": {
"type": "cexostring",
"value": ""
@@ -276,7 +327,7 @@
}
},
{
"__struct_id": 3,
"__struct_id": 4,
"Comment": {
"type": "cexostring",
"value": ""

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.

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_scout.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/0c_if_taunt.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/0c_use_feat.ncs Normal file

Binary file not shown.

BIN
_module/ncs/0e_c2_1_hb.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/0e_ch_1_hb.ncs Normal file

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/0e_nui.ncs Normal file

Binary file not shown.

BIN
_module/ncs/0e_nui_dm.ncs Normal file

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.

Binary file not shown.

BIN
_module/ncs/ai_a_bard.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_a_cleric.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_a_druid.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_a_monk.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_a_ranged.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_a_ranger.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_a_rogue.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_a_wizard.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_ambusher.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_bard.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_cleric.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_coward.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_default.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_dragon.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_druid.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_fighter.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_flanker.ncs Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_monk.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_paladin.ncs Normal file

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/ai_ranged.ncs Normal file

Binary file not shown.

BIN
_module/ncs/ai_ranger.ncs Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More