Xena: Warrior Princess UDA: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 22: | Line 22: | ||
x bytes - padding | x bytes - padding | ||
} | } | ||
// tail | |||
2 bytes - end marker? // 0xFF 0xFF | |||
20 byes - nulls | |||
4 bytes (uint32) - checksum? | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 19:55, 10 July 2021
Back to index | Edit this page
UDA
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Xena: Warrior Princess
// UDA file format
// header
2048 bytes - nulls (empty sector)
// data
num_of_files *
{
x bytes - file data
x bytes - padding
}
// tail
2 bytes - end marker? // 0xFF 0xFF
20 byes - nulls
4 bytes (uint32) - checksum?
MultiEx BMS Script
Not written yet.
Notes and Comments
- XENA.UDA is the main archive of the game. It contains uncompressed assets like TIM files, VAB files and SEQ files.
Games
List of games using this file format:
- Xena: Warrior Princess (PS1)
Compatible Programs
None.