Advertisement
_HNR

treino.cfg

May 21st, 2019
2,787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 2.71 KB | None | 0 0
  1. sv_cheats 1
  2.  
  3. // Funcionais
  4. cl_showpos "1"
  5. fog_enable "0"
  6. fog_override "1"
  7. mat_postprocess_enable "0"
  8.  
  9. // Regenerar Vida
  10. sv_regeneration_force_on "1"
  11.  
  12. // Binds
  13. bind "o"            "firstperson"
  14. echo bind "o"       "firstperson"
  15. bind "p"            "thirdperson"
  16. echo bind "p"       "thirdperson"
  17.  
  18. echo ""
  19. bind "F1"           "mp_restartgame 1"
  20. bind "F2"           "toggle sv_showimpacts"
  21. bind "F3"           "toggle sv_infinite_ammo"
  22. bind "F4"           "bot_place"
  23.  
  24. bind "f5"           "toggle bot_stop"
  25. bind "F6"           "toggle bot_crouch"
  26. bind "F7"           "bot_kick"
  27. bind "F8"           "demoui"
  28.  
  29. bind "F9"           "host_timescale 0.5;demo_timescale 0"
  30. bind "F10"          "host_timescale 1;demo_timescale 0.5"
  31. bind "F11"          "host_timescale 1;demo_timescale 1"
  32. bind "F12"          "host_timescale 5;demo_timescale 6"
  33.  
  34. bind "alt" "noclip"
  35.  
  36. echo "+===================================================================+"
  37. echo "|       F1       |       F2       |       F3       |       F4       |"
  38. echo "|     Restart    |Mostrar Impactos|Municao infinita|    bot place   |"
  39. echo "|----------------|----------------|----------------|----------------|"
  40. echo "|       F5       |       F6       |       F7       |       F8       |"
  41. echo "|    bot_stop    |    bot_crouch  |    bot_kick    |  Menu de Demos |"
  42. echo "|----------------|----------------|----------------|----------------|"
  43. echo "|       F9       |      F10       |      F11       |      F12       |"
  44. echo "| Velocidade 50% |Velocidade 100% |Velocidade 300% |Velocidade 999% |"
  45. echo "+===================================================================+"
  46.  
  47. // Correção Aleatoriedade
  48. weapon_accuracy_nospread "0"
  49.  
  50. // Configurações do servidor
  51. ammo_grenade_limit_default "999"
  52. ammo_grenade_limit_flashbang "999"
  53. ammo_grenade_limit_total "99999"
  54. mp_autoteambalance "0"
  55. mp_buy_anywhere "1"
  56. mp_buytime "99999"
  57. mp_forcecamera "0"
  58. mp_freezetime "0"
  59. mp_friendlyfire "1"
  60. mp_ignore_round_win_conditions "1"
  61. mp_limitteams "0"
  62. mp_maxmoney "60000"
  63. mp_respawn_on_death_ct "1"
  64. mp_respawn_on_death_t "1"
  65. mp_round_restart_delay "1"
  66. mp_roundtime "60"
  67. mp_roundtime_defuse "99999"
  68. mp_solid_teammates "1"
  69. mp_spawnprotectiontime "0"
  70. mp_startmoney "60000"
  71. mp_td_dmgtokick "0"
  72. mp_teammates_are_enemies "0"
  73. mp_tkpunish "0"
  74. sv_alltalk "1"
  75. sv_damage_print_enable "1"
  76. sv_deadtalk "1"
  77. sv_full_alltalk "1"
  78. sv_infinite_ammo "1"
  79. sv_regeneration_force_on "1"
  80. sv_spec_hear "1"
  81.  
  82. // Bots
  83. bot_chatter "off"
  84. bot_difficulty "3"
  85. bot_kick
  86. mp_autokick "0"
  87. mp_autoteambalance "0"
  88. mp_limitteams "0"
  89. snd_setmixer "dialog vol 0"
  90.  
  91. // Finalizar Aquecimento
  92. mp_warmup_end
  93.  
  94. // Configurações das granadas/projéteis
  95. sv_grenade_trajectory "1"
  96. sv_grenade_trajectory_thickness "0.6"
  97. sv_grenade_trajectory_time "10"
  98. sv_showimpacts "3"
  99. sv_showimpacts_time "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement