Skip to content

Command Line Arguments

Liam edited this page Aug 25, 2022 · 1 revision

Battalion: Legacy Servers can be launched with optional command line arguments.

These allow administrators to specify the game mode, network port and configuration that is used at runtime.

Specifying GameMode

-Queue="Wartide" // S&D
-Queue="Arcade"  // TDM

Custom Configuration

All configuration files must be present within Battalion/Config and the full path to the file must be used so that it is loaded correctly. One annoying bug is that the config must be prefixed with DefaultGame_ (e.g. DefaultGame_Custom.ini) otherwise the configuration will not load.

-IniFile="/path/to/install/Battalion/Config/DefaultGame_XXXXX.ini

Server Password

-ServerPassword="Password123"

Custom Server Name

-SteamServerName="My Custom Server"

(Experimental) Server Tickrate

-ini:Engine:[/Script/OnlineSubsystemSteam.SteamNetDriver]:NetServerMaxTickRate=128

Clone this wiki locally