Updated Project Q 3.1 merge files

Updated Project Q 3.1 merge file.
This commit is contained in:
Jaysyn904 2024-02-20 14:01:32 -05:00
parent 84a823b4f2
commit bc4310a70a
23 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
pushd _tools\ pushd _tools\
if exist ..\_tlk\prc4_pq3_merge.xml xml2tlk.exe ..\_tlk\prc4_pq3_merge.xml ..\output\prc4_pq3_merge.tlk if exist ..\_tlk\prc4_pq31_merge.xml xml2tlk.exe ..\_tlk\prc4_pq31_merge.xml ..\output\prc4_pq31_merge.tlk
if exist ..\_tlk\prc8_pq3_merge.xml xml2tlk.exe ..\_tlk\prc8_pq3_merge.xml ..\output\prc8_pq3_merge.tlk if exist ..\_tlk\prc8_pq31_merge.xml xml2tlk.exe ..\_tlk\prc8_pq31_merge.xml ..\output\prc8_pq31_merge.tlk
pause pause

View File

@ -2,13 +2,13 @@
"OutputPath": "../output/", "OutputPath": "../output/",
"HakList": [ "HakList": [
{ {
"Name": "prc4_pq3_merge", "Name": "prc4_pq31_merge",
"Path": "../_hak/prc4_pq3_merge/", "Path": "../_hak/prc4_pq31_merge/",
"CompileModels": false "CompileModels": false
}, },
{ {
"Name": "prc8_pq3_merge", "Name": "prc8_pq31_merge",
"Path": "../_hak/prc8_pq3_merge/", "Path": "../_hak/prc8_pq31_merge/",
"CompileModels": false "CompileModels": false
}, },
] ]