Compare commits

...

8 Commits

Author SHA1 Message Date
Jaysyn904
0f42fe1584 Updated for epic PrC expansion
Updated for epic PrC expansion.
Hooked up events for NUI spellcast menu.
Full compile.
2025-06-13 23:10:10 -04:00
Jaysyn904
a5b51a3574 Delete The Land of Thuul [PRC8-CEP2].mod 2025-06-13 22:42:48 -04:00
Jaysyn904
1b1834fa85 Update .gitignore 2025-04-03 23:08:13 -04:00
Jaysyn904
a11721257a Removed _release folder
Removed _release folder
2025-04-03 23:07:11 -04:00
Jaysyn904
bea1e74275 Updated for PRC8 function updates
Updated for PRC8 function updates.  Update Orcus' appearance to use the EE version.  Full compile.  Updated release archive.
2025-02-14 09:33:05 -05:00
Jaysyn904
c64d4eb6da Update The Land of Thuul [PRC8-CEP2].7z
Updated CEP merge content
2024-09-11 09:14:05 -04:00
0ed00e0208 Update README.md 2024-09-08 20:43:17 -04:00
Jaysyn904
d0a4c5ff3c Added ACP v4.1
Added ACP v4.1.  Full compile.  Updated release archive.
2024-09-08 20:41:40 -04:00
702 changed files with 206 additions and 39 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
*.md5
*.hak
*.mod
/_release

View File

@@ -1,5 +1,8 @@
# Land of Thuul [PRC8-CEP3]
# Land of Thuul [PRC8-CEP2]
Repository for the PRC'd version of the Land of Thuul Persistent World module.
Supports 8 class slots w/ the PRC8.
## Requirements
* PRC8
* CEP 2
* ACP v4.1

View File

@@ -11163,13 +11163,17 @@
}
]
},
"TileBrdrDisabled": {
"type": "byte",
"value": 0
},
"Tileset": {
"type": "resref",
"value": "tcn01"
},
"Version": {
"type": "dword",
"value": 246
"value": 247
},
"Width": {
"type": "int",

View File

@@ -95611,7 +95611,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": -2.969669580459595
"value": -2.969669103622437
},
"X": {
"type": "float",
@@ -95630,7 +95630,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.067844152450562
"value": 3.067843675613403
},
"X": {
"type": "float",
@@ -95649,7 +95649,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 2.846953392028809
"value": 2.84695291519165
},
"X": {
"type": "float",
@@ -95668,7 +95668,7 @@
"__struct_id": 2,
"Orientation": {
"type": "float",
"value": 3.11693286895752
"value": 3.116932392120361
},
"X": {
"type": "float",

View File

@@ -778,7 +778,7 @@
},
"Mod_CustomTlk": {
"type": "cexostring",
"value": "prc8_cep269_mrg"
"value": "prc8_cep271_mrg"
},
"Mod_CutSceneList": {
"type": "list",
@@ -795,7 +795,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "***PRC4 & CEP 3 REQUIRED***\n\nPRC'd by: Jaysyn\n\nv6.0\n\nThe demon Orcus has returned and is holed up in a vast underground non-linear dungeon crawl under a collapsed mountain. Enjoy countless hours of gameplay with many custom items, custom armor sets, custom weapons (including a complete line of martial arts weaponry), and of course custom creatures."
"0": "The Land of Thuul [PRC8-CEP2]\n\nPRC'd by: Jaysyn\n\nv6.0\n\nThe demon Orcus has returned and is holed up in a vast underground non-linear dungeon crawl under a collapsed mountain. Enjoy countless hours of gameplay with many custom items, custom armor sets, custom weapons (including a complete line of martial arts weaponry), and of course custom creatures."
}
},
"Mod_DuskHour": {
@@ -841,7 +841,7 @@
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "prc8_cep269_mrg"
"value": "prc8_cep271_mrg"
}
},
{
@@ -914,6 +914,13 @@
"value": "prc8_craft2das"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
"type": "cexostring",
"value": "acp_v4.1"
}
},
{
"__struct_id": 8,
"Mod_Hak": {
@@ -1094,7 +1101,7 @@
},
"Mod_MinGameVer": {
"type": "cexostring",
"value": "1.87"
"value": "1.89"
},
"Mod_MinPerHour": {
"type": "byte",
@@ -1103,7 +1110,7 @@
"Mod_Name": {
"type": "cexolocstring",
"value": {
"0": "The Land of Thuul [PRC4-CEP3]"
"0": "The Land of Thuul [PRC8-CEP2]"
}
},
"Mod_OnAcquirItem": {
@@ -1140,7 +1147,7 @@
},
"Mod_OnNuiEvent": {
"type": "resref",
"value": ""
"value": "prc_onplayernui"
},
"Mod_OnPlrChat": {
"type": "resref",
@@ -1222,6 +1229,10 @@
"type": "cexostring",
"value": "MODULE"
},
"Mod_UUID": {
"type": "cexostring",
"value": ""
},
"Mod_Version": {
"type": "dword",
"value": 3
@@ -1397,6 +1408,96 @@
"type": "int",
"value": 0
}
},
{
"__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_AUTOMATIC"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 1
}
},
{
"__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
}
}
]
}

View File

@@ -22172,7 +22172,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 373.0
"value": 338.0
},
"FACTION": {
"type": "cexostring",
@@ -36097,7 +36097,7 @@
"__struct_id": 0,
"CR": {
"type": "float",
"value": 0.3333333432674408
"value": 0.5
},
"FACTION": {
"type": "cexostring",

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.

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