h_passwords.cfg 1.2 KB

12345678910111213141516171819202122232425
  1. // rcon_password - so you can change things on the fly while connected with your q2 client
  2. set rcon_password ""
  3. // sv_password::
  4. // If not empty, allows only authenticated clients to connect. Authenticated
  5. // clients are allowed to occupy reserved slots, see below. Clients set their
  6. // passwords via ‘password’ userinfo variable. Default value is empty (no
  7. // password).
  8. set sv_password ""
  9. // Multi View access for a GTV server. With this password, a GTV server can connect to your server to relay-stream the running game. See also h_q2proded.cfg
  10. set sv_mvd_password "m00ma4" // CHANGE
  11. // sv_reserved_password::
  12. // The password to use for reserved slots. Default value is empty, which means
  13. // no one is allowed to occupy reserved slot(s), except of dummy MVD observer.
  14. // Clients set their passwords via ‘password’ userinfo variable.
  15. // NOTE: If ‘sv_mvd_enable’ is non-zero and ‘sv_reserved_slots’ is zero,
  16. // ‘sv_reserved_slots’ is automatically set to one to reserve a slot for dummy MVD
  17. // observer.
  18. // NOTE: Value of ‘sv_reserved_slots’ cvar is subtracted from ‘maxclients’ value
  19. // visible in the server info.
  20. set sv_reserved_password ""