Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Having trouble opening the Mac version, please advise.

The mac version is quite old, but I'm working on a newer conversion. Did you try putting the folder in the applications folder?

(+1)

Just tried it, it didn’t work. Thanks for the suggestion though. Let me know when that new conversion comes through the pipeline!

I don't know if this will work but a user posted this on one of the game forums.

Alright, so here is the method to play on macbook.

================================

Requirement: 1. Xcode (can install from appstore)

2. Homebrew copy and paste below line to terminal and press enter:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

or you can go to their website to debug if anything goes wrong https://brew.sh/

3. install NW.js from https://nwjs.io/

==================================

Steps: 1. copy and paste to terminal then press enter : brew install node

2. Locate the nwjs you downloaded, right click and click show package contents

1722612612092.png

3. Create a new folder named app.nw under nwjs/Contents/Resouces

1722612724024.png

4. Paste all the game documents in the folder you just created

1722612801503.png

5. Now right click the nwjs and select new terminal at folder, a terminal should open after this

1722613016681.png

5. Copy and paste to terminal then press enter: sudo xattr -rd com.apple.quarantine nwjs.app

6. Now go to the file and open : nwjs/Contents/Resouces/app.nw/packadge.json

7. Copy and paste this to the file and save:

{

"name": "Court Magician",

"main": "www/index.html",

"js-flags": "--expose-gc",

"window": {

"title": "Court Magician",

"toolbar": false,

"width": 816,

"height": 624,

}

}

8. Open the game and run.