Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

its kinda confusing trying to get everything to work on mac, can anyone give me some help? very confused as to what 'put chmod and paste whats on clipboard' means

I'm assuming you've downloaded and unzipped the .rar file. Once you've done so, right click on the application file. For me, it's called "MtE v3.11 MAC". In the menu, click on the option "Open package contents". It should be near the top. 

Open the Contents folder that shows up, then open the MacOS subfolder. There should be a single file in there. For me, it's just called "MAC". Using your terminal, navigate to the folder that contains that file. Once you're in that folder, type the command "chmod a+x <File Name>". For me, since the file name is 'MAC', I typed "chmod a+x MAC". Don't use quotes btw. 

This is the way I did it. Alternatively, as the guide image suggests, you can copy the path of the file by:

1) selecting the file by left clicking it once

2) copy the file path by holding option+cmd+c

3) typing the command as "chmod a+x " and then doing cmd+v to paste the file path