FF6 Hacking
Questions about tilesets - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Questions about tilesets (/thread-3827.html)



Questions about tilesets - MysticLord - 04-25-2019

Is there enough room for more tilesets in the various versions of FF3/6? I ask because it seems lame that Doma castle isn't a samurai castle.


RE: Questions about tilesets - madsiur - 04-25-2019

There is no room for more without relocating them iirc. But it can be done and since we have the source of FF6LE you can easily modify it to suit tilemap/tileset expansion. I've done it for RotDS but only tilemaps.


RE: Questions about tilesets - MysticLord - 04-25-2019

Difference between tile sets and maps?


RE: Questions about tilesets - madsiur - 04-25-2019

(04-25-2019, 04:12 PM)MysticLord Wrote: Difference between tile sets and maps?

A tileset is all the tiles(128 on a layer) possible to use in a tilemap. A tilemap is the arrangement of the map and the data reference tile IDs of the tileset.


RE: Questions about tilesets - Turbotastic - 04-27-2019

This is one of those terms it's assumed everyone knows but doesn't, and it's amazing that something like this has not been explained until now.

I'm hijacking the topic to ask a related question. Is there any way a tilemap can easily be exported into a matrix, so that numbers and letters can represent the tiles? Or would one have to write a tool for that?


RE: Questions about tilesets - madsiur - 04-27-2019

(04-27-2019, 12:24 PM)Turbotastic Wrote: I'm hijacking the topic to ask a related question. Is there any way a tilemap can easily be exported into a matrix, so that numbers and letters can represent the tiles? Or would one have to write a tool for that?

It's already the case, I think in-game it's just a single-dimension array and "lines and columns" are defined by the width and height of the map, but the game does not really have the notion of this being a 2D array. Zone Doctor can export all layers tilemaps in binary format.