ITE Media RES: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == RES == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '''...")
imported>Ikskoks
 
(3 intermediate revisions by the same user not shown)
Line 45: Line 45:
List of games using this file format:
List of games using this file format:
* Hugo: Jungle Island (*.RES) (PC)
* Hugo: Jungle Island (*.RES) (PC)
* other Hugo games?
* Hugo: Jungle Island 2 (*.RES) (PC)
* other Hugo games


=== Compatible Programs ===  
=== Compatible Programs ===  

Latest revision as of 22:40, 25 January 2022

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