1
0
generated from Jaysyn/ModuleTemplate

2026/03/19 Initial upload

Initial upload
This commit is contained in:
Jaysyn904
2026-03-19 12:42:59 -04:00
parent fa0a7d80b9
commit 400c5e7794
3046 changed files with 4249475 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
[package]
name = "Default Module"
description = "PRC8 version of ..."
name = "Pirates of the Sword Coast [PRC8]"
description = "PRC8 version of Pirates of the Sword Coast."
version = "1.01prc8"
url = "https://discord.gg/ca2ru3KxYd"
author = "Original Author"
author = "Bioware"
author = "Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>"
[package.sources]
@@ -15,8 +15,8 @@ author = "Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>"
[target]
name = "default"
file = "Default Module.mod"
description = "PRC8 version of ..."
file = "Pirates of the Sword Coast [PRC8].mod"
description = "PRC8 version of Pirates of the Sword Coast."
[target.sources]
include = "src/module/**/*"
include = "src/include/**/*"
@@ -243,23 +243,13 @@ description = "PRC8 version of ..."
filter = "inc_infusion.nss"
[target.rules]
"*" = "src/module/$ext"
[target]
name = "tlk"
file = "custom.tlk"
description = "Merge tlk for the PRC8 version ..."
[target.sources]
include = "src/tlk/*.json"
[target.rules]
"*" = "src/tlk/$ext"
[target]
name = "tophak"
file = "HAKNAME.hak"
description = "PRC8 merge hakpak for PRC8 version of ..."
file = "potsc_prc8_top.hak"
description = "PRC8 merge hakpak for the PRC8 version of Pirates of the Sword Coast."
[target.sources]
include = "src/hakpak/HAKNAME/**/*"
include = "src/hakpak/potsc_prc8_top/**/*"
include = "src/include/**/*"
filter = "bnd_inc_bndfunc.nss"
filter = "bnd_vestig_const.nss"
@@ -484,4 +474,4 @@ description = "PRC8 merge hakpak for PRC8 version of ..."
filter = "inc_infusion.nss"
[target.rules]
"*" = "src/hakpak/HAKNAME/$ext"
"*" = "src/hakpak/potsc_prc8_top/$ext"