Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 468 Bytes

A simple command line utility to create gpx files from a collection of map, scr and col files.

The tool only works with standard 40*25 cell buffers of 8000 bytes for the map and 1000 bytes for each scr and col.

Output is send to stdout.

Usage: gpx <map, col & screen files> > .gpx

Input files are expected in the order from top left to bottom right.

Example: gpx 2 1 one.map one.scr one.col two.map two.scr two.col > out.gpx