Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Surf Server Config
  2. ---------------------------------------------------------------------------------------------------
  3. sv_accelerate 7
  4. sv_airaccelerate 9999
  5. sv_clamp_unsafe_velocities 0
  6. sv_timebetweenducks 0
  7. sv_enablebunnyhopping 1
  8. sv_autobunnyhopping 1
  9. sv_staminamax 0
  10. sv_staminajumpcost 0
  11. sv_staminalandcost 0
  12. sv_staminarecoveryrate 0
  13. sv_accelerate_use_weapon_speed 0
  14. weapon_air_spread_scale "0.00"
  15. mp_free_armor 1
  16. sv_mincmdrate "102.4" //set depending on your tickrate! ( 64, 102.4, 128 )
  17. sv_maxcmdrate "102.4" //set depending on your tickrate! ( 64, 102.4, 128 )
  18. sv_minupdaterate "102.4" //set depending on your tickrate! ( 64, 102.4, 128 )
  19. sv_maxupdaterate "102.4" //set depending on your tickrate! ( 64, 102.4, 128 )
  20.  
  21. sv_airaccelerate 9999
  22. // makes surfing possible. The higher value, the better.
  23. Some servers believe using a low airaccelerate makes surfing harder. Sure for a skill surf server with stages and linear maps. Combat surf on the other hand, is a fast pased mode with arena based maps. There should be no boundaries on how sharp a turn you wish to make.
  24. People that tend to hold down crouch while turning will also be struggling on low airaccelerate. Keep it at max!
  25.  
  26. sv_accelerate 7
  27. // acceleration from no walk to full speed walking.
  28. sv_accelerate is not super important, but this is to make the players start off faster. People will be able to notice this and feel it refreshing compared to the MM standard of 5.
  29.  
  30. sv_clamp_unsafe_velocities 0
  31. // Old known CS:GO surf bug that caused push triggers to reverse.
  32. Push triggers are fx platforms that boosts the player forward. When being jumped on, the player will be boosted in the oppersit direction or simply just stop. Use this command to prevent this.
  33.  
  34. sv_timebetweenducks 0
  35. From Valve's update blog. http://blog.counter-strike.net/index.php/2016/10/16312/
  36. – Added a 0.4 second cooldown to the crouch button to reduce the visual noise from spamming crouch in the air.
  37. — This is tunable via the convar sv_timebetweenducks.
  38.  
  39. sv_enablebunnyhopping 1
  40. Makes bunnyhopping consistant compared to the RNG defaults from Matchmaking standards.
  41.  
  42. sv_autobunnyhopping 1
  43. ( Optional ) If you're going to use autobhop on your server, i HIGHLY recommend using Valve's ConVar for this. There will not be the same latency problem for players with higher pings and this will also cause less performance for your servers comparing it to plugins.
  44.  
  45. sv_staminamax 0
  46. sv_staminajumpcost 0
  47. sv_staminalandcost 0
  48. sv_staminarecoveryrate 0
  49. Stamina commands that does not conflict with with jump resets. Good to have if you don't allow autobunnyhopping. Reminds slightly of the croutch spam delay once you do it too many times. The commands are good to have, and i recommend you set these values.
  50.  
  51. sv_accelerate_use_weapon_speed 0
  52. ( Optional ) Removes the slow walking on all weapons. Makes it feel like you're running with your knife out at all times. So no more slow walking with a Negev. This can help speeden up the boring rounds being played out on the ground.
  53.  
  54. weapon_air_spread_scale "0.00"
  55. // sets the weapon air spread back to how it originally was.
  56. Remember when you could jump shoot with scout easily? Where shotguns always hit precise in the air? Well Valve added air spread patterns too. Setting this to 0 puts the value back to how they originially were, and makes it easier to hit in the air. This is not to be compared with Nospread!
  57.  
  58. mp_match_end_changelevel 1
  59. //Important, forces map to reload
  60. If you're running a server that only runs 1 map. Fx surf_greatriver_xdre4m, or surf_ski_2_GO, this command forces the map to change after the maptime. Some servers are having trouble with lag, because the cache are building up from no refreshes.
  61. ---------------------------------------------------------------------------------------------------
  62. Provided by BReeZ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement