- Notifications
You must be signed in to change notification settings - Fork2
Tool to convert Coktel Vision's AdLib music to VGM
License
NotificationsYou must be signed in to change notification settings
DrMcCoy/CoktelADL2VGM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CoktelADL2VGM is a small tool to convert AdLib music used in games byCoktel Vision (ADL and MDY+TBR)intoVGM. Software to play backand manipulate VGM files further can be foundhere on the SMS Power!website.
CoktelADL2VGM is licensed under the terms of theGNU Affero General PublicLicense version 3 (or later).
CoktelADL2VGM is a command line tool and needs to be invoked on the commandline / shell. The list of valid parameters and operational modes is as follows:
CoktelADL2VGM - Tool to convert Coktel Vision's AdLib music to VGMUsage: cokteladl2vgm [options] <file.adl> cokteladl2vgm [options] <file.mdy> <file.tbr> cokteladl2vgm [options] </path/to/coktel/game/> -h --help Display this text and exit. -v --version Display version information and exit.
Examples:
- cokteladl2vgm intro.adl
Convert the ADL music file intro.adl into the VGM file intro.adl.vgm - cokteladl2vgm intro.mdy intro.tbr
Convert the MDY music file intro.mdy with TBR instrument data intro.tbrinto the VGM file intro.mdy.vgm - cokteladl2vgm /games/coktel/gobliiins/
Search through all resource files of the Coktel Vision game foundin /games/coktel/gobliiins/ and convert all ADL and MDY/TBR filesused by the game into the VGM format - cokteladl2vgm.exe C:\games\coktel\gobliiins\
Like above, but on Windows
All new files will be created in the current working directory.
About
Tool to convert Coktel Vision's AdLib music to VGM
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published