Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Mac problems

A topic by dannyman008 created Aug 15, 2019 Views: 312 Replies: 1
Viewing posts 1 to 2

How do i make this run on a Mac

The EXE file won't open as its now windows and is keeps saying the jar file is damaged

Developer

I'm sorry, it can be tricky before I make a proper mac application out of the game, but haven't gotten around to it yet. 

You can try:

Double clicking the "RunOnMacScript.sh"

or

Open the terminal 

type: cd [path to SyxProto001.jar]

(replace [path to SyxProto001.jar] with the path to it). You can also write "cd " then drag the jar into the terminal window and drop it. You'll have to remove the last part or the path (SyxProto001.jar) hit enter
type: java -jar -XstartOnFirstThread SyxProto001.jar

This should work for 90% of all mac users. I hope it does for you.