Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tool to convert Coktel Vision's AdLib music to VGM

License

NotificationsYou must be signed in to change notification settings

DrMcCoy/CoktelADL2VGM

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).

Usage

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.


[8]ページ先頭

©2009-2025 Movatter.jp