OpenSpace BNM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== BNM == * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div...") |
imported>Ikskoks |
||
| Line 43: | Line 43: | ||
=== Supported Programs === | === Supported Programs === | ||
* [https://github.com/szymski/Rayman2Lib/tree/master/csharp_tools/BNMReader BNMReader] | * [https://github.com/szymski/Rayman2Lib/tree/master/csharp_tools/BNMReader BNMReader] / [http://szymekk.me/rayman2/sound_bank_extractor.zip Sound bank extractor] | ||
=== Games === | === Games === | ||
Revision as of 16:24, 26 October 2020
BNM
- Format Type : Audio
- Endian Order : Little Endian
Format Specifications
// BNM file format
//header
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown
4 bytes (uint32) - event count
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown
4 bytes (uint32) - size 1
4 bytes (uint32) - size 2
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown
4 bytes (uint32) - unknown
//file list
num_of_files *
{
x bytes - filename // "Mdgeant2.wav"
}
//TODO
MultiEx BMS
Not written yet.
Notes and Comments
- BNM files contains music files in OpenSpace games.
Supported Programs
Games
List of games using this file format:
- Rayman 2
- Donald Duck: Quack Attack / Donald Duck: Goin' Quackers