Project

gbtiles

0.01
No commit activity in last 3 years
No release in over 3 years
Allows files created with Harry Mulder's Game Boy Map Builder and Game Boy Tile Designer to be converted for use in Game Boy game development. Also allows .MOD tracker files to be converted for use with AntonioND's GBT Player.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 3.3.0

Runtime

~> 2.13
 Project Readme

GBTiles

Build Status Code Climate Test Coverage

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.

Installation

Install globally:

gem install gbtiles

Include in your Gemfile:

gem "gbtiles", "~> 0.2.0"

Usage

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