Member
11 posts
Registered:
Jul 2014
Hello.
The command spectator_password doesn't work in "MVDSV 0.31-dev" and "KTX 1.37-dev" ?
e.g:
rcon_password "xxx"
rcon_address "ip:port"
rcon spectator_password "abc"
spectator "1"
connect ip:port
Always the same message from server: "requires a spectator password"
Thanks.
Member
344 posts
Registered:
Nov 2006
Isn't that what you wanted? You set a password at the server to require people to spectate to have a password. For a successful connect you still need to set the password for the client.
password abc
reconnect
Member
375 posts
Registered:
Sep 2009
Remember: If the encryption is enabled in the server ( sv_crypt_rcon 1 ), in the mvdsv.cfg, the client must have encryption too! ( cl_crypt_rcon "1" )
(QW Nickname: AL.Kernell)
Member
212 posts
Registered:
Apr 2006
Maybe I remember this incorrectly but I think "password bla" is always the player password.
Try "spectator bla" instead of "spectator 1" and then reconnect.
"bla" is the password, obviously.
Member
344 posts
Registered:
Nov 2006
Member
11 posts
Registered:
Jul 2014
"spectator password"
Thank you guys! Works fine