If you buy McPixel 3 on itch.io , they offer a Haiku version.
It doesn’t work out of the box, but write the following json file in the game’s directory, it runs 100%, fully playable
settings.json
{
"fullscreen":false,
"integer_scaling":true,
"cinema_mode":true,
"lowfps":false,
"filter":0,
"volume":100,
"languagehandpicked":true,
"language":"en",
"mod":"",
"showhint":false,
"showmenu":false,
"showskip":false,
}
I don’t make any money off this post or anything, just nice to see a commercially published Indie game for Haiku.
Backstory
It wasn’t really news-worthy here in 2022 when it came out since it didn’t work, I assumed it was the SDL library they embedded in it not supporting Haiku, however it looks like some bug in their code which generates the game’s settings.json from scratch.
Take the linux settings.json, use it on the Haiku version, McPixel 3.
@win8linux , you’ll probably be interested in this