beatnikbedlam: I feel like i'm missing something here, i've tried this multiple times with no success. i even went into the app files to make sure the file path was right, and it was, but once i'm in terminal it says "no such file or directory exists" or whatever. and when i do get it working, is this how i'm supposed to start up the game every time to put it in fullscreen?
First, you are using the command in
post #7, yes? Second, the
./ at the beginning of the command means the rest of the path is relative to the
pwd (present working directory). You need to
cd to the containing folder or you can specify the full path (which is what I would do,
post #5). Yes, you need to do this every time or create a batch file which you can double-click on.
beatnikbedlam: it doesn't seem like i'm actually altering anything in the game's files, unless something is just flying right over my head. : P (i hope i don't come off badly i'm just so very confusedddd)
You're not. I would say it might be possible to edit the
Info.plist to add the parameter, but as it wasn't suggested perhaps it wouldn't work. The Macs I have access to are too old to launch the game.