Difference between revisions of "Main Page"
From CloudModding ZGCN Wiki
Line 1: | Line 1: | ||
− | + | This wiki aims to document the multitude of formats found throughout ''The Legend of Zelda: The Wind Waker'' in one place. At this point in time, we intend to transfer and expand upon the information [https://github.com/LordNed/WindEditor/wiki from a wiki on the repo of WindEditor written by LordNed] to this wiki. | |
− | + | == File Formats == | |
− | == | + | === Audio === |
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Extension !! Description | |
− | + | |- | |
+ | | AAF || ? | ||
+ | |- | ||
+ | | AFC || Audio stream | ||
+ | |- | ||
+ | | AW || Instrument sample bank | ||
+ | |- | ||
+ | | BMS || Sequenced music | ||
+ | |- | ||
+ | | TBL || ? | ||
+ | |} | ||
+ | === Scenes === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Extension !! Description | ||
+ | |- | ||
+ | | DAT || Scene events | ||
+ | |- | ||
+ | | DZB || Collision mesh | ||
+ | |- | ||
+ | | DZR || Room object layout | ||
+ | |- | ||
+ | | DZS || Scene object layout | ||
+ | |} | ||
+ | |||
+ | === Visual Assets === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Extension !! Description | ||
+ | |- | ||
+ | | BCK || Bone animation | ||
+ | |- | ||
+ | | BDL || Model with BP/CP commands | ||
+ | |- | ||
+ | | BMD || Model | ||
+ | |- | ||
+ | | BMT || Alternate material | ||
+ | |- | ||
+ | | BRK || TEV register animation | ||
+ | |- | ||
+ | | BTI || Texture image | ||
+ | |- | ||
+ | | BTK || Texture animation | ||
+ | |- | ||
+ | | BTP || Facial animation | ||
+ | |} | ||
+ | |||
+ | === Miscellaneous === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Extension !! Description | ||
+ | |- | ||
+ | | ARC || RARC archive | ||
+ | |- | ||
+ | | BFN || Font data | ||
+ | |- | ||
+ | | BLO || UI layout | ||
+ | |- | ||
+ | | BMC || Font colors | ||
+ | |- | ||
+ | | BMG || Text bank | ||
+ | |- | ||
+ | | DDS || Pictobox image | ||
+ | |- | ||
+ | | JPC || Particle bank | ||
+ | |- | ||
+ | | STB || Cut scene layout | ||
+ | |} | ||
+ | |||
+ | === Named Files === | ||
+ | |||
+ | These files have generic extensions, so they are referred to by name here. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Name !! Description | ||
+ | |- | ||
+ | | ActorDat.bin || Enemy item drop settings | ||
+ | |- | ||
+ | | item_table.bin || Grass/pot item drop settings | ||
+ | |- | ||
+ | | FmapDat.bin || ? | ||
+ | |- | ||
+ | | Menu1.dat || Debug map select layout | ||
+ | |} |
Revision as of 22:58, 4 November 2015
This wiki aims to document the multitude of formats found throughout The Legend of Zelda: The Wind Waker in one place. At this point in time, we intend to transfer and expand upon the information from a wiki on the repo of WindEditor written by LordNed to this wiki.
File Formats
Audio
Extension | Description |
---|---|
AAF | ? |
AFC | Audio stream |
AW | Instrument sample bank |
BMS | Sequenced music |
TBL | ? |
Scenes
Extension | Description |
---|---|
DAT | Scene events |
DZB | Collision mesh |
DZR | Room object layout |
DZS | Scene object layout |
Visual Assets
Extension | Description |
---|---|
BCK | Bone animation |
BDL | Model with BP/CP commands |
BMD | Model |
BMT | Alternate material |
BRK | TEV register animation |
BTI | Texture image |
BTK | Texture animation |
BTP | Facial animation |
Miscellaneous
Extension | Description |
---|---|
ARC | RARC archive |
BFN | Font data |
BLO | UI layout |
BMC | Font colors |
BMG | Text bank |
DDS | Pictobox image |
JPC | Particle bank |
STB | Cut scene layout |
Named Files
These files have generic extensions, so they are referred to by name here.
Name | Description |
---|---|
ActorDat.bin | Enemy item drop settings |
item_table.bin | Grass/pot item drop settings |
FmapDat.bin | ? |
Menu1.dat | Debug map select layout |