Text import and export

This feature creates a text equivalent of an FTM file. It is intended to facilitate the creation of automated tools for reading or creating Famitracker data.

The syntax consists of a list of commands. One command begins each line, followed by a series of whitespace-separated tokens to be consumed by that command. Blank lines are skipped. The import begins with a new empty document, and each command makes a change to the document.

The format is not case-sensitive. Future versions may not be backwards compatible; save as FTM instead if this is needed.

Commands

Data Types

The following data types are used in the format:


Back to interface · main index