Skip to main content

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

I figured it out, the file in MacOS is set to document instead of terminal, there are tutorials online to use terminal to convert said file into a terminal. Using a command like this converts it (No clue how not my expertise)

chmod +x SEVER.app/Contents/MacOS/'SEVER'

roughly explained the command makes it possible to execute the file as an actual program. before it was read-only for safety reasons. 
same thing happens on most linux distros