Advertisement
apollo-iwnl-

arys CFG March 2019

Feb 16th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. unbindallmousekeyboard
  2.  
  3.  
  4.  
  5. name "arys"
  6.  
  7.  
  8.  
  9. //ALIASES
  10.  
  11.  
  12.  
  13. //SPIN
  14.  
  15. alias "+spin" "m_yaw 0.22"
  16. alias "-spin" "m_yaw 0.022"
  17. bind "5" "+spin"
  18.  
  19. //WEAPONS
  20.  
  21. alias "rifle" "slot2; slot1"
  22.  
  23. alias "pistol" "slot2"
  24. alias "knife" "slot3"
  25.  
  26. //QUICKSWITCH
  27.  
  28. alias "+switch" "knife"
  29. alias "-switch" "rifle"
  30.  
  31. //LONGJUMP
  32.  
  33. alias "+longjump" "+jump; +duck"
  34. alias "-longjump" "-jump; -duck"
  35.  
  36. //CONSOLE
  37.  
  38. alias "dc" "disconnect"
  39. alias "exae" "exec autoexec"
  40.  
  41. //SHOWNET
  42.  
  43. alias "+ng" "net_graphheight 64; +showscores"
  44. alias "-ng" "net_graphheight 1337; -showscores"
  45.  
  46.  
  47.  
  48. //HUD
  49.  
  50.  
  51.  
  52. cl_hud_color "2"
  53. hud_scaling "0.75"
  54. cl_hud_healthammo_style "1"
  55. cl_hud_playercount_pos "0"
  56. cl_hud_playercount_showcount "1"
  57.  
  58. safezonex "1.00"
  59. safezoney "1.00"
  60.  
  61. cl_showloadout "1"
  62. cl_use_opens_buy_menu "0"
  63.  
  64. cl_teammate_colors_show "2"
  65.  
  66. cl_hud_radar_scale "1.0"
  67. cl_radar_scale "0.4"
  68. cl_hud_background_alpha "0"
  69. cl_radar_always_centered "0"
  70.  
  71. cl_showpos "0"
  72.  
  73.  
  74. //MOUSE
  75.  
  76.  
  77. sensitivity "2" //400 DPI
  78. zoom_sensitivity_ratio_mouse "1"
  79.  
  80. bind "mouse1" "+attack; r_cleardecals"
  81. bind "mouse2" "+attack2"
  82. bind "mouse4" "+voicerecord"
  83.  
  84. bind "mwheeldown" "+jump"
  85. bind "mwheelup" "+jump"
  86.  
  87. m_rawinput "1"
  88. m_mousespeed "0"
  89. m_customaccel "0"
  90. m_customaccel_exponent "0"
  91. m_mouseaccel1 "0"
  92. m_mouseaccel2 "0"
  93.  
  94.  
  95.  
  96. //KEYBOARD
  97.  
  98.  
  99. //DIRECTIONAL
  100.  
  101. bind "w" "+forward"
  102. bind "s" "+back"
  103. bind "a" "+moveleft"
  104. bind "d" "+moveright"
  105. bind "ctrl" "+duck"
  106. bind "shift" "+speed"
  107.  
  108. //INTERACT/SELECT
  109.  
  110. bind "r" "+reload"
  111. bind "e" "+use"
  112. bind "g" "drop"
  113. bind "1" "rifle"
  114. bind "q" "+switch"
  115. bind "2" "pistol"
  116. bind "3" "knife"
  117. bind "4" "slot5"
  118. bind "h" "toggle cl_righthand 1 0"
  119. bind "space" "+longjump"
  120. bind "k" "+jumpthrow"
  121. bind "b" "buymenu"
  122. bind "tab" "+ng"
  123. bind "f" "+lookatweapon"
  124. bind "m" "teammenu"
  125. bind "t" "+spray_menu"
  126.  
  127. bind "uparrow" "voice_enable 1"
  128. bind "downarrow" "voice_enable 0"
  129.  
  130. //NADES
  131.  
  132. bind "z" "use weapon_incgrenade; use weapon_molotov"
  133. bind "x" "use weapon_hegrenade"
  134. bind "c" "use weapon_smokegrenade"
  135. bind "v" "use weapon_flashbang"
  136. bind "n" "use weapon_decoy"
  137.  
  138. //CHAT
  139.  
  140. //GENERAL
  141.  
  142. bind "y" "messagemode"
  143. bind "u" "messagemode2"
  144.  
  145. //BINDS
  146.  
  147. bind "[" "say later bowlcut"
  148. bind "]" "say :("
  149. bind "\" "say lol"
  150. bind "p" "say p"
  151. bind "o" "say woah there"
  152.  
  153. //BUY
  154.  
  155. bind "kp_5" "buy vesthelm"
  156. bind "kp_leftarrow" "buy vest"
  157. bind "kp_ins" "buy m4a1; buy ak47"
  158. bind "kp_minus" "buy defuser"
  159. bind "kp_multiply" "buy molotov; buy incgrenade"
  160. bind "kp_pgup" "buy smokegrenade"
  161. bind "kp_rightarrow" "buy hegrenade"
  162. bind "kp_pgdn" "buy decoy"
  163. bind "kp_del" "buy flashbang"
  164. bind "kp_slash" "buy awp; buy p250"
  165. bind "kp_plus" "buy m4a1; buy ak47; buy vest; buy vesthelm; buy defuser; buy molotov; buy incgrenade; buy hegrenade; buy smokegrenade; buy flashbang"
  166. bind "kp_enter" "buy awp; buy p250; buy vest; buy vesthelm; buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade; buy defuser"
  167.  
  168.  
  169.  
  170. //MISC
  171.  
  172.  
  173.  
  174. //NET_GRAPH
  175.  
  176. net_graph "1"
  177. net_graphpos "1"
  178. net_graphproportionalfont "0"
  179.  
  180. //OTHER
  181.  
  182. mm_dedicated_search_maxping "100"
  183.  
  184. developer "1"
  185. con_enable "1"
  186. con_filter_text "Damage Given"
  187. con_filter_text_out "Player:"
  188. con_filter_enable "2"
  189.  
  190. cl_showfps "1"
  191.  
  192.  
  193.  
  194. //SERVER
  195.  
  196. cl_interp "0"
  197. cl_interp_ratio "1"
  198. cl_cmdrate "128"
  199. cl_updaterate "128"
  200.  
  201.  
  202.  
  203. //VIDEO
  204.  
  205.  
  206.  
  207. //RES
  208.  
  209. mat_setvideomode 1280 960 0 //STRETCHED
  210.  
  211. //GRAPHICS
  212.  
  213. mat_monitorgamma 1.6 //BRIGHTNESS
  214. mat_monitorgamma_tv_enabled "0" //TV COLORS
  215.  
  216. //SHADOW DETAIL: LOW
  217. //MODEL / TEXTURE DETAIL: LOW
  218. //EFFECT DETAIL: LOW
  219. //SHADER DETAIL: VERY LOW
  220. //MULTICORE RENDERING: DISABLED
  221. //MSAA: NONE
  222. //FXAA: OFF
  223. //ANISOTROPIC FILTERING: BILINEAR
  224. //VSYNC: OFF
  225. //MOTION BLUR: ON (60Hz)
  226.  
  227.  
  228. //FPS
  229.  
  230. fps_max 600
  231. fps_max_menu 600
  232.  
  233. r_dynamic "1"
  234. r_eyegloss "0"
  235. r_eyemove "0"
  236. r_eyeshift_x "0"
  237. r_eyeshift_y "0"
  238.  
  239.  
  240.  
  241. //VIEWMODEL
  242.  
  243.  
  244.  
  245. cl_righthand "1"
  246. viewmodel_fov "68"
  247. viewmodel_offset_x "1.5"
  248. viewmodel_offset_y "0"
  249. viewmodel_offset_z "-1.5"
  250. viewmodel_presetpos "0"
  251. cl_viewmodel_shift_left_amt "0.5"
  252. cl_viewmodel_shift_right_amt "0.25"
  253. cl_bobcycle "0.98"
  254. cl_bob_lower_amt "5"
  255. cl_bobamt_lat "0.4"
  256. cl_bobamt_vert "0.25"
  257. viewmodel_presetpos "3"
  258. viewmodel_recoil "1"
  259.  
  260.  
  261.  
  262. //CROSSHAIR
  263.  
  264.  
  265.  
  266. cl_crosshairalpha "255";
  267. cl_crosshaircolor "2";
  268. cl_crosshairdot "0";
  269. cl_crosshairgap "-3";
  270. cl_fixedcrosshairgap "-3";
  271. cl_crosshairgap_useweaponvalue "0";
  272. cl_crosshairsize "2";
  273. cl_crosshairstyle "4";
  274. cl_crosshairthickness "0";
  275. cl_crosshair_drawoutline "0"
  276.  
  277.  
  278.  
  279. //SOUND
  280.  
  281.  
  282.  
  283. //ENHANCEMENT
  284.  
  285. dsp_enhance_stereo "0"
  286. snd_mixahead "0.05"
  287. snd_pitchquality "1"
  288. snd_deathcamera_volume "0.0"
  289. snd_mapobjective_volume "0.03"
  290. snd_menumusic_volume "0"
  291. snd_mvp_volume "0.01"
  292. snd_roundend_volume "0.01"
  293. snd_roundstart_volume "0.01"
  294. snd_tensecondwarning_volume "0.10"
  295. voice_scale "0.25"
  296. snd_mute_losefocus "0"
  297. snd_surround_speakers "0"
  298.  
  299. snd_front_headphone_position "45.0"
  300. snd_rear_headphone_position "90.0"
  301. snd_headphone_pan_exponent "1.2"
  302. snd_headphone_pan_radial_weight "0.5"
  303.  
  304.  
  305.  
  306. //VOICE
  307.  
  308. voice_enable "1"
  309. volume "0.45"
  310. voice_scale "0.3"
  311.  
  312.  
  313.  
  314.  
  315.  
  316. host_writeconfig
  317.  
  318.  
  319.  
  320.  
  321. clear
  322. echo " _____ ______ _____ _ _ _ _ "
  323. echo " / __ \| ___| __ \ | | | | | | |"
  324. echo " __ _ _ __ _ _ ___ | / \/| |_ | | \/ | | ___ __ _ __| | ___ __| | |"
  325. echo " / _` | '__| | | / __| | | | _| | | __ | | / _ \ / _` |/ _` |/ _ \/ _` | |"
  326. echo "| (_| | | | |_| \__ \ | \__/\| | | |_\ \ | |___| (_) | (_| | (_| | __/ (_| |_|"
  327. echo " \__,_|_| \__, |___/ \____/\_| \____/ \_____/\___/ \__,_|\__,_|\___|\__,_(_)"
  328. echo " __/ | "
  329. echo " |___/ "
  330.  
  331.  
  332.  
  333. //RAZER BASILISK
  334. //RAZER KRAKEN V2
  335. //LAUNCH OPTIONS: -high -novid +exec autoexec +panorama_eco_mode 2 -language apollo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement