Advertisement
nik_evdokimov

CS2 Warmup Config by NEVDO

Oct 16th, 2023 (edited)
1,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 1.82 KB | Gaming | 0 0
  1.                                      //////////////////////////////
  2.                                     //////////////////////////////
  3.                                    //////////////////////////////
  4.                                   /////| CONFIG BY: NEVDO |/////
  5.                                  //////////////////////////////
  6.                                 //////////////////////////////
  7.                                //////////////////////////////
  8. //                      ||| steamcommunity.com/id/nik_evdokimov |||
  9. // Config Location: C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
  10. // RENAME AS warmup.cfg AND EXEC VIA CONSOLE COMMAND exec warmup
  11.  
  12.  
  13. /// SERVER START COMMANDS ///
  14.  
  15. bot_kick
  16. sv_cheats 1
  17. sv_infinite_ammo 1
  18. god
  19.  
  20. /// INFINITE TIME ///
  21. mp_buy_anywhere 1
  22. mp_startmoney 16000
  23. mp_buytime 16000
  24. mp_warmuptime 60
  25. mp_roundtime 60
  26. mp_roundtime_defuse 60
  27. mp_freezetime 0
  28. mp_autoteambalance 0
  29. mp_warmup_start
  30.  
  31. /// BULLET AND GRENADE TRAJECTORY ///
  32. sv_showimpacts 1
  33. // OLD COMMAND //sv_grenade_trajectory 1
  34. sv_grenade_trajectory_prac_pipreview 1
  35. // OLD COMMAND //sv_grenade_trajectory_thickness "0.2"
  36. // OLD COMMAND //sv_grenade_trajectory_time "10"
  37.  
  38. /// OTHER ///
  39. cl_showpos 0
  40. ammo_grenade_limit_total 5
  41. bind t "noclip"
  42. bind "n" "bot_add_ct;bot_place;bot_stop 1"
  43. cl_crosshair_recoil "0"
  44.  
  45. /// SPAWN WITH WEAPONS ///  
  46. /// SPAWN WITH WEAPONS DOES NOT WORK RIGHT NOW IN CS2, USE THE CONSOLE TO GIVE WEAPONS SEPARATELY
  47. give weapon_hegrenade
  48. give weapon_smokegrenade
  49. give weapon_flashbang
  50. give weapon_incgrenade
  51. give weapon_molotov
  52. //give weapon_decoy
  53. give weapon_ak47
  54. //give weapon_m4a1_silencer
  55. //give weapon_m4a1
  56. //give weapon_fiveseven
  57. //give weapon_taser
  58. give weapon_vest
  59. //give weapon_defuser
  60. give weapon_awp
  61. //give weapon_deagle
  62.  
  63.  
  64. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement