ToasterMapCLI is a very basic command-line tbin to tmx utility designed for Stardew Valley and written in C#.
- Build it. If there is one, get the latest release from the releases page otherwise, refer to Building
- Obtain the
xTile.dll
file from your Stardew Valley install and place it beside the downloaded file. - Run it with
./ToasterMapCLI path/to/map.tbin
you may specify a tmx path as a second argument, otherwise it will default to the same folder the tbin is in.
- Run
./release.bat <win/osx/linux>
and find the compiled binary inbin/Release/net7.0/<os>/publish/ToasterMapCLI[.exe]
targets/find-game-folder.targets
is taken from SMAPI- Pathoschild, for making the assembly finding code and helping me debug heavily!