text doesn't fit
Viewing post in Factory Farming (Playdate) comments
Thanks for reporting! I noticed this too, but only after V1.1 was releases, it was fixed in V1.2 (see: https://timboe.itch.io/factory-farming/devlog/501428/sandbox-mode-minor-update)
Yes, this will always be the case (V1.2 doesn't actually contain any changes to the save game format). Just note that if you originally side loaded before Feb then the you will have both versions installed and will have to copy the save data across to the new version. It might not be worth this hassle for 1.1->1.2, as the fixes are very small.
I was able to get a windows .dll version of the game compiled using the source code on Github for use with the Playdate Simulator on Windows. Would you be interested in integrating that at all? It's basically just a build.bat that expects a VS 2022 MSVC compiler to be installed, and then it compiles all the .c files with CL and links with LINK. The game seems to work fine overall. The only problem I've seen is a bunch of <?> characters that are probably due to line-ending differences on windows, and may even just be the way I cloned the repository. This should be pretty fixable.
Thanks for this! Would you be able to open a pull request or otherwise send me the updates needed for the win build? I could then add it to the repo to help others. And it is true that I am using line breaks to separate all localisable strings, so some unix vs win differences do seem to be showing in your screenshot. It should be possible to strip the extra carriage return character which windows will add.