Skip to content

Technical ‐ Launch Parameters

DFJacob edited this page Jun 5, 2024 · 6 revisions

-log -newconsole

Opens the server with a visible console window to view logs. If these parameters aren't used then the server will launch in the background if ran.

-useperfthreads

Forces the server to use performance threads on the CPU. This is optional but has been used during development tested and is currently recommended.

-NoAsyncLoadingThread

Forces the server to pause to load new assets/level sectors instead of slowly loading them. This is optional but has been used during development tested and is currently recommended.

-PORT=

The game port to use, requires port forwarding.

-QUERYPORT=

The port used for advertising the server on steam, requires port forwarding.

-ServerPassword=

The server password.

-SteamServerName=

The name of the server that will appear in the server browser

-MaxServerPlayers=

Max amount of players in the server, minimum 1 maxmimum 24.

WARNING: Increasing player count over 6 is not recommended and will provide users with a warning popup before joining the server.

-WorldSaveName=

The world save folder to use, default is Cascade

-SandboxIniPath=

Override path for the SandboxSettings.ini config. By default this file is created per world save and is stored in that folder.

The override path is relative to the \Saved\ folder eg. -SandboxIniPath=Config/WindowsServer/Server1Sandbox.ini

-AdminIniPath=

Override path for the Admin.ini config. By default this file exists in \(Server Install)\AbioticFactor\Saved\SaveGames\Server\Admin.ini

The override path is relative to the \Saved\ folder eg. -SandboxIniPath=Config\WindowsServer\Server1Admin.ini