Compare commits

...

7 Commits

Author SHA1 Message Date
Jaysyn904
fede1fcc3d 2025/08/24 Update
Updated for PRC8 updates.
2025-08-24 22:48:26 -04:00
Jaysyn904
6e366c0d9c Updated for epic PrC expansion.
Updated for epic PrC expansion.
Full compile.
2025-06-12 18:46:26 -04:00
Jaysyn904
c11229b8fe Removed _backup folder
Removed _backup folder
2025-04-03 23:20:04 -04:00
Jaysyn904
e3f5441e9c Removed _release folder
Removed _release folder
2025-04-03 23:18:31 -04:00
e12a0bec6f Update README.md 2025-04-03 23:15:04 -04:00
Jaysyn904
e34a0d6975 Update for PRC8 function updates
Update for PRC8 function updates.  Full compile.  Updated release archive.
2025-02-13 16:33:29 -05:00
Jaysyn904
e35da067a3 Added ACP v4.1
Added ACP v4.1.  Full compile.  Updated release archive.
2024-09-09 15:16:21 -04:00
359 changed files with 129 additions and 16 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,4 @@
_module/Eternal Struggle PvP \[PRC8-CEP3\].mod
*.hak
*.md5
*.mod
/_release

View File

@@ -1,3 +1,3 @@
# EternalStruggle
# Eternal Struggle PvP
This was one of the first team PvP PW's, possibly the first ever. The premise is a fight between good and evil staged for the amusement of the gods. Players start in the good or evil town depending on their alignment.

View File

@@ -578,7 +578,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "By: Zazmio\nPRC'd By: Jaysyn\n\nThe Gods have grown bored with this struggle. They yawn as they watch Crusader and Minion fighting side by side in endless character leveling. No more, they declare. Let there be a War of the Marks. And it was made so.\n\nThe object: To be the first team to reach 100 points. To score points, find a mark and turn it in to the Scorekeeper."
"0": "Eternal Struggle [PRC8/CEP3]\nBy: Zazmio\nPRC'd By: Jaysyn\n\nThe Gods have grown bored with this struggle. They yawn as they watch Crusader and Minion fighting side by side in endless character leveling. No more, they declare. Let there be a War of the Marks. And it was made so.\n\nThe object: To be the first team to reach 100 points. To score points, find a mark and turn it in to the Scorekeeper."
}
},
"Mod_DuskHour": {
@@ -690,6 +690,13 @@
"value": "prc8_craft2das"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "acp_v4.1"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
@@ -744,7 +751,7 @@
},
"Mod_MinGameVer": {
"type": "cexostring",
"value": "1.87"
"value": "1.89"
},
"Mod_MinPerHour": {
"type": "byte",
@@ -790,7 +797,7 @@
},
"Mod_OnNuiEvent": {
"type": "resref",
"value": ""
"value": "prc_onplayernui"
},
"Mod_OnPlrChat": {
"type": "resref",
@@ -872,6 +879,10 @@
"type": "cexostring",
"value": "MODULE"
},
"Mod_UUID": {
"type": "cexostring",
"value": ""
},
"Mod_Version": {
"type": "dword",
"value": 3
@@ -1767,6 +1778,51 @@
"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_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

@@ -34,7 +34,7 @@
"Name": {
"type": "cexolocstring",
"value": {
"0": "3e D&D Experience Chart"
"0": "| 3e D&D XP Chart |"
}
},
"Picture": {
@@ -85,7 +85,7 @@
"Name": {
"type": "cexolocstring",
"value": {
"0": "LA Buyoff"
"0": "| LA Buyoff "
}
},
"Picture": {
@@ -104,6 +104,57 @@
"type": "dword",
"value": 0
}
},
{
"__struct_id": 2,
"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
}
}
]
}

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.

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.

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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
_module/ncs/eternal_inc.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.

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.

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.

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