Is there a list of all the command line parameters somewhere? I found the console commands on the wiki, but my searches have yielded nothing for an exhaustive list of recognized command line arguments.
EDIT: I'd also like a guide on how to apply these through the Windows command prompt, if it's a different syntax than Linux. Thanks.
List of Command Line Parameters?
Re: List of Command Line Parameters?
To get a complete list, use the -h switch. And it's all the same syntax on Windows and Linux, the only thing that may confuse you is that standard Windows commands use / for switches, Arma follows the Unix tradition of using - or -- because / is already taken.
Re: List of Command Line Parameters?
Awesome, thanks.