mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
fix issues²
This commit is contained in:
@@ -117,7 +117,6 @@ def main():
|
||||
parser.add_argument("-j", "--jobs", help="Number of cpu cores to extract with.")
|
||||
parser.add_argument("-u", "--unaccounted", help="Enables ZAPD unaccounted detector warning system.", action="store_true")
|
||||
parser.add_argument("-Z", help="Pass the argument on to ZAPD, e.g. `-ZWunaccounted` to warn about unaccounted blocks in XMLs. Each argument should be passed separately, *without* the leading dash.", metavar="ZAPD_ARG", action="append")
|
||||
parser.add_argument("-v", "--version", help="OoT Version", choices=["gc-eu-mq-dbg", "hackeroot-mq"])
|
||||
args = parser.parse_args()
|
||||
|
||||
version: str = args.oot_version
|
||||
|
||||
9
tools/ZAPDConfigs/hackeroot-mq/Config.xml
Normal file
9
tools/ZAPDConfigs/hackeroot-mq/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>
|
||||
2
tools/ZAPDConfigs/hackeroot-mq/SymbolMap.txt
Normal file
2
tools/ZAPDConfigs/hackeroot-mq/SymbolMap.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
8012DB20 gMtxClear
|
||||
80A8E610 sShadowTex
|
||||
Reference in New Issue
Block a user