mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 06:45:31 +00:00
Reorganize ZAPD configs
This commit is contained in:
parent
0e43c07aa5
commit
38bccb2de1
9 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@ def ExtractFile(assetConfig, outputPath, outputSourcePath):
|
||||||
return
|
return
|
||||||
|
|
||||||
zapdPath = Path("tools") / "ZAPD" / "ZAPD.out"
|
zapdPath = Path("tools") / "ZAPD" / "ZAPD.out"
|
||||||
configPath = Path("tools") / "ZAPDConfigs" / "MqDbg" / "Config.xml"
|
configPath = Path("tools") / "ZAPDConfigs" / version / "Config.xml"
|
||||||
|
|
||||||
Path(outputPath).mkdir(parents=True, exist_ok=True)
|
Path(outputPath).mkdir(parents=True, exist_ok=True)
|
||||||
Path(outputSourcePath).mkdir(parents=True, exist_ok=True)
|
Path(outputSourcePath).mkdir(parents=True, exist_ok=True)
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<Root>
|
|
||||||
<SymbolMap File="SymbolMap_OoTMqDbg.txt"/>
|
|
||||||
<ActorList File="ActorList_OoTMqDbg.txt"/>
|
|
||||||
<ObjectList File="ObjectList_OoTMqDbg.txt"/>
|
|
||||||
<EntranceList File="EntranceList_OoTMqDbg.txt"/>
|
|
||||||
<SpecialEntranceList File="SpecialEntranceList_OoTMqDbg.txt"/>
|
|
||||||
<EnumData File="EnumData.xml"/>
|
|
||||||
<ExternalXMLFolder Path="assets/xml/"/>
|
|
||||||
</Root>
|
|
9
tools/ZAPDConfigs/gc-eu-mq-dbg/Config.xml
Normal file
9
tools/ZAPDConfigs/gc-eu-mq-dbg/Config.xml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<Root>
|
||||||
|
<SymbolMap File="SymbolMap.txt"/>
|
||||||
|
<ActorList File="../ActorList.txt"/>
|
||||||
|
<ObjectList File="../ObjectList.txt"/>
|
||||||
|
<EntranceList File="../EntranceList.txt"/>
|
||||||
|
<SpecialEntranceList File="../SpecialEntranceList.txt"/>
|
||||||
|
<EnumData File="../EnumData.xml"/>
|
||||||
|
<ExternalXMLFolder Path="assets/xml/"/>
|
||||||
|
</Root>
|
Loading…
Add table
Reference in a new issue