Advertisement
Guest User

server.cfg

a guest
Jun 27th, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. // server name
  2. hostname "blahblah"
  3.  
  4. // rcon passsword
  5. rcon_password "blahblah" // rcon disabled
  6.  
  7. sv_alltalk 1
  8. mp_limitteams 0
  9. sv_voiceenable 1
  10. mp_autoteambalance 0
  11. mp_friendlyfire 0
  12. mp_match_end_restart 0
  13.  
  14. sm_cvar sv_turbophysics 1 //0 to disable pushing, 1 to enable it
  15. sm_cvar phys_pushscale 5 //How easy is it to move objects around, shooting or pushing
  16. sm_cvar sv_pushaway_force 50000 //How strong the push is
  17. sm_cvar sv_pushaway_max_force 500000 //Max push force
  18. sm_cvar sv_pushaway_min_player_speed 75
  19.  
  20. sm_cvar net_maxfilesize 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement