From c7ee00f0cbc90cc7edd187ec3739f39094ab0ab0 Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Thu, 22 Jun 2023 22:49:00 +0200 Subject: [PATCH] rcon password --- t6mp/dedicated.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t6mp/dedicated.cfg b/t6mp/dedicated.cfg index dce3bee..fc3b8cd 100644 --- a/t6mp/dedicated.cfg +++ b/t6mp/dedicated.cfg @@ -38,7 +38,7 @@ sv_patch_dsr50 true // Apply DSR-50 patches on this ////////////////////////////////////////////////// g_logSync 2 // 0 only flush on game end, 1 flush when buffer full, 2 always flush after a write, 3 append to old logs. (Keep this at 2 if you plan on using a 3rd party admin tool) g_log "logs\games_mp.log" // IMPORTANT! Make sure the filename is unique for each server you clone! -rcon_password "" // RemoteCONtrol password. !!Do NOT skip if you plan on using a 3rd party admin tool such as B3 or IW4m-Admin!! +rcon_password "yuyuwahte" // RemoteCONtrol password. !!Do NOT skip if you plan on using a 3rd party admin tool such as B3 or IW4m-Admin!! ////////////////////////////////////////////////// //////////////////////////////////////////////////