Quote from: scottchiefbaker on Sat 26/01/2013 23:09:22
If we were to do Linux release we probably don't want to include a .exe file. Could we use something like ./ags agsdata.bin to launch? Where agsdata.bin is just the .exe file renamed?
You can also strip off the Windows engine.
Quote from: Crimson Wizard on Sat 26/01/2013 23:33:42
I think we should put this in a readme.
Ok, do it.

Quote
I was thinking about writing a class for storing cmd args. That could also come handy to fullfil this user request: http://www.adventuregamestudio.co.uk/forums/index.php?issue=322.0
Ok go ahead. One common way to separate different sets of command line options is to use "--", e.g.
ags --engine --options -- --script --options
That doesn't mean that getopt wouldn't help with the actual parsing though.