Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ijime

3
Posts
6
Following
A member registered Jun 15, 2020

Recent community posts

Well, you shouldn't do any of the cd commands, since you chmod the full name of the file anyway. You should just open a fresh terminal window at your user and directly do " chmod +x /Applications/IntelligentDesignMac-2/IntelligentDesignMac.app/Contents/MacOS/IntelligentDesignMac". Doing the cds is exactly what changes the navigation. Sorry if I confused you!

After which command? It looks like a problem of navigation, but maybe it's something else. I did it by directly opening terminal at the folder the game came in by right-clicking the folder, then doing " cd IntelligentDesignMac ", " cd Contents/MacOS ", "chmod +x * ". That star should mean the game, since there's nothing else in the folder. Hope you can get it to work!

(2 edits)

I had the same problem (it just said "the application IntelligentDesignMac can't be opened"), but could actually fix it by going through these steps: https://discussions.apple.com/thread/7586240. Basically navigate to the app in terminal and then  chmod +x it. (That guide assumes you have it in Applications, but it is easy to translate to other places)