Private Match
button to begin a private match. While this does allow you to host a server, other people won't be able to join it, so you'll need to port forward 2 ports to allow other people to join.
The ports you'll need to forward are 37015
UDP, and 8081
TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.
R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
, which will be executed on server startup.\Titanfall2/ns_startup_args.txt
Convars can be placed into R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg
The only difference between a listen and dedicated server is that a listen can only run while the host is in the match.ns_server_name
"Unnamed Northstar Server"
ns_server_desc
"Default server description"
ns_server_password
""
ns_report_server_to_masterserver
1
ns_report_sp_server_to_masterserver
0
ns_auth_allow_insecure
0
ns_erase_auth_info
1
ns_player_auth_port
8081
everything_unlocked
1
ns_should_return_to_lobby
1
ns_should_log_unknown_clientcommands
1
net_chan_limit_mode
2
net_chan_limit_msec_per_sec
30
base_tickinterval_mp
0.016666667
sv_updaterate_mp
20
sv_max_snapshots_multiplayer
300
host_skip_client_dll_crc
1
ns_private_match_only_host_can_change_settings
to 2
, so that only you can change them.ns_private_match_countdown_length
to 1
if you don't want to wait for the countdown timer when you start a match.
Additionally, set ns_private_match_only_host_can_start
to 1
so that only you can actually press the start match button.