Gromada Revenge RES: Difference between revisions
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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 20: | Line 20: | ||
2 bytes (uint16) - unknown // 0 | 2 bytes (uint16) - unknown // 0 | ||
34 bytes (char) - file description // e.g. "Light spot for plasma cannon" | 34 bytes (char) - file description // e.g. "Light spot for plasma cannon" | ||
x bytes - unknown | |||
x bytes - padding | x bytes - padding | ||
Latest revision as of 21:56, 27 June 2022
Back to index | Edit this page
RES
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
4 bytes (uint32) - number of entries
num_of_entries *
{
1 byte (uint8) - file type? // 33, 34, 35 or 37
4 bytes (uint32) - entry size
4 bytes (uint32) - unknown // 1
2 bytes (uint16) - unknown // 0
34 bytes (char) - file description // e.g. "Light spot for plasma cannon"
x bytes - unknown
x bytes - padding
x bytes - entry data
}
Notes and Comments
- There are two files, fw.res and fw.ini in game's directory. INI fil contains only integers, while RES file contains all the data.
Games
List of games using this file format:
- Gromada Revenge (PC) (*.RES)
QuickBMS Script
Compatible Programs
None.