MediEvil BIN: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→BIN) |
imported>Ikskoks |
||
| Line 28: | Line 28: | ||
} | } | ||
//some array? | |||
num_of_entries * | |||
{ | |||
4 bytes (uint32) - some ID? | |||
4 bytes - unknown | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 13:02, 21 October 2020
BIN
- Game : MediEvil
- Format Type : Level
- Endian Order : Little Endian
Format Specifications
// MediEvil BIN file format
4 bytes - unknown (num of objects?)
4 bytes - unknown
num_of_objects *
{
x bytes (char) - object name
1 byte - null
}
x bytes - unknown
//game text
num_of_strings *
{
x byes - text string
}
//some array?
num_of_entries *
{
4 bytes (uint32) - some ID?
4 bytes - unknown
}
MultiEx BMS Script
Not written yet.
Notes and Comments
- Level files for the game. They contain text strings.
Compatible Programs
None.