Added PEPS AI
Added PEPS AI. Full compile. Reorganized repository.
This commit is contained in:
40
nasher.cfg
40
nasher.cfg
@@ -1,28 +1,26 @@
|
||||
[package]
|
||||
name = "Realms of Trinity II [PRC8]"
|
||||
description = "Realms of Trinity II with PRC8& other enhancements"
|
||||
version = "2.01"
|
||||
description = "Realms of Trinity II with PRC8 & other enhancements"
|
||||
version = "2.02prc8"
|
||||
url = "https://discord.gg/gZtMe894eh"
|
||||
author = "Jaysyn904 <68194417+Jaysyn904@users.noreply.github.com>"
|
||||
author = "Tab"
|
||||
|
||||
[Sources]
|
||||
include = "src/mod/**/*.{nss,json,sq3}"
|
||||
[package.sources]
|
||||
include = "src/module/**/*.{nss.json}"
|
||||
include = "src/include/**/*.{nss}"
|
||||
|
||||
[Rules]
|
||||
"*.ndb" = "debugSymbols"
|
||||
"*" = "unknown"
|
||||
[package.rules]
|
||||
"*" = "src/module/$ext"
|
||||
|
||||
[Target]
|
||||
name = "default"
|
||||
file = "Realms of Trinity II [PRC8].mod"
|
||||
description = "Realms of Trinity II with PRC8& other enhancements"
|
||||
description = "Realms of Trinity II with PRC8 & other enhancements"
|
||||
|
||||
[target.sources]
|
||||
include = "src/mod/**/*"
|
||||
include = "src/prc8/include/**/*"
|
||||
filter = "nui_i_library.nss"
|
||||
filter = "util_i_library.nss"
|
||||
include = "src/module/**/*"
|
||||
include = "src/include/**/*"
|
||||
filter = "bnd_inc_bndfunc.nss"
|
||||
filter = "bnd_vestig_const.nss"
|
||||
filter = "inc_2dacache.nss"
|
||||
@@ -230,4 +228,20 @@ description = "Realms of Trinity II with PRC8& other enhancements"
|
||||
filter = "x2_inc_cutscenep.nss"
|
||||
filter = "x2_inc_spellhook.nss"
|
||||
filter = "x3_inc_horse.nss"
|
||||
filter = "xchst_inc.nss"
|
||||
filter = "prc_inc_string.nss"
|
||||
filter = "prc_nui_sc_inc.nss"
|
||||
filter = "prc_nui_scd_inc.nss"
|
||||
filter = "prc_nui_consts.nss"
|
||||
filter = "nw_inc_nui"
|
||||
filter = "xchst_inc.nss"
|
||||
filter = "nui_i_library.nss"
|
||||
|
||||
[target]
|
||||
name = "pepshak"
|
||||
file = "peps_prc8.hak"
|
||||
description = "PEPS hakpak for PRC8 version of Realms of Trinity II."
|
||||
[target.sources]
|
||||
include = "src/hakpak/peps_prc8/**/*"
|
||||
|
||||
[target.rules]
|
||||
"*" = "src/hakpak/peps_prc8/$ext"
|
||||
Reference in New Issue
Block a user