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:
usage: export-tilesheet -src-path <path> -dst-path <path> [-pal-path <path>] [-subsheet-path <path>] [-scale <int>]
This sort of thing will need a better documentation process in the future, but this note will have to do for now.