FTB-Gamepedia / Tilesheets

Adds a parser function that looks up a table for an item and returns the requested image.
MIT License
7 stars 5 forks source link

Special:ExportTileSheet #106

Open tomodachi94 opened 1 year ago

tomodachi94 commented 1 year ago

It would be nice if there was a way to export tiles in a way that is compatible with Special:CreateTileSheet.

retep998 commented 1 year ago

Maybe, but the API already makes this very easy to do with a simple program, so low priority.

elifoster commented 7 months ago

Do you just want to be able to download a Tilesheet MOD.txt file straight from the wiki? Or more than that? If it's just that, it would probably be pretty trivial to add a button to the SheetManager.

tomodachi94 commented 7 months ago

Do you just want to be able to download a Tilesheet MOD.txt file straight from the wiki? Or more than that? If it's just that, it would probably be pretty trivial to add a button to the SheetManager.

Kinda. I'm thinking of a XML-based dump format, like Special:Export, that has all of the tiles, or tiles from mods of your choosing.

elifoster commented 7 months ago

What is the use case for this that is not solved by the web api?

tomodachi94 commented 7 months ago

What is the use case for this that is not solved by the web api?

Exporting tilesheets without using the API.

retep998 commented 7 months ago

What is the use case for this that is not solved by the web api?

Exporting tilesheets without using the API.

Yes, but what is the use case for exporting tilesheets without using the API?

tomodachi94 commented 7 months ago

Yes, but what is the use case for exporting tilesheets without using the API?

I don't know, I just think it would be nice to have, hence the first comment about this being low priority