Initial commit

Initial commit.  Added some art for loadscreens, fancymapped Bioware tileset overrides & the original Wizardry module as a starting point.
This commit is contained in:
Jaysyn904
2023-03-15 20:17:54 -04:00
commit e38693f4f2
4984 changed files with 4152168 additions and 0 deletions

81
Content/hakbuilder.json Normal file
View File

@@ -0,0 +1,81 @@
{
"TlkPath": "",
"OutputPath": "./output/",
"HakList": [
{
"Name": "bio_plc_override",
"Path": "./bio_plc_override/",
"CompileModels": false
},
{
"Name": "biocastles",
"Path": "./biocastles/",
"CompileModels": false
},
{
"Name": "bioforest",
"Path": "./bioforest/",
"CompileModels": false
},
{
"Name": "biorural",
"Path": "./biorural/",
"CompileModels": false
},
{
"Name": "tbw01_fancy",
"Path": "./tbw01_fancy/",
"CompileModels": false
},
{
"Name": "tcn01_fancy",
"Path": "./tcn01_fancy/",
"CompileModels": false
},
{
"Name": "tdc01_fancy",
"Path": "./tdc01_fancy/",
"CompileModels": false
},
{
"Name": "tde01_fancy",
"Path": "./tde01_fancy/",
"CompileModels": false
},
{
"Name": "tdm01_pbr_fancy",
"Path": "./tdm01_pbr_fancy/",
"CompileModels": false
},
{
"Name": "tdr01_fancy",
"Path": "./tdr01_fancy/",
"CompileModels": false
},
{
"Name": "tds01_fancy",
"Path": "./tds01_fancy/",
"CompileModels": false
},
{
"Name": "tib01_fancy",
"Path": "./tib01_fancy/",
"CompileModels": false
},
{
"Name": "tid01_fancy",
"Path": "./tid01_fancy/",
"CompileModels": false
},
{
"Name": "tii01_fancy",
"Path": "./tii01_fancy/",
"CompileModels": false
},
{
"Name": "tin01_fancy",
"Path": "./tin01_fancy/",
"CompileModels": false
},
]
}