Startup arguments
Arguments
Accepted Values
Description
Flags
Description
Last updated
The GitBook based NorthstarWiki has been replaced in favour of the NorthstarDocs where this wiki has been integrated.
Check it out here: https://docs.northstar.tf/Wiki/
The same page on the new wiki should be located here: https://docs.northstar.tf/Wiki/hosting-a-server-with-northstar/server-settings/startup-args
Startup arguments can be added in the ns_startup_args_dedi.txt file.
Example: +setplaylist private_match +mp_gamemode ps
+setplaylist
see Gamemodes (Should be the same as mp_gamemode unless you want a private match)
Set the server type (If it is not private_match, make sure you have also included +map and NOT mp_lobby or else you can't search your server in the game)
-port
int beteween 1-65535
Determines which UDP port the server will listen to
+map
see Maps (mp_lobby is the default if not included)
Forces the map of the server at the first start
-maxplayersplaylist
Allows PlaylistOverrides to override max player count
-enablechathooks
Allows send the commands using in-game chat
-allowdupeaccounts
Allows the same account joining multiple times
Last updated