Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

CSV support #15

Closed
Sanqui opened this issue Dec 1, 2020 · 4 comments
Closed

CSV support #15

Sanqui opened this issue Dec 1, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Sanqui
Copy link

Sanqui commented Dec 1, 2020

It would be useful if Tilemap Studio could read tilemaps from CSV. For example, the Telefang disassembly currently stores tilemaps in a CSV format (raw). This may be useful for other projects, including non-console ones.

@Rangi42 Rangi42 added the enhancement New feature or request label Apr 6, 2021
@Rangi42
Copy link
Owner

Rangi42 commented May 20, 2021

The trouble with this is that CSV isn't a tilemap format, it's a file format. Those numeric values could be plain tile IDs, or RLE-encoded, or tile+attribute pairs, or so on.

That disassembly is using RGBDS, but the readme says "version 0.3.6 or newer". Maybe send them a PR converting to INCBINned tilemaps and current 0.5.1 syntax.

@Rangi42
Copy link
Owner

Rangi42 commented Aug 21, 2021

The upcoming release will support importing and exporting CSVs, in any format, not just Plain. Such as tmap.csv+attr.csv pairs:

image

image

@Rangi42
Copy link
Owner

Rangi42 commented Aug 30, 2021

@Sanqui Tilemap Studio 4.0.0 is released with CSV import/export support.

image

@Sanqui
Copy link
Author

Sanqui commented Aug 30, 2021

Lovely, thank you for your work!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants