ITE Media RES
Jump to navigation
Jump to search
Back to index | Edit this page
RES
- Format Type : Archive
- Endian Order : Little Endian
- Signature : ITERES
Format Specifications
//header
6 bytes (char) - signature // "ITERES"
4 bytes (uint32) - align?
4 bytes (uint32) - base offset
4 bytes (uint32) - number of files
//index
num_of_files *
{
4 bytes (uint32) - file size
4 bytes (uint32) - file offset
4 bytes (uint32) - filename length
x bytes (char) - filename // e.g. "\Intro\Graphic\Background.cgf"
}
//data
num_of_files *
{
x bytes - file data
}
quickBMS Script
Notes and Comments
- This file format occurs in "Hugo" games created by ITE Media.
Games
List of games using this file format:
- Hugo: Jungle Island (*.RES) (PC)
- Hugo: Jungle Island 2 (*.RES) (PC)
- other Hugo games
Compatible Programs
None