Monopoly SFX: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 14: Line 14:


//header
//header
4 bytes (uint32) - start of audio data offset?
4 bytes (uint32) - start of audio data offset
4 bytes - nulls
4 bytes - nulls


Line 20: Line 20:
num_of_files *
num_of_files *
{
{
   4 bytes (uint32) - file size?
   4 bytes (uint32) - file size
   4 bytes (uint32) - file offset
   4 bytes (uint32) - file offset
}
}

Revision as of 10:12, 22 October 2020

SFX


Format Specifications

// Monopoly SFX file format

// little endian

//header
4 bytes (uint32) - start of audio data offset
4 bytes - nulls

//file array
num_of_files *
{
   4 bytes (uint32) - file size
   4 bytes (uint32) - file offset
}

//data
num_of_files *
{
   x bytes - audio data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Audio files.

Compatible Programs

  • PSound
  • VGMTrans