Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I made a MacOS build, but I'm not sure if it works. You can find get it on the game's page: https://ragtorstone.itch.io/hellfire-factory-free

Let me know if it works well if you get a chance to try it, please.

Unfortunately, it didn't open. I was able to download but it wasn't able to be opened. I appreciate you trying though!

(1 edit)

It seems the problem has to do with file permissions. The "execute" flag isn't set on the files Unity builds on Windows because Windows doesn't have these flags, but Unix/Linux and MacOS do. I'll see if I can set the flags and upload an archive. In the meantime, you could try this:

On your mac open the terminal app.
Make sure your .app file is placed on your desktop.
Then type the following into terminal and replace (appname)
with the file's actual name. Hit enter after each of the two lines.
  
cd:desktop
chmod -R 777 (appname).app

Let me know if this works if you get around to testing it.

(+1)

I uploaded a new MacOS build with the "execute" permessions set. Let me know if it works now, please. The .tar file can be extracted on Macs by default (so sayeth google, at least). The .app file/directory should be executable.

It works, tnx a lot!!!!!!

(+1)

It worked for me as well! Thanks <3

Thanks, that's good to know :)