Advertisement
chevrelune

nade training server config

May 6th, 2024
19
0
342 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | Gaming | 0 0
  1. -------------------------------------------------------------------------------------- trainNades.cgf
  2. sv_cheats 1;
  3.  
  4. bind "F3" "switchCrosshairs;";
  5. bind "F4" "sv_rethrow_last_grenade; slot12";
  6. bind "F5" "bot_place";
  7. bind "ALT" "noclip";
  8. bind "CAPSLOCK" "player_ping";
  9.  
  10. sv_infinite_ammo 1;
  11.  
  12. mp_autoteambalance 0;
  13. mp_limitteams 0;
  14.  
  15. bot_stop 1;
  16. bot_kick;
  17.  
  18. bot_add_ct;
  19. bot_add_ct;
  20. bot_add_ct;
  21. bot_add_ct;
  22. bot_add_ct;
  23. bot_add_ct;
  24. bot_add_ct;
  25. bot_add_ct;
  26. bot_add_ct;
  27. bot_add_ct;
  28. bot_add_ct;
  29. bot_add_ct;
  30. bot_add_ct;
  31. bot_add_ct;
  32. bot_add_ct;
  33.  
  34. ammo_grenade_limit_total 6;
  35. mp_maxmoney 65535;
  36. mp_startmoney 65535;
  37. mp_buy_anywhere 1;
  38. mp_buytime 60000;
  39.  
  40. player_debug_print_damage 1;
  41. bot_knives_only 1;
  42.  
  43. sv_showimpacts 1;
  44. sv_showimpacts_time 60;
  45.  
  46.  
  47. mp_ignore_round_win_conditions 0;
  48. mp_roundtime_defuse 55.92;
  49. mp_round_restart_delay 1;
  50. mp_freezetime 1;
  51.  
  52. mp_restartgame 1;
  53.  
  54. bot_chatter off;
  55.  
  56. bind "KP_1" "host_timescale 0.15";
  57. bind "KP_2" "host_timescale 0.35";
  58. bind "KP_3" "host_timescale 0.5";
  59. bind "KP_4" "host_timescale 0.75";
  60. bind "KP_5" "host_timescale 1";
  61. bind "KP_6" "host_timescale 2";
  62. bind "KP_7" "host_timescale 5";
  63. bind "KP_8" "host_timescale 20";
  64. bind "KP_9" "host_timescale 50";
  65.  
  66.  
  67. sv_grenade_trajectory_prac_pipreview 1;
  68. sv_grenade_trajectory_prac_trailtime 5.0;
  69.  
  70. -- sv_regeneration_force_on 1;
  71. -- sv_falldamage_scale 0;
  72. -- buddha 1;
  73. -- buddha_ignore_bots 1;
  74.  
  75. cl_showpos 1;
  76.  
  77.  
  78. sv_showbullethits 0;
  79. sv_showimpacts_penetration 0;
  80. weapon_debug_spread_show 0;
  81.  
  82.  
  83. ----------------------------------------------------------------------------- AUTOEXEC (optionnal)
  84. -- cl_ bob_lower_amt "5"
  85. -- cl_ bobamt_lat "0.1"
  86. -- cl_ bobamt_vert "0.1"
  87. -- cl_ bobcycle "0.98"
  88.  
  89.  
  90. alias vol volume;
  91. cl_crosshaircolor_r 200; cl_crosshaircolor_g 250; cl_crosshaircolor_b 250;
  92.  
  93. alias crosshair1 "cl_crosshairsize 1.8; cl_crosshairgap -0.3; cl_crosshairdot 0;";
  94. alias crosshair2 "cl_crosshairsize 300; cl_crosshairgap 30; cl_crosshairdot 1;";
  95.  
  96. alias switchCrosshairs "goCrosshair1";
  97. alias goCrosshair1 "crosshair2; alias switchCrosshairs goCrosshair2";
  98. alias goCrosshair2 "crosshair1; alias switchCrosshairs goCrosshair1";
  99.  
  100. bind "F3" "switchCrosshairs;";
  101.  
  102. alias +throw "-attack;-attack2";
  103. bind "CTRL" "+jump;+throw";
  104.  
  105. alias "refundall" "sellback 0;sellback 1;sellback 2;sellback 3;sellback 4;sellback 5;sellback 6;sellback 8;sellback 9;sellback 10;sellback 11;sellback 12;sellback 13;sellback 14;sellback 15;sellback 16;sellback 17;sellback 18;sellback 26;sellback 26;sellback 27;sellback 28;sellback 29;sellback 30;sellback 32;sellback 33;sellback 34;sellback 35;"
  106. bind "l" "refundall"
  107.  
  108. bind "KP_DEL" "demo_togglepause";
  109. bind "KP_0" "toggle spec_show_xray 0 1";
  110. bind "KP_1" "demo_timescale 0.15";
  111. bind "KP_2" "demo_timescale 0.35";
  112. bind "KP_3" "demo_timescale 0.5";
  113. bind "KP_4" "demo_timescale 0.75";
  114. bind "KP_5" "demo_timescale 1";
  115. bind "KP_6" "demo_timescale 1.5";
  116. bind "KP_7" "demo_timescale 2";
  117. bind "KP_8" "demo_timescale 5";
  118. bind "KP_9" "demo_timescale 20";
  119.  
  120.  
  121. bind "LEFTARROW" "demo_gototick -512 relative";
  122. bind "RIGHTARROW" "demo_gototick +512 relative";
  123. bind "UPARROW" "demo_goto +1round relative";
  124. bind "DOWNARROW" "demo_goto -1round relative";
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement