Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

i cant open the game though, do i need to run any commands in linux or something to play it?

edit: i can play, but i cant just open the heaven studio file, i have to run a command in terminal, do i need to set an app to launch it? if so, what app? right now (for some reason), it opens a my singing monsters app, but does nothing else.

You might have to set an executable bit on the file. You can do that in the file properties in most file managers, OR by navigating to the directory in a terminal and typing:

chmod +x "./Heaven Studio"

If that gives a file not found error, make sure you're in the same directory as the file and make sure to type it out instead of copying it because I don't know if this comment section is modifying any characters I'm typing.