mirror of
https://github.com/zeldaret/oot
synced 2026-06-14 14:28:08 -04:00
Reorganize ZAPD configs
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def ExtractFile(assetConfig, outputPath, outputSourcePath):
|
||||
return
|
||||
|
||||
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(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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user