diff options
| author | cadmic <cadmic24@gmail.com> | 2024-10-09 05:22:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 14:22:57 +0200 |
| commit | d3bf8ae78b36e4f81fa3c2f90e97ce067f61d12e (patch) | |
| tree | c6c742b09e038cc2f5b77a1c1dac818ba4b6f71d /tools | |
| parent | 2048a65dd89a5aa8c24616d47411e5363eb49fbf (diff) | |
[ntsc-1.0/1.1] Extract assets (except audio) for ntsc-1.0 and ntsc-1.1 (#2253)
* [ntsc-1.0/1.1] Extract assets (except audio) for ntsc-1.0 and ntsc-1.1
* Fix merge with pal-1.0/1.1
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ZAPDConfigs/ntsc-1.0/Config.xml | 10 | ||||
| -rw-r--r-- | tools/ZAPDConfigs/ntsc-1.0/SymbolMap.txt | 2 | ||||
| -rw-r--r-- | tools/ZAPDConfigs/ntsc-1.1/Config.xml | 10 | ||||
| -rw-r--r-- | tools/ZAPDConfigs/ntsc-1.1/SymbolMap.txt | 2 |
4 files changed, 24 insertions, 0 deletions
diff --git a/tools/ZAPDConfigs/ntsc-1.0/Config.xml b/tools/ZAPDConfigs/ntsc-1.0/Config.xml new file mode 100644 index 000000000..b2f4e3e4d --- /dev/null +++ b/tools/ZAPDConfigs/ntsc-1.0/Config.xml @@ -0,0 +1,10 @@ +<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/"/> + <ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/> +</Root> diff --git a/tools/ZAPDConfigs/ntsc-1.0/SymbolMap.txt b/tools/ZAPDConfigs/ntsc-1.0/SymbolMap.txt new file mode 100644 index 000000000..f19720a6c --- /dev/null +++ b/tools/ZAPDConfigs/ntsc-1.0/SymbolMap.txt @@ -0,0 +1,2 @@ +800FEDB0 gMtxClear +80AE0AE0 sShadowTex diff --git a/tools/ZAPDConfigs/ntsc-1.1/Config.xml b/tools/ZAPDConfigs/ntsc-1.1/Config.xml new file mode 100644 index 000000000..b2f4e3e4d --- /dev/null +++ b/tools/ZAPDConfigs/ntsc-1.1/Config.xml @@ -0,0 +1,10 @@ +<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/"/> + <ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/> +</Root> diff --git a/tools/ZAPDConfigs/ntsc-1.1/SymbolMap.txt b/tools/ZAPDConfigs/ntsc-1.1/SymbolMap.txt new file mode 100644 index 000000000..8bf78d7c3 --- /dev/null +++ b/tools/ZAPDConfigs/ntsc-1.1/SymbolMap.txt @@ -0,0 +1,2 @@ +800FEF70 gMtxClear +80AE0C80 sShadowTex |
