Initial commit

Initial commit
This commit is contained in:
Jaysyn904
2025-06-19 22:51:46 -04:00
parent 02de0a18b9
commit cba644ca71
1777 changed files with 4122849 additions and 15 deletions

View File

@@ -1,9 +1,10 @@
[package]
name = "Default Module"
description = "PRC8 version of ..."
version = "1.01prc8"
name = "Pharaoh SE [PRC8-CEP3]"
description = "PRC8 version of Pharaoh SE."
version = "1.07prc8"
url = "https://discord.gg/ca2ru3KxYd"
author = "Original Author"
author = "Curt Miller"
author = "Patrick Robinson"
author = "Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>"
[package.sources]
@@ -15,8 +16,8 @@ author = "Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>"
[target]
name = "default"
file = "Default Module.mod"
description = "PRC8 version of ..."
file = "Pharaoh SE [PRC8-CEP3].mod"
description = "PRC8 version of Pharaoh SE."
[target.sources]
include = "src/module/**/*"
include = "src/include/**/*"
@@ -239,10 +240,10 @@ description = "PRC8 version of ..."
[target]
name = "tophak"
file = "HAKNAME.hak"
description = "PRC8 merge hakpak for PRC8 version of ..."
file = "pharaoh_prc8_top.hak"
description = "Merge hakpak for PRC8 version of Pharaoh SE.."
[target.sources]
include = "src/hakpak/HAKNAME/**/*"
include = "src/hakpak/pharaoh_prc8_top/**/*"
include = "src/include/**/*"
filter = "bnd_inc_bndfunc.nss"
filter = "bnd_vestig_const.nss"
@@ -459,4 +460,4 @@ description = "PRC8 merge hakpak for PRC8 version of ..."
filter = "xchst_inc.nss"
[target.rules]
"*" = "src/hakpak/HAKNAME/$ext"
"*" = "src/hakpak/pharaoh_prc8_top/$ext"