Converts .GBR
files created with
Harry Mulder's Tile Designer (GBTD)
and .GBM
files created with
Harry Mulder's Map Builder (GBMB)
to different formats for use with the Game Boy and
GBDK.
N.B.: Not all of the functionality provided by Harry Mulder's GBR and GBM file format specification have been implemented; however there is enough to generate the basics for tiles and maps.
Also converts .MOD
tracker files setup for the Game Boy for use with
AntonioND's GBT Player.
Install globally:
gem install gbtiles
Include in your Gemfile
:
gem "gbtiles", "~> 0.2.0"
To view help information for each of the commands, simply type one of the following:
# Converts .GBM files to different formats for the Game Boy
gbm convert --help
# Converts .GBR files to different formats for the Game Boy
gbr convert --help
# Converts .MOD files to different formats for the Game Boy
gbt convert --help