Hi, I'm not sure if this is universal but when I download the Mac version it doesn't open?? because apparently no available application can open it
try going to the mac terminal and follow this, this worked for me:
Type the following (this is a lowercase L): ls
A list of folders should appear and Downloads should be one of them.
Next, type: cd Downloads
7. Terminal should now be directed to the folder that game is in
IF YOU ARE USING INTEL, type: chmod -R 777 TheFalseSun
IF YOU ARE USING APPLE SILICON, type this instead: chmod -R 777 TheFalseSun
I have one more trick that works for me when it comes to playing a game developed with windows on a mac computer. This should help with by passing the mac security system (access denied screen you see), so you can play.
So do these steps in order
- Open terminal app
- type chmod +x (make sure there is a space after the x)
- drag the game (the false sun) application file (.app) into the terminal window then press Enter
- then type xattr -dr com.apple.quarantine, then space and drag the game file to the terminal again and press enter (make sure to space after xattr)
- launch the game by right clicking the app and then selecting open
hopefully this works for you!! if not, maybe the developer can help with the problem, or you can find another way. make sure to type everything the way I did and include those spaces because they are important. If you have anymore questions I can try to help more! :)