mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
14 lines
698 B
Markdown
14 lines
698 B
Markdown
# Analysing object files
|
|||
|
|
|
||
|
|
Up: [Contents](contents.md)
|
||
|
|
Previous: [Documenting](documenting.md)
|
||
|
|
|
||
|
|
TODO: To be written once automated objects are present.
|
||
|
|
|
||
|
|
## Useful tools
|
||
|
|
|
||
|
|
We are very fortunate that several nice tools have been written recently that are excellent for documenting asset files:
|
||
|
|
- [Z64Utils](https://github.com/Random06457/Z64Utils/releases), for looking at displaylists, textures they reference, the skeleton, animations, etc.
|
||
|
|
- [Texture64](https://github.com/queueRAM/Texture64/releases), for looking at textures in all the common N64 formats (needed since Z64Utils cannot interpret textures not explicitly referenced in displaylists currently)
|
||
|
|
|
||
|
|
Next: [The merging process](merging.md)
|