Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

flargysnargy

1
Posts
A member registered Jun 09, 2020

Recent community posts

  1. Right click on A Short Hike and click "Show Package Contents".
  2. Inside the Contents folder, you'll find one named "MacOS", and inside of it, a file named "AShortHike".
  3. Open Terminal (you can do so by pressing command + space, typing in "terminal" and hitting enter).
  4. Now that Terminal is open, type "chmod +x " and drag the "AShortHike" file into the window so that it will add the file path to that line you just typed. Your line should read something like "chmod +x /Users/...", there MUST be a space between "+x" and the file path.
  5. Press enter in Terminal and you should now be able to start the game!