Tiled Export Plugin

Discussion of hardware and software development for Super NES and Super Famicom. See the SNESdev wiki for more information.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
Post Reply
User avatar
Khaz
Posts: 314
Joined: Thu Dec 25, 2014 10:26 pm
Location: Canada

Tiled Export Plugin

Post by Khaz »

Hi forum, it's been a while. I found somebody made a script that lets Tiled output maps in GBA format:

https://github.com/djedditt/tiled-to-gba-export

and I was able to mangle it into outputting SNES format instead. Seems like it could be useful to others here possibly:

https://github.com/KhazWolf/tiled-to-SNES-export

At the moment it's written assuming tiles are 16x16 but I could probably find a way to make it handle 8x8 properly as well. I don't think Tiled has support for palettes or a priority bit so it still doesn't seem perfect but doing everything in Excel was never gonna work out, for me anyways.

If I can update this to make it more useful in another way let me know, I might be able
User avatar
Nikku4211
Posts: 569
Joined: Sun Dec 15, 2019 1:28 pm
Location: Florida
Contact:

Re: Tiled Export Plugin

Post by Nikku4211 »

Good boy.

Please make an 8x8 version. To me it seems hardware 8x8 tiles (as in not metatiles) is generally more common in SNES games anyway.
I have an ASD, so empathy is not natural for me. If I hurt you, I apologise.
User avatar
Khaz
Posts: 314
Joined: Thu Dec 25, 2014 10:26 pm
Location: Canada

Re: Tiled Export Plugin

Post by Khaz »

It's done and pushed to github! Let me know if there are any issues with it but it should work!
Pokun
Posts: 2681
Joined: Tue May 28, 2013 5:49 am
Location: Hokkaido, Japan

Re: Tiled Export Plugin

Post by Pokun »

Thanks for sharing your tools. Haven't really tried Tiled for actually making something but I heard a lot of good about it.
Post Reply