Here is a more easier version of the readme text file!
For Mac Users
How to Install the Game:
- The game is packed as a
.RAR
file. To unpack it, you'll need a tool like The Unarchiver (an official tool, but we haven’t tested it yet!). - After unpacking, you'll get a folder named something like
MtE.app
.
How to Run the Game:
- Open Terminal and navigate to the app folder:
cd <PATH_TO_YOUR_APP>/<APP_NAME>.app/Contents/MacOS/
Visual guide. - Add executable permissions to the game:
chmod a+x <APP_NAME>
More help onchmod a+x
. - After this, the game should run as expected.
Why is this necessary?
The game was built on Windows, and Windows doesn’t set the proper permissions for Mac executables. You’re just fixing that.
Steps to Find the Path
- Locate the
.app
Folder- Go to the folder where you extracted the
.RAR
file. - Find the file named something like
MtE.app
.
Example: If you extracted it to the
Downloads
folder, your app might be in:~/Downloads/MtE.app
- Go to the folder where you extracted the
- Open Terminal
- Press
Command + Space
and typeTerminal
, then hit Enter.
- Press
- Navigate to the Correct Directory In Terminal, use the
cd
(change directory) command to go to your app folder. Type this command (replace<PATH_TO_YOUR_APP>
with your actual path):cd ~/Downloads/MtE.app/Contents/MacOS/