Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

so now i have reinstall OSX clean and even bought the recharged version of free rider and im still getting the same results

also your chmod script in the download section isnt written correctly.

sudo chmod +x ~/Applications/FPVFreerider_Recharged.app

When you put the tilde in there it assumes to look at the user account your currently on but when you put an app in by default it puts it in the main application folder so it should be

sudo chmod +x /Applications/FPVFreerider_Recharged.app

as Applications is a root directory

I tried editing the script as well as putting the app into the place the script wants it and i still cant get either to work.