Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

danilkorotenko

3
Posts
17
Following
A member registered Oct 02, 2018 · View creator page →

Creator of

Recent community posts

I found an easter egg! With those who has 9 lives.

(1 edit)

In MacOS build, the +x right is missing for the binary in the app bundle.

(5 edits)

IMPORTANT NOTE FOR MAC OS X USERS

After you unarchived the application:

1. If you have the message: "The application can't be opened.", open the Terminal app:

Execute these commands:

Command 1: cd Downloads

Command 2: chmod u=rwx TimeOut_Mac.app/Contents/MacOS/TimeOut

2. Right click the application and choose "Open". 

3. For the very first run, the game may took a couple of minutes to launch. It will look freezed but it actually loading and unpacking needed resources.

Developer note:

The +x right is missing for the binary in the app bundle.

You can include chmod u=rwx command in the script which pack the binary to the bundle.