Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Content

I've noticed that many need help installing the game on macOS and the solution to doing so is provided in the zip file, in the files called install/patch instructions.

If you can't manage to install the application with those written instructions, it's hard for me to help you all individually at this scale.

Follow each step that is written and the application can be launched without any issue. I have tested this with several macOS Catalina users without any issue.

I have confirmed that the game works on Big Sur as well.

These are the steps for installing the full game on macOS:

1. Open a terminal window and navigate to the directory where BeingADIK.app is, by using the "cd" command. 
For example, if you put it in your Downloads folder, type:
cd /Users/YOUR USER NAME/Downloads/BeingADIK-v0.7.0-macOS
If you are unsure if you're in the right directory, type:
ls
And it will list the files in the directory. If you see BeingADIK.app, you're in the correct folder.
2. Change the permissions of all files in the app by typing:
chmod -R +x ./BeingADIK.app/*
If you get an error message saying that the file or directory can't be found, you didn't do Step 1 correctly.
If you get an error message that you don't have permission to perform the action, you must be an administrator to do it. You can try using "sudo" before the chmod command.
If you did this step correctly, you won't see any message when entering the command.
3. Ctrl-click (or right-click) the app and choose "Open" from the context menu. The app should bounce and install for a while. Wait until it's done.
4. You may get an error saying that the app cannot be open because it's from an unidentified developer. Click cancel.
5. Ctrl-click the app again and choose "Open". This time the game should launch.
If that still doesn't work, try these steps:
6. Try to launch the app and receive an error message. (You may or may not have to keep the error open)
7. Click System Preferences > Security & Privacy > General
8. Click the "padlock" and ensure it is in the unlocked position
9. At the bottom of the tab, to the right of an error message, there's a button that says "Open Anyway". Click it.
10. Try to open the game again and there should be an additional button along with the error message that says "Open". Click it and the game should launch.


If you still have trouble after all these steps, post a comment here describing where it went wrong. I can't help everyone individually and if I did, I would recite all those steps above to you.

If you have managed to launch the macOS application, you can share your extra steps or wisdom in the comment section.

Thank you for understanding and I hope this post helps

Dr PinkCake

Comments

Anonymous

Followed all these steps, followed the updated instructions, too. Nothing works. giving up. Good game, but waaaaaay too complicated to get it working for Mac. Time to cancel the Patreon membership.

Anonymous

How do I transfer PC-steam Save into this Mac season3 Launcher? I have Steam on the Mac but dont see the Save (because I obviously dont have season1-2 launcher on Mac)?.. Thank you!

Anonymous

If anyone else has trouble, I think there is a stray period in the steps above on step 5. After cd then a space continue with /BeingADIK-0.xxx and it should work for you

Anonymous

can someone post a video on how to do this i dont know whats going on

Anonymous

i did every way and the security one but nothing seems to be working

Anonymous

I got it to work and run perfectly, just no sound, good thing I have it on my PC

Anonymous

Guys... terminal window. Right click on the folder after unzipping the file. Select 'new terminal at folder', then type step one and step two and you're good

Anonymous

Does this method work with Mac OS Montery?

DrPinkCake

-- macOS instructions -- Detailed Patreon post with help for installing macOS application: https://www.patreon.com/posts/43977242 1. Put the zip file in your Downloads folder. 2. Open a terminal and go to the downloads folder using: cd ~/Downloads 3. Type “unzip” and a space, then drag/drop the zip file into the Terminal window. 4. Press Enter and the zip file will be unzipped, storing all files on your computer. 5. Wait until it's done. Type: cd ./BeingADIK-0.9.0-mac/BeingADIK_Season3 Press enter and then type: ls Press enter and make sure that you see the app named BeingADIK.app 6. Change the permissions of all files in the app by typing: chmod -R +x ./BeingADIK.app/* 7. Ctrl-click the app and choose "Open" from the context menu. The app should bounce and install for a while. Wait until it's done. 8. You may get an error saying that the app cannot be open because it's from an unidentified developer. Click cancel. 9. Ctrl-click the app again and choose "Open". This time the game should launch.

And

This: 6. Try to launch the app and receive an error message. (You may or may not have to keep the error open) 7. Click System Preferences > Security & Privacy > General 8. Click the "padlock" and ensure it is in the unlocked position 9. At the bottom of the tab, to the right of an error message, there's a button that says "Open Anyway". Click it. 10. Try to open the game again and there should be an additional button along with the error message that says "Open". Click it and the game should launch. Worked for me perfectly when I downloaded the full Seasons 1-2 aka version 0.8.3, but now that I'm trying to open the Interlude+Episode 9 = 0.9.0 it says every time "can't be opened" and the "Open anyway" button doesn't appear where it did the first time. With this season 0.9.0 version I tried that other way by typing on the terminus etc but it always said something like "couldn't find, couldn't open". This gotta be annoying and frustrating for you to have to deal with man. I gotta take some classes to learn about these terminals and commands etc lol

Anonymous

So I did all the steps but now it says the file cant be found afterwards, any tips?

Anonymous

Nevermind! Just restarted my Mac and it worked, I appreciate the step by step guide, was really helpful!! <3

Anonymous

I use a MAC and I'm having issues redownloading the updated version. I'm stuck in between Steps 5 and 6. For Step 5, I Typed: cd ./BeingADIK-0.9.1-mac/BeingADIK_Season3 and I only changed the middle numbers to reflect "0.9.1". Once I press enter I follow on to step 6 and I enter "ls" as instructed but after that I get an error stating "Operation not permitted". Can someone please help with this issue?

Network1111

Followed the directions exactly, it does not work. I am able to unzip in terminal but starting with step 5 it doesn't do what you say it is supposed to do. It keeps saying: replace BeingADIK-0.9.1-mac/BeingADIK.app/Contents/MacOS/python? [y]es, [n]o, [A]ll, [N]one, [r]ename:

hansen harkim

The game starts working perfectly but its suddenly crash when start playin it for a while. any help please?

Anonymous

So everything is perfect until step 6. I did "ls" and see BeingADIK.app amongst the results and when I type in step 6 to change permissions, nothing happens when I press enter

DrPinkCake

That's good. Nothing should happen when you type in the permissions, that's how chmod works.