terraingenerator - program to combine the terrains
Contents
Bugs
The upstreams BTS can be found at https://github.com/bjorn/tiled/issues.
Copyright
Copyright © 2016 Ying-Chun Liu (PaulLiu)
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General
Public License, Version 2 or (at your option) any later version published by the Free Software
Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in
/usr/share/common-licenses/GPL.
terraingenerator 04/01/2024 TILED-QT(1)
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...]]}]
