我的MacBook玩不了,为什么啊😭😭我真的好需要这个col
Sorry this text is long, but you should be fine if you follow each step one by one.
Step 1: Remove macOS quarantine tag (critical first step)
1. Open Terminal on your Mac. Type this command:
xattr -cr
2. Add a single space after the end of that line. Then click and drag the file named TheFalseSun.app from your folder directly into the Terminal window — it will automatically fill in the full file path for you.
Your final complete line will look something like this (the long middle file path will match where you saved the game):
xattr -cr [your-auto-filled-file-path]/TheFalseSun.app
3. Press the Return/Enter key. If no text or error messages pop up, this step succeeded.
Step 2: Grant executable permissions
1. In Terminal, input this command template (you can drag the app file again to auto-fill the path here too):
chmod +x [your-auto-filled-file-path]/TheFalseSun.app/Contents/MacOS/*
2. Hit Enter to run it. No error messages mean permissions are fixed successfully.
Step 3: Launch the game program
Pick either method to start the game:
Option 1: Paste the full file path into Terminal and press Enter to launch directly.
Option 2: Go back to your game folder, right-click TheFalseSun.app → select Open, then click Open again on the pop-up confirmation window.
try going to the mac terminal and follow this, this worked for me (it's the same steps to open the touchstarved game too):
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