r5sdk/r5dev/resource/cfg/rcon_client_dev.cfg

8 lines
547 B
INI
Raw Normal View History

2022-02-15 02:33:20 +01:00
////////////// rcon_client_dev configuration file.
// This file is executed automatically on startup.
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON.
// NOTE: This implementation is custom and differs slightly from Valve's implementation.
2022-03-27 14:20:45 +02:00
rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
2022-02-15 02:33:20 +01:00
rcon_address "[127.0.0.1]:37015" // The RCON system will attempt to connect to this address when 'rcon' command is issued.