logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

terraingenerator - program to combine the terrains

Author

Ying-ChunLiu <paulliu@debian.org>
           Wrote this manpage for the Debian system.

Bugs

       The upstreams BTS can be found at https://github.com/bjorn/tiled/issues.

Description

       This manual page documents briefly the terraingenerator command.

       This manual page was written for the Debian distribution because the original program does not have a
       manual page.

       terraingenerator is a program that combines terrains and outputs a tileset

Name

       terraingenerator - program to combine the terrains

Options

       The program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -h, --help
           Show summary of options.

       -v, --version
           Show version of program.

       --overwrite
           Target is overwritten rather than extended.

       -e, --embed-image
           Tile images will be embedded in the TSX file instead of being saved as a separated PNG file.

       -cT1[T2[Tn...]], --combineT1[T2[Tn...]]
           Specify the terrains to combine together (all combinations)

       -sTS1[TS2[TSn...]], --sourceTS1[TS2[TSn...]]
           Add source tilesets, order is not important.

       -pOUT, --outputOUT
           Specify output tileset filename.

       -pT1[T2[Tn...]], --priorityT1[T2[Tn...]]
           Add terrain names to priority list (T1 < T2 < Tn)

See Also

tiled(1), tmxviewer(1)

Synopsis

terraingenerator [{-h | --help} | {-v | --version} | {--overwrite} | {-e | --embed-image} |
                        {-cT1[T2[Tn...]] | --combineT1[T2[Tn...]]} |
                        {-sTS1[TS2[TSn...]] | --sourceTS1[TS2[TSn...]]} | {-oOUT | --outputOUT} |
                        {-pT1[T2[Tn...]] | --priorityT1[T2[Tn...]]}]

See Also