I read a few threads bout this error but the solutions don't help me. I don't know why the rcon log show the password error when both files server.cfg and config.cfg have the password set.
I will like to know what I'm missing on the configuration.
config file
Code
[main]
ip = "67.231.246.146"
port = 28961
logfile = "C:\Program Files (x86)\Modern Warfare 2 - Multiplayer\main"
rconpassword = "MyPassword"
timezone = "America/New_York"
prefix = "!"
language = "en"
antispam = 2
logrcon = 1
antistartupbug = "restart"
fixguidrelax = 0
pmprefix = "^1PM: ^2"
responsefailcmds = 0
Alles anzeigen
bat file
Code
@echo off
:1
C:\hosting\xampp\php\php.exe -f daemon.php -- -configdir "config" -logdir "log"
goto 1
MOD Log
Code
[14.02.11 18:21:55] Notice: ==========================================
[14.02.11 18:21:55] Notice: Manu-Admin-Mod v0.11.4_beta is starting...
[14.02.11 18:21:55] Notice: ==========================================
[14.02.11 18:21:55] Notice: !! Please wait until the mod is completely initial
ised
[14.02.11 18:21:55] Notice: Config loaded: config.cfg
[14.02.11 18:21:55] Notice: Config loaded: maps.cfg
[14.02.11 18:21:55] Notice: Config loaded: admins.cfg
[14.02.11 18:21:55] Notice: Config loaded: groups.cfg
[14.02.11 18:21:55] Notice: Config loaded: reasons.cfg
[14.02.11 18:21:55] Notice: Language files loaded: en
[14.02.11 12:21:55] Notice: All config files were parsed
[14.02.11 12:21:56] Notice: RCON connection established (67.231.246.146:28961)
[14.02.11 12:21:57] !! Error: Unknown game detected:
10s to quit
^CTerminate batch job (Y/N)?
Alles anzeigen
Rcon Log
Code
[code][14.02.11 12:07:28] =================
[14.02.11 12:07:28] Connection opened
[14.02.11 12:07:28] Input: version
[14.02.11 12:07:28] Output: The server must set 'rcon_password' for clients to use 'rcon'.
[14.02.11 12:07:28] Output:
[14.02.11 12:07:28] Input: gamename
[14.02.11 12:07:29] Output: The server must set 'rcon_password' for clients to
[/code]