Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Here is a more easier version of the readme text file!

For Mac Users

How to Install the Game:

  1. 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!).
  2. After unpacking, you'll get a folder named something like MtE.app.

How to Run the Game:

  1. Open Terminal and navigate to the app folder:
    cd <PATH_TO_YOUR_APP>/<APP_NAME>.app/Contents/MacOS/ 
    
    Visual guide.
  2. Add executable permissions to the game:
    chmod a+x <APP_NAME> 
    
    More help on chmod a+x.
  3. 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

  1. 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

  1. Open Terminal
    • Press Command + Space and type Terminal, then hit Enter.
  1. 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/