Quote from: CrashPL on Sun 15/11/2020 21:02:05
You need to set proper access permissions to the data folders. AGS doesn't do that by default:Code: ags chmod u+x yourMainGameScriptNameHere chmod u+x "$SCRIPTPATH/ags64" "$SCRIPTPATH/ags32"
Hey, thank you! It really worked!
I already did the "chmod u+x yourMainGameScriptNameHere" command but I was missing the second one! Thanks!