Advertisement
zs13213134

Untitled

Feb 2nd, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. hostname "Hack vs Hack | Mirage Only" //server's name
  2. bot_quota 0 //how many bots should join the server?
  3. sv_maxrate "0"
  4. sv_mincmdrate "64"
  5. sv_minrate "64000"
  6. sv_allow_votes "0" //allow vote, map change... votes?
  7. sv_lan "0" //local players only?
  8. sv_region "3" //self explanatory
  9. exec banned_user.cfg //exec's file with a list including all permanently banned users
  10. exec banned_ip.cfg //exec's file with a list including all permanently banned users
  11. sv_allowdownload 1 //let the players download files from your server? ( not recommended to let players download files directly from your server, use a filehost instead )
  12. sv_downloadurl "" //set your download url here, example: https://my.webserver.com/csgo/
  13. rcon_password "WPUU5pRs" //set your server's rcon password ( make sure to not share it )
  14. sv_kick_players_with_cooldown 0 //overwatched players will be able to join
  15. mp_autokick 0 //kick afk players?
  16. mp_limitteams 2 //how big can the difference between teams be?
  17. host_name_store 1
  18. host_info_show 2
  19. host_players_show 2
  20. mp_playercashawards 0 //should players earn money for killing other players, doing objectives?
  21. sv_infinite_ammo 0 //self explanatory
  22. mp_endmatch_votenextmap 0 //show the vote tab when the game ends?
  23. mp_halftime 1 //self explanatory
  24. mp_startmoney 800 //self explanatory
  25. mp_maxmoney 16000 //self explanatory
  26. mp_afterroundmoney 16000 //how much money will the players get after the pistol round? ( keep it at 16k if you want to get scar, etc the round after pistol round )
  27. mp_warmuptime 45
  28. mp_buy_anywhere 0
  29. mp_solid_teammates 0 //are players solid? ( disabled = will let you move through your teammates )
  30. sv_deadtalk 1
  31. sv_alltalk 1
  32. sv_full_alltalk 1
  33. sv_talk_enemy_living 1
  34. sv_talk_enemy_dead 1
  35. game_mode 1 //See GameModes.txt
  36. game_type 0 //See GameModes.txt
  37. mp_freezetime 6
  38. mp_friendlyfire 0
  39. mp_match_end_changelevel 0 //should the map change at the end of the game?
  40. mp_match_end_restart 1 //should the map restart at the end of the game?
  41. mp_forcecamera 0 //0 = you will be allowed to spectate anyone 1 = team restricted
  42. sv_tags "hvh, hackvshack, csgo" // server tags which help other players find your server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement