Nostalgia Studio d2025.07.0
Nostalgia Studio d2025.07.0 was released on July 31, 2025. Release Notes Add sub-command for exporting TileSheets as PNG files. Add ‘Reload Project’ menu item under File. Fix opening a project to mark an unopenable file as closed in the config file on startup. export-tilesheet Given that this is not properly documented anywhere, I suppose I should leave a note on this here. Here is an example of the sub-command: NostalgiaStudio cmd sample_project net.drinkingtea.nostalgia.gfx export-tilesheet -src-path /TileSheets/Logo.nts -dst-path Logo.png -scale 4 -subsheet-path Root Also, simply running NostalgiaStudio cmd sample_project net.drinkingtea.nostalgia.gfx export-tilesheet will cause it to print a usage message: ...