Tonblader

listenserver.cfg

Mar 27th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. sm_cvar sv_consistency 1
  2. sm_cvar director_afk_timeout "999999"
  3. sm_cvar st_edgebug 1
  4. sm_cvar st_disableledgehang 1
  5. sm_cvar st_idle_anytime 1
  6.  
  7. //L4DToolZ Metamod plugin (l4d1 & l4d2)
  8.  
  9. sm_cvar sv_maxplayers "16" //max human players that can join your server. -1 to disable and use standart check (range 0 to 32)
  10. sm_cvar sv_removehumanlimit "1" //remove kick for players when they are more than 8 for vs and 4 for coop(0 to disable, 1 to enable)
  11. sm_cvar sv_force_unreserved "1" //if you set it to 1 before connection from lobby your server will stay unreserved and allow players to connect using connect command, this command sets sv_allow_lobby_connect_only 0, so you need to create lobby using ms_force_dedicated_server and then connect to server, your friends may see wrong max players in friend lobby, so give them ip.
  12. //sm_cvar sv_hosting_lobby "1" //ni idea pero supestamente sirve para evitar la pantalla en negro cuando entran porq hace conflicto el: sv_allow_lobby_connect_only y evita q entren por ip
  13. sm_cvar sv_allow_lobby_connect_only "0" //si lo pongo en 1, entran desde lobby y no desde steamgroup y si lo pongo en 0, entran desde steamgroup y no desde lobby.
Add Comment
Please, Sign In to add comment