Advertisement
Guest User

Untitled

a guest
Jan 31st, 2018
866
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. /////////////////////////
  2. //SERVER INFO
  3.  
  4. hostname "L4D2 server" // Ne pas mettre le nom NEURO! Write your server name here.
  5. sv_contact "courrielnumerodeux2@gmail.com"
  6. rcon_password "KrokodileOdille45464748" // Write your rcon password here.
  7. motd_enabled "1" // Enable the message of the day.
  8. sv_tags "" // The tags people have to type in the server browser to find your server
  9. sv_search_key ""
  10. sv_steamgroup "" // Put the group ID here.
  11. // z_difficulty "Impossible" // Change your difficulty here, difficulties are Easy, Normal, Hard and Impossible.
  12. sm_cvar mp_gamemode "realism" // Default (coop) change this to the mode you want.
  13. sv_gametypes "coop"
  14.  
  15.  
  16. /////////////////////////
  17. //INTERNET, REGION, LOBBY SETUP
  18.  
  19. sv_lan "0" // 0 = internet, 1 = LAN.
  20. sv_region "3"
  21. sv_allow_lobby_connect_only "0" // Restrict connection only by joining lobby (if set to 0, /connect IP:PORT will work). When Enabled, cannot connect to games currently in progress.
  22. sv_steamgroup_exclusive "0" // Do not connect to the Match Making Service 0 = Off, 1 = On. When Enabled, Steamgroup members take priority when joining the server. However, anyone may join as long as a steamgroup Member has joined first.
  23. // setmaster "enable" // Usage: setmaster <enable | disable>. Shouldn't be needed. Will have to see.
  24.  
  25.  
  26. /////////////////////////
  27. //GAME SETTINGS
  28.  
  29. mp_disable_autokick "1" // Prevents a userid from being auto-kicked if IDLE too long.
  30. sv_pausable "0" // Default 0; is the server pausable.
  31. sv_forcepreload "0" // Default 0; Force server side preloading.
  32. sv_consistency "0" // Default 1; Whether the server enforces file consistency for critical files.
  33. sv_pure_kick_clients "0" // Default 1; If set to 1, the server will kick clients with mismatchng files. Otherwise, it will issue a warning to the client.
  34. sv_pure "0" // If set to 1, server will force all client files except whitelisted ones (in pure_server_whitelist.txt) to match server's files.
  35.  
  36.  
  37. /////////////////////////
  38. //COMMUNICATION
  39.  
  40. sv_voiceenable "1" // Default 1; enable/disable voice comm.
  41. sv_alltalk "1" // Default 0; Players can hear all other players's voices communications, no team restriction.
  42.  
  43.  
  44. /////////////////////////
  45. //LOGGING
  46.  
  47. log off // Creates a logfile (on | off).
  48. sv_logfile "1" // Default 1; Log server information in the log file.
  49. sv_log_onefile "0" // Default 0; Log server information to only one file.
  50. sv_logbans "1" // Default 0;Log server bans in the server logs.
  51. sv_logflush "0" // Default 0; Flush the log files to disk on each write (slow).
  52. sv_logsdir "logs" // Folder in the game directory where server logs will be stored.
  53.  
  54.  
  55. /////////////////////////
  56. //Network Tweaks
  57.  
  58. tick_door_speed "2" // Fix slow door speed when tickrate is modified, 2 is the correct value for 100 tickrate.
  59.  
  60. sm_cvar fps_max "512"
  61. rate "100000" // Default 10000; Max bytes/sec the host can recieve data.
  62. sm_cvar sv_minrate "100000" // Default "5000"; Min bandwidth rate allowed on server, 0 = unlimited.
  63. sm_cvar sv_maxrate "100000" // Default "0"; Max bandwidth rate allowed on server, 0 = unlimited.
  64. sm_cvar sv_minupdaterate "100"
  65. sm_cvar sv_maxupdaterate "100"
  66. sm_cvar sv_mincmdrate "100" // Default 0; This sets the minimum value for cl_cmdrate. 0 = unlimited [cevo=67].
  67. sm_cvar sv_maxcmdrate "100" // Default 40; (If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate. [cevo=101].
  68. sm_cvar sv_client_min_interp_ratio "-1"
  69. sm_cvar sv_client_max_interp_ratio "1"
  70.  
  71. sm_cvar nb_update_frequency "0" // 0.024 is lighter on the server, if you want perfectly perfect smooth common and you have the CPU for it, use 0.018. (Values lower than 0.05 seemed to noticeably increase the odd common infected behavior, not very important?).
  72. sm_cvar net_maxcleartime "0.001" // ?? Essayer.
  73. sm_cvar net_splitrate "2" // Tickrate / 2 * 1000.
  74. sm_cvar net_splitpacket_maxrate "50000"
  75. // sm_cvar sv_parallel_packentities "0" // ??
  76. // sm_cvar sv_parallel_sendsnapshot "0" // ??
  77. // sm_cvar decalfrequency "60" // ??
  78. sm_cvar sv_unlag "1" // Enable/disable lag compensation entirely. https://developer.valvesoftware.com/wiki/Lag_compensation
  79. sm_cvar sv_maxunlag "1.0" // Number of seconds to store player positions for. Default (and maximum) is 1.
  80. // sm_cvar sv_client_predict "1" // ?? N'existe pas je pense.
  81. // sv_max_queries_sec "6.0" // ?? Maximum queries per second to respond to from a single IP address. Mettre sm_cvar devant?
  82. // sv_max_queries_sec_global "120" // ?? Maximum queries per second to respond to from anywhere. Mettre sm_cvar devant?
  83.  
  84.  
  85.  
  86. /////////////////////////
  87. //CHEATS
  88. sv_cheats "0"
  89.  
  90. //-----------------------------------------------------------
  91. //--> Admin Cheats SM Extension Commands
  92. //-----------------------------------------------------------
  93.  
  94. //--> Description:
  95. //--> Download at http://forums.alliedmods.net/showthread.php?t=81101
  96. //--> Allows Admins (or console) to use cheat commands
  97. //--> with sv_cheats 0.
  98.  
  99. sm_admin_cheats_level "abcdefghijklmz"
  100.  
  101. //--> Remove // to enable.
  102. //--> z refers to flag. ex: "z", "b", etc.
  103.  
  104.  
  105. /////////////////////////
  106. //BANS
  107.  
  108. exec banned_user.cfg // Loads banned users' ids.
  109. exec banned_ip.cfg // Loads banned users' ips.
  110. writeip // Save the ban list to banned_ip.cfg.
  111. writeid // Writes a list of permanently-banned user IDs to banned_user.cfg.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement