Asylum Music Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|amf}} }} == Description == Asylum Music Format is the format used for music in the MS-DOS g...") |
(Added sample files) |
||
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | |||
Asylum Music Format is the format used for music in the [[MS-DOS]] games Crusader: No Remorse and Crusader: No Regret. It appears to be a tracker-style format - it is certainly possible to convert between it and [[Amiga Module]] formats. | Asylum Music Format is the format used for music in the [[MS-DOS]] games Crusader: No Remorse and Crusader: No Regret. It appears to be a tracker-style format - it is certainly possible to convert between it and [[Amiga Module]] formats. | ||
== Information == | == Information == | ||
− | |||
* [http://sourceforge.net/p/xmp/code/ci/c889f2ed6b2875cbc81780515576409c117dbbea/tree/src/loaders/asylum_load.c Extended Module Player - Asylum loader] | * [http://sourceforge.net/p/xmp/code/ci/c889f2ed6b2875cbc81780515576409c117dbbea/tree/src/loaders/asylum_load.c Extended Module Player - Asylum loader] | ||
* [http://www.usecode.org/pentagram/doxygen/amf2mod_8c-source.html AMF->MOD converter source] | * [http://www.usecode.org/pentagram/doxygen/amf2mod_8c-source.html AMF->MOD converter source] | ||
Line 17: | Line 15: | ||
=== Conversion === | === Conversion === | ||
− | |||
* [http://samples.mplayerhq.hu/game-formats/crusader-no-remorse/amf/mod2amf.exe mod2amf] ([[Amiga Module]] to Asylum Music Format) | * [http://samples.mplayerhq.hu/game-formats/crusader-no-remorse/amf/mod2amf.exe mod2amf] ([[Amiga Module]] to Asylum Music Format) | ||
=== Playback === | === Playback === | ||
− | |||
* [http://xmp.sourceforge.net/ Extended Module Player] | * [http://xmp.sourceforge.net/ Extended Module Player] | ||
− | == | + | == Sample files == |
+ | * https://telparia.com/fileFormatSamples/music/asylum/ | ||
+ | == Links == | ||
* [http://samples.mplayerhq.hu/game-formats/crusader-no-remorse/amf/ Sample .amf files and asylum.dll (most likely a playback library for the files)] | * [http://samples.mplayerhq.hu/game-formats/crusader-no-remorse/amf/ Sample .amf files and asylum.dll (most likely a playback library for the files)] |
Revision as of 04:29, 9 July 2022
Contents |
Description
Asylum Music Format is the format used for music in the MS-DOS games Crusader: No Remorse and Crusader: No Regret. It appears to be a tracker-style format - it is certainly possible to convert between it and Amiga Module formats.
Information
Software
Conversion
- mod2amf (Amiga Module to Asylum Music Format)