Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

image.png

Maybe another quirk, but that could also just be me not understanding the behaviour of the app correctly. Whenever I export my 2x2 metatile (current tab), it seems to me that I get the first page only.

image.png

I would expect to get the data of the second list (Unlabeled - Selected), but the data is the same as (Floor). Interestingly, the variable VarMtClickID is now 64 instead of 0. That is the only difference between the two files.

(2 edits)

Are you sure it isn't in there? It can be hard to distinguish since it uses RLE compression to minimize the text file. 
The reason i ask is that the list items are only a browsing convenience to look at one part of the table at a time.
Everything under one tab is one big table behind the scenes. 

One easier way to verify if it's all there rather than looking at the text output, is to make another session, copy over the chr tiles so things are viewable, then open the produced .mt2 file in that session and see if all the contents are there. 

(As an aside, VarMtClickID=64 can potentially be used as an offset if you want to extract a custom length from the full table. Be sure to click the top left metatile after switching list items but before saving the text file in order to do so reliably)

Oh I see! I haven’t checked but that would make sense. So VarMtClickID is the offset and all my data is within one big dataset. Got it! Sorry for the confusion. :-)

(1 edit)

I did a test. I saved my 2x2 metatile set in a file tiles.mtt2 and added a new metatile then saved to tiles2.mtt2. I did a diff check on both files and only VarMtClickID increased. The content of the other variables remain the same even though I added one extra metatile.

Interestingly, a lot of empty lines appear at the end of bothfile. Same amount for both.

Maybe it has something to do with my second set being name Untitled? (Unable to change on Linux)