Tiled Map Editor Plugin Question
Moderator: Coders of Rage
Tiled Map Editor Plugin Question
Has anyone had any experience writing exporter plugins for the tiled editor over at http://www.mapeditor.org/ I was thinking of writing an exporter for my level format in it so I can release a level editor for the alpha build of a game / engine I am working on. It seems like a pretty viable option just wondering if you have ever used it.
- Milch
- Chaos Rift Junior
- Posts: 241
- Joined: Sat Jul 11, 2009 5:55 am
- Programming Language of Choice: C++
- Location: Austria, Vienna
Re: Tiled Map Editor Plugin Question
I've never used it, but this is just what I was looking for at the moment. Thank you!
Follow me on twitter!
Re: Tiled Map Editor Plugin Question
Just implemented an exporter in it seems to work well.
- Milch
- Chaos Rift Junior
- Posts: 241
- Joined: Sat Jul 11, 2009 5:55 am
- Programming Language of Choice: C++
- Location: Austria, Vienna
Re: Tiled Map Editor Plugin Question
Any links/reference on how to do this?
I searched the site but couldn't find stuff ><
I searched the site but couldn't find stuff ><
Follow me on twitter!
Re: Tiled Map Editor Plugin Question
Goto->Source->Plugins->TMW then edit tmwplugin.cpp and find the write method and just use standard C++ io streams / C file IO to export.
Re: Tiled Map Editor Plugin Question
I'd advise not to edit the TMW plugin, but rather take it as an example and write your own plugin alongside it.
Good to hear the current plugin infrastructure works for you, dejai.
Good to hear the current plugin infrastructure works for you, dejai.
Re: Tiled Map Editor Plugin Question
Hehe yes very true. I will write a "proper" plugin (find and replace TMW with MyPluginName (lol) ) soon. Nice map editor very useful.
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Tiled Map Editor Plugin Question
Very impressive looking editor. And it's written with QT!
We love QT here.
We love QT here.