Skip to content

Command line arguments

Arne de Bruijn edited this page Jun 17, 2020 · 1 revision

Generic Unity game command line arguments:

https://docs.unity3d.com/2017.4/Documentation/Manual/CommandLineArguments.html, section Unity Standalone Player command line arguments

Overload command line arguments:

-safe force 1280x720 resolution

-runInBackground keep running even without focus

-VRDisplayOnly do not mirror VR display to main display

-batchmode enable dedicated server

olmod command line arguments:

-gamedir directory look for Overload in specified directory

-config filename use alternate olmodsettings.json

-nodownload disable automatic level download

-frametime enable frametime display

-internet start internet server (in combination with -batchmode)

-harmonydebug write harmony patching debug log to desktop

-host hostname only respond to passwords starting with hostname

-port portnumber server uses specified portnumber for game data port

-fastload experimental faster startup

-nosound disable sound loading for faster startup

-norobot disable robot loading for faster startup

-texreslow use low texture resolution for faster startup

Clone this wiki locally