Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Batch Export #1117

Open
karai17 opened this issue Oct 7, 2015 · 3 comments
Open

Batch Export #1117

karai17 opened this issue Oct 7, 2015 · 3 comments
Labels
feature It's a feature, not a bug.

Comments

@karai17
Copy link

karai17 commented Oct 7, 2015

In addition to issue #1116, a batch export option would be super handy. I recently talked with a person who has over 80 maps for their game and needs to export them one at a time to get new features from Tiled. Ouch.

@bjorn
Copy link
Member

bjorn commented Oct 7, 2015

Please tell this person he could use a command line script to batch export his maps. You can list the supported formats using:

tiled --export-formats

and run the export with:

tiled --export-map [format] <tmx file> <target file>

The main thing missing here is a manual I think.

On and there's the problem that the output won't show up in the console on Windows (#953).

@karai17
Copy link
Author

karai17 commented Oct 7, 2015

That was my original suggestion to him, but I do also think that Tiled could benefit from a Batch export option within the menus.

@bjorn bjorn added the feature It's a feature, not a bug. label Oct 7, 2015
@Loupax
Copy link

Loupax commented May 22, 2017

@bjorn this is great :) I will use this to integrate tiled with gulp and have my build update automatically on tmx change

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature It's a feature, not a bug.
Projects
None yet
Development

No branches or pull requests

3 participants