Created
March 30, 2017 12:25
-
-
Save Getty/a218ee862063b13c91e22fe4fbdc4404 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usage: ./.local/Uber Entertainment/Planetary Annihilation/stable/server [options] | |
| --log-network-traffic : Log network traffic to given file | |
| --http : Enables http server | |
| --ubernet-url : Sets UberNet service url | |
| --monitor-url : Sets UberNet monitor service url | |
| --ubernet-secret : Sets UberNet secret key for server to server calls | |
| --lobby-id : Sets the UberNet lobby id | |
| --server-id : Sets the UberNet server id | |
| --build-id : Set the build id | |
| --output-dir : Specify directory to write log files, replays, etc. | |
| --headless : Server will not create a window | |
| --debug-landing-zones : Server will give players all landing zones generated and disable the force landing timer | |
| --test-config : Use a very simple test system config | |
| --game-mode : Sets the current game mode. | |
| --allow-cheats : Server will allow clients to cheat. | |
| --allow-lan : Server will allow enable lan messages. | |
| --load-replay : Replay file to load at startup. | |
| --no-players : Run the server without waiting for any players. (AI only.) | |
| --no-waiting : Do not wait for time passage, user connections, or anything that would slow down the server. | |
| --no-throttle : Do not throttle the sim tick even if it is running slowly. | |
| --time-limit : Maximum time limit for running the sim, in sim time seconds. | |
| --log-threshold : set logging level [1 : LOG_Test , LOG_Trace : 6] | |
| --allow-crash-api : Allow access to /api/crash and /api/die. | |
| --enable-crash-reporting : Report server crashes to Uber Entertainment. | |
| --disable-replays : Don't save replays, even if you specify --output-dir. | |
-p | --port : Listen on port [1-65535] | |
| --matchmaking-url : connect to matchmaking via explicit url (e.g. localhost) | |
| --debug-port : Set up v8 debugger on port [1-65535] | |
| --content-dev : Assume development directory structure and use content from Perforce root. | |
| --scripturl : url for server scripts. | |
| --paurl : [DEPRECATED] url for custom content json. | |
| --download-dir : Download directory override. | |
| --mount-zips : Json-encoded array of array pairs for specifying zip file mounts | |
| --mt-enabled : Enables the use of multiple threads during the Sim tick. | |
| --neuralnetdatadir : Sets the neural network data directory. | |
| --ai-log : Enables AI logging. | |
| --no-ai : Prevents ticking of AI armies. | |
| --neural-learnrate : Sets neural network learning rate. | |
| --neural-momentum : Sets neural network momentum rate. | |
-h | --help : Prints the list of command line options | |
| --gl-debug : set OpenGL context debug flags | |
| --gl-debug-verbose : log NOTIFICATION level debug output from OpenGL | |
| --gl-vendor : Override the GL_VENDOR string | |
| --gl-force-enable-capabilities : Comma separated list of capabilities that are forced ON. | |
| --gl-force-disable-capabilities : Comma separated list of capabilities that are forced OFF. | |
| --gl-force-mrt-srgb-capable : Force proper MRT sRGB blending capability. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment