XM Audio: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== XM == * ''' Format Type ''': Audio <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div cl...")
imported>Ikskoks
No edit summary
Line 36: Line 36:
List of games using this file format:
List of games using this file format:
* A game with a kitty
* A game with a kitty


=== See Also ===  
=== See Also ===  
Line 43: Line 42:
* [https://github.com/milkytracker/MilkyTracker/blob/master/resources/reference/xm-form.txt Full file format specification]
* [https://github.com/milkytracker/MilkyTracker/blob/master/resources/reference/xm-form.txt Full file format specification]


<br><br>


[[Category:Complete Complete|XM Audio]]
[[Category:Complete Complete|XM Audio]]

Revision as of 18:22, 26 November 2020

XM


Format Specifications

17 bytes (char) - ID text // "Extended Module: "
20 bytes (char) - module name + padding  // can be empty
1 byte - ID // always '\x1A'
20 bytes (char) - tracker name + padding //  "MadTracker 2.0"

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs

  • Windows Media Player
  • Media Player Classic
  • XMplay
  • VLC Media Player
  • Winamp

Games

List of games using this file format:

  • A game with a kitty

See Also