Advertisement
marixxaa

marixxaa.cfg

Jan 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 KB | None | 0 0
  1. echo Config Loaded!!! (1/2) //This confirms that the config has been loaded
  2.  
  3. con_enable "1" //Enables Console
  4. gameinstructor_enable "0" //Removes in-game instructions
  5. cl_showhelp "0" //Removes on-screen help
  6. cl_autohelp "0" //Removes automatic help
  7. cl_disablefreezecam "1" //Disables Freezecam
  8. cl_disablehtmlmotd "1" //Removes "Message of the day" page when joining a server
  9. cl_autowepswitch 0 //Disable auto-weapon switch
  10. cl_forcepreload "1" //Preloads map, improves FPS but may increase map loading times
  11. cl_join_advertise "2" //Let friends join your community servers
  12.  
  13.  
  14.  
  15. // 4. Hud
  16. hud_scaling "0.95" //Scales hud elements to maximum value
  17. hud_showtargetid "1" //Enables display of target names, important
  18. cl_hud_bomb_under_radar "1" //Draws bomb under radar, convenient
  19. cl_hud_color "1" //Makes the hud color yellow, for banana style
  20. cl_hud_playercount_showcount "0" //Shows player avatars instead of numbers left
  21. cl_hud_playercount_pos "1" //Puts player information in the bottom instead of top
  22. cl_hud_healthammo_style "1" //Simplified information on HP/AP and ammo
  23. cl_hud_background_alpha "0.4" //Hidden but still visible black bars, easy on the eyes
  24. cl_loadout_colorweaponnames "1" //Weapon names are colored in loadout to match their rarity, cool feature
  25. cl_showloadout "1" //So it doesnt fade out the weapon slots, very annoying otherwise
  26. cl_teamid_overhead_always "2" //Always show team behind walls with equiptment
  27. safezonex "1" //Screen width percentage for the hud
  28. safezoney "1" //Screen height percentage for the hud
  29.  
  30. // 5. Radar (Optimized radar settings)
  31. cl_teammate_colors_show 2 //Show letters in radar
  32. cl_hud_radar_scale "1" //Radar size, not too big and not too small
  33. cl_radar_scale "0.4" //Radar map scale size, 0.4 works on all maps
  34. cl_radar_always_centered "0" //Centers map instead of player
  35. cl_radar_icon_scale_min "1" //Minimum player icon scale
  36.  
  37.  
  38. // 7. Viewmodel
  39. viewmodel_offset_x "1" //Changes viewmodel view in X scale
  40. viewmodel_offset_y "2" //Changes viewmodel view in Y scale
  41. viewmodel_offset_z "-2" //Changes viewmodel view in Z scale
  42. viewmodel_fov "68" //Highest viewmodel FOV
  43. viewmodel_recoil "0" //Disables viewmodel reactions to weapon recoil & aimpunch (from Update: 2018-03-01)
  44.  
  45. // 8. Bob (Less movement when you move around with weapons)
  46. cl_bob_lower_amt "5" //How much the viewmodel lowers when running, set to lowest for less distraction
  47. cl_bobamt_lat "0.1" //How much the viewmodel moves side to side when running, set to lowest for less distraction
  48. cl_bobamt_vert "0.1" //How much the viewmodel moves up and down when running, set to lowest for less distraction
  49. cl_bobcycle "0.98" //The frequency at which the viewmodel bobs, set to default
  50. cl_viewmodel_shift_left_amt "0.5" //Lowers the crouching animation of the viewmodel
  51. cl_viewmodel_shift_right_amt "0.25" //Lowers the crouching animation of the viewmodel
  52.  
  53. // 9. Rates (These network settings are optimized for high speed internet)
  54. rate "400000" // Your download rate to the server. Max rate: "786432"
  55. cl_cmdrate "128" //Max number of command packets sent to server per second
  56. cl_updaterate "128" //Number of packets per second you are requesting from the server
  57. cl_interp "0.007813" //Sets the interpolation amount, always set this to 0
  58. cl_interp_ratio "1" //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)
  59. cl_lagcompensation "1" //Lag compensation helps by eliminating combat latency from client side view
  60. cl_predict "1" //Skip waiting for server feedback and simulate client side movement in real-time
  61. cl_predictweapons "1" //Skip waiting for server feedback and perform client side prediction of weapon effects
  62.  
  63. // 10. Net (Netgraph positioning)
  64. net_graph "1"
  65. net_graphheight "9999"
  66. bind "TAB" "+scorenet"
  67. alias "+scorenet" "+showscores; net_graphheight 0"
  68. alias "-scorenet" "-showscores; net_graphheight 9999"
  69.  
  70. // 11. Video (Video settings and FPS Boosts)
  71. fps_max "300" //Max frames per second, setting it to 0 causes long loading times
  72. fps_max_menu "245" //Max frames per second in main-menu
  73. mat_monitorgamma "1.8" //Sets Brightness to highest, highly recommended
  74. mat_monitorgamma_tv_enabled "0" //Turn off TV Mode for less off-set light
  75. mat_powersavingsmode "0" //Disables power saving mode
  76. mat_queue_mode "-1" //The queue/thread mode the material system should use, setting this to 2 gave me an FPS boost
  77. r_dynamic "0" //Affects dynamic lighting, turned off for more FPS
  78. r_drawtracers_firstperson "0" //Remove first person tracers, does not impact gameplay, just makes it easier to spray
  79.  
  80. // 12. Sound (Optimized sound settings, does not affect your volume, adjust yourself with "volume")
  81. snd_hwcompat 0 //Enables "Advanced 3D Audio Processing"
  82. snd_musicvolume_multiplier_inoverlay 0 // Disable music volume when Steam Overlay is active
  83. voice_scale "0.6" //Turns down the volume of other players voice to 40%
  84.  
  85. // 13. Other
  86. cl_use_opens_buy_menu "0" //Disables E from opening buy-menu, really useful
  87. mm_dedicated_search_maxping "50" //Maxping Search in Matchmaking
  88. func_break_max_pieces 0 //Less clutter from breaking vents (especially on Mirage)
  89.  
  90. echo Config Loaded!!! (2/2) //This just confirms that the config has ended successfully
  91.  
  92. alias resume_forward "resume_forward_default"
  93. alias resume_forward_default
  94. alias resume_forward_default_active "+forward; alias counter_resume_forward resume_forward; alias stop_forward_default stop_forward_default_active; alias counter_forward counter_forward_active"
  95. alias resume_forward_counter "+forward; alias counter_resume_forward resume_forward; alias stop_forward_default stop_forward_default_active"
  96. alias counter_resume_forward "resume_forward"
  97. alias counter_forward
  98. alias counter_forward_active "+back; alias stop_back stop_back_counter; alias resume_back resume_back_counter; alias -vback -vback_counter"
  99. alias stop_forward "stop_forward_default"
  100. alias stop_forward_default
  101. alias stop_forward_default_active "-forward; alias counter_forward; alias counter_resume_forward"
  102. alias stop_forward_counter "stop_forward_default_active"
  103.  
  104. alias resume_back "resume_back_default"
  105. alias resume_back_default
  106. alias resume_back_default_active "+back; alias counter_resume_back resume_back; alias stop_back_default stop_back_default_active; alias counter_back counter_back_active"
  107. alias resume_back_counter "+back; alias counter_resume_back resume_back; alias stop_back_default stop_back_default_active"
  108. alias counter_resume_back "resume_back"
  109. alias counter_back
  110. alias counter_back_active "+forward; alias stop_forward stop_forward_counter; alias resume_forward resume_forward_counter; alias -vforward -vforward_counter"
  111. alias stop_back "stop_back_default"
  112. alias stop_back_default
  113. alias stop_back_default_active "-back; alias counter_back; alias counter_resume_back"
  114. alias stop_back_counter "stop_back_default_active"
  115.  
  116. alias resume_moveright "resume_moveright_default"
  117. alias resume_moveright_default
  118. alias resume_moveright_default_active "+moveright; alias counter_resume_moveright resume_moveright; alias stop_moveright_default stop_moveright_default_active; alias counter_moveright counter_moveright_active"
  119. alias resume_moveright_counter "+moveright; alias counter_resume_moveright resume_moveright; alias stop_moveright_default stop_moveright_default_active"
  120. alias counter_resume_moveright "resume_moveright"
  121. alias counter_moveright
  122. alias counter_moveright_active "+moveleft; alias stop_moveleft stop_moveleft_counter; alias resume_moveleft resume_moveleft_counter; alias -vmoveleft -vmoveleft_counter"
  123. alias stop_moveright "stop_moveright_default"
  124. alias stop_moveright_default
  125. alias stop_moveright_default_active "-moveright; alias counter_moveright; alias counter_resume_moveright"
  126. alias stop_moveright_counter "stop_moveright_default_active"
  127.  
  128. alias resume_moveleft "resume_moveleft_default"
  129. alias resume_moveleft_default
  130. alias resume_moveleft_default_active "+moveleft; alias counter_resume_moveleft resume_moveleft; alias stop_moveleft_default stop_moveleft_default_active; alias counter_moveleft counter_moveleft_active"
  131. alias resume_moveleft_counter "+moveleft; alias counter_resume_moveleft resume_moveleft; alias stop_moveleft_default stop_moveleft_default_active"
  132. alias counter_resume_moveleft "resume_moveleft"
  133. alias counter_moveleft
  134. alias counter_moveleft_active "+moveright; alias stop_moveright stop_moveright_counter; alias resume_moveright resume_moveright_counter; alias -vmoveright -vmoveright_counter"
  135. alias stop_moveleft "stop_moveleft_default"
  136. alias stop_moveleft_default
  137. alias stop_moveleft_default_active "-moveleft; alias counter_moveleft; alias counter_resume_moveleft"
  138. alias stop_moveleft_counter "stop_moveleft_default_active"
  139.  
  140. // Template:
  141. // alias +v{direction} "+{direction}; stop_{opposite}; alias counter_resume_{direction} resume_{direction}; alias resume_{direction}_default resume_{direction}_default_active; alias stop_{direction}_default stop_{direction}_default_active; alias counter_{direction} counter_{direction}_active"
  142. // alias -v{direction} "-v{direction}_default"
  143. // alias -v{direction}_default "-{direction}; resume_{opposite}; alias resume_{direction}_default; alias stop_{direction}_default; alias counter_{direction}"
  144. // alias -v{direction}_counter "alias resume_{direction}_default; alias stop_{direction}_default; alias counter_{direction}"
  145.  
  146. alias +vforward "+forward; stop_back; alias counter_resume_forward resume_forward; alias resume_forward_default resume_forward_default_active; alias stop_forward_default stop_forward_default_active; alias counter_forward counter_forward_active"
  147. alias -vforward "-vforward_default"
  148. alias -vforward_default "-forward; resume_back; alias resume_forward_default; alias stop_forward_default; alias counter_forward"
  149. alias -vforward_counter "alias resume_forward_default; alias stop_forward_default; alias counter_forward"
  150.  
  151. alias +vback "+back; stop_forward; alias counter_resume_back resume_back; alias resume_back_default resume_back_default_active; alias stop_back_default stop_back_default_active; alias counter_back counter_back_active"
  152. alias -vback "-vback_default"
  153. alias -vback_default "-back; resume_forward; alias resume_back_default; alias stop_back_default; alias counter_back"
  154. alias -vback_counter "alias resume_back_default; alias stop_back_default; alias counter_back"
  155.  
  156. alias +vmoveright "+moveright; stop_moveleft; alias counter_resume_moveright resume_moveright; alias resume_moveright_default resume_moveright_default_active; alias stop_moveright_default stop_moveright_default_active; alias counter_moveright counter_moveright_active"
  157. alias -vmoveright "-vmoveright_default"
  158. alias -vmoveright_default "-moveright; resume_moveleft; alias resume_moveright_default; alias stop_moveright_default; alias counter_moveright"
  159. alias -vmoveright_counter "alias resume_moveright_default; alias stop_moveright_default; alias counter_moveright"
  160.  
  161. alias +vmoveleft "+moveleft; stop_moveright; alias counter_resume_moveleft resume_moveleft; alias resume_moveleft_default resume_moveleft_default_active; alias stop_moveleft_default stop_moveleft_default_active; alias counter_moveleft counter_moveleft_active"
  162. alias -vmoveleft "-vmoveleft_default"
  163. alias -vmoveleft_default "-moveleft; resume_moveright; alias resume_moveleft_default; alias stop_moveleft_default; alias counter_moveleft"
  164. alias -vmoveleft_counter "alias resume_moveleft_default; alias stop_moveleft_default; alias counter_moveleft"
  165.  
  166. alias move_clear "-forward; -back; -moveright; -moveleft"
  167. alias move_counter "counter_forward; counter_back; counter_moveright; counter_moveleft"
  168. alias move_resume_restore "alias resume_forward resume_forward_default; alias resume_back resume_back_default; alias resume_moveright resume_moveright_default; alias resume_moveleft resume_moveleft_default"
  169. alias move_stop_restore "alias stop_forward stop_forward_default; alias stop_back stop_back_default; alias stop_moveright stop_moveright_default; alias stop_moveleft stop_moveleft_default"
  170. alias move_release_restore "alias -vforward -vforward_default; alias -vback -vback_default; alias -vmoveright -vmoveright_default; alias -vmoveleft -vmoveleft_default"
  171. alias move_resume "counter_resume_forward; counter_resume_back; counter_resume_moveright; counter_resume_moveleft"
  172. alias +counterstrafe "move_clear; move_counter"
  173. alias -counterstrafe "move_clear; move_resume_restore; move_stop_restore; move_release_restore; move_resume"
  174.  
  175. bind w +vforward
  176. bind a +vmoveleft
  177. bind s +vback
  178. bind d +vmoveright
  179. bind t +counterstrafe
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186. alias mic "mikeon";alias mikeon "+voicerecord; alias mic mikeoff";alias mikeoff "-voicerecord; alias mic mikeon";bind "F1" "mic"
  187. alias mic "mikeon";alias mikeon "+voicerecord; alias mic mikeoff";alias mikeoff "-voicerecord; alias mic mikeon";bind "F1" "mic"
  188.  
  189.  
  190.  
  191. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind h "+jumpthrow"
  192.  
  193. // DISPLAY DAMAGE INFO SCRIPT
  194. developer 1
  195. con_filter_enable 2
  196. con_filter_text_out "Player:"
  197. con_filter_text "damage Given"
  198.  
  199. alias num0 "buy vesthelm"
  200. alias num1 "buy p250"
  201. alias num2 "buy tec9" //buys a tec9 or five seven or cz75
  202. alias num3 "buy deagle"
  203. alias num4 "buy famas" //buys a famas or galil
  204. alias num5 "buy ak47" //buys an ak47 or an m4a1 or an m4a1_silencer
  205. alias num6 "buy aug" //buys an aug or an sg552
  206. alias num7 "buy nova"
  207. alias num8 "buy mag7" //buys a mag7 or a sawedoff
  208. alias num9 "buy ssg08"
  209. alias num/ "buy hegrenade"
  210. alias num- "buy smokegrenade"
  211. alias num+ "buy molotov"
  212. alias numenter "buy awp"
  213. alias num. "buy vest"
  214. alias num* "buy flashbang"
  215.  
  216. //Binds - Leave these alone
  217. bind kp_ins num0;bind kp_end num1;bind kp_downarrow num2;bind kp_pgdn num3;bind kp_leftarrow num4;bind kp_5 num5;bind kp_rightarrow num6;bind kp_home num7;bind kp_uparrow num8;bind kp_pgup num9;bind kp_slash num/;bind kp_minus num-;bind kp_plus num+;bind kp_enter numenter;bind kp_del num.;bind kp_multiply num*;
  218.  
  219. alias displaydamage "displaydamage_on"
  220. alias displaydamage_on "con_filter_text Damage; con_filter_text_out Player:; con_filter_enable 2; developer 1; alias displaydamage "displaydamage_off""
  221. alias displaydamage_off "con_filter_enable 0; developer 0; alias displaydamage "displaydamage_on""
  222.  
  223. bind o "displaydamage"
  224.  
  225. bind q "invnextnongrenade"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement