Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hello there ! Just a follow up to my issue on Mac, I actually resolved it and got it working . I just wanted to share with you how, if you or anyone else wanted to know :

  1. Download the Mac build of the game, I downloaded mine to the 'Downloads' section of my computer
  2. Open the Die in the Dungeon folder, you should see an application of the same name with a little froggy icon
  3. Right click this application and select "Show package contents"
  4. Open up the folder "Contents" that then appears
  5. Open up the folder called "MacOS", you should see a file called 'Die in the Dungeon' with the type listed as 'Document' or with a page-looking icon
  6. Leave the Finder page open for now, you'll need it later
  7. Launch the Terminal app, you can find it when you open your Launchpad and search for 'Terminal'
  8. In the terminal type "chmod +x " making sure to remove the quotes but do not hit enter yet
  9. Drag and drop the document file in step 5 from Finder into Terminal, it should show the pathing of the file
    1. It should look something like: /Users/[your computer name]/[wherever you downloaded the file]/Die\ in\ the\ Dungeon\ 1.3.1\ \[MAC\]/Die\ in\ the\ Dungeon\ 1.3.1\ \[MAC\].app/Contents/MacOS/Die\ in\ the\ Dungeon
  1. Hit enter then quit Terminal

Quick FYI for anyone else "chmod +x" basically means to make the file executable meaning the Mac can actually run the code the file contained . So now, head back to 'Downloads' on Finder and try opening Die in the Dungeon there . Hope that helps someone, have a nice week !