summaryrefslogtreecommitdiff
path: root/extract_assets.py
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-20 20:16:05 -0400
committerlouist103 <35883445+louist103@users.noreply.github.com>2025-03-29 13:50:21 -0400
commitbcbb31d6b2ba3c0dcc540f991ca7a8041a508273 (patch)
tree58880ad5b6b154341f366ef114eab78efcfa5baa /extract_assets.py
parenta7f24ae8a0da54440f4666c1619283676863ca6a (diff)
Fixes for new ZAPD (#8)
* Fixes for new ZAPD * Vertex fix * remove MSVC Hack --------- Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com>
Diffstat (limited to 'extract_assets.py')
-rwxr-xr-xextract_assets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extract_assets.py b/extract_assets.py
index 63b64a2..aa84ae5 100755
--- a/extract_assets.py
+++ b/extract_assets.py
@@ -12,7 +12,7 @@ def BuildOTR(xmlPath, rom, zapd_exe=None, genHeaders=None, customAssetsPath=None
if not zapd_exe:
zapd_exe = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPDTR/ZAPD.out"
- exec_cmd = [zapd_exe, "ed", "-i", xmlPath, "-b", rom, "-fl", "CFG/filelists",
+ exec_cmd = [zapd_exe, "ed", "-eh", "-i", xmlPath, "-b", rom, "-fl", "CFG/filelists",
"-o", "placeholder", "-osf", "placeholder", "-rconf", "CFG/Config.xml"]
# generate headers, but not otrs by excluding the otr exporter