You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sv_maxplayers ${R2_PLAYERS}; // The maximum number of players.
steam_server_heartbeat_enabled ${R2_HEARTBEAT}; // Set to0 to not advertise to the master server.
sv_hostname "${R2_HOSTNAME}"; // The name that will appear in the server browser.
sv_port 27015; // The port that the server will bind to. You cannot have multiple server instances with overlapping ports. Default RoR2 port
steam_server_query_port 27016;
steam_server_steam_port 0;
sv_password "${R2_PSW}"; // The password someone must provide to join this server. Leave empty if none. This is obviously not encrypted so don't use anything sensitive.