Advertisement
CLIFT

launch options & cfg

Jun 18th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. launch options:
  2. -novid -tickrate 128 -high -nod3d9ex1 -processheap -language english
  3.  
  4. handwritten cfg:
  5. fps_max 120
  6. fps_max_menu 120
  7. sensitivity 1.7
  8. gameinstructor_enable 0
  9. volume 0.45
  10. voice_enable 1
  11. voice_scale 0.35
  12. voice_forcemicrecord 1
  13. voice_mixer_boost 0
  14. voice_mixer_mute 0
  15. voice_threshold 4000
  16. snd_headphone_pan_exponent 2.5
  17. snd_mixahead 0.01
  18. snd_hwcompat 1
  19. snd_front_headphone_position 45
  20. snd_rear_headphone_position 135
  21. spec_replay_autostart 0
  22. spec_show_xray 1
  23. mm_dedicated_search_maxping 60
  24. mat_queue_mode -1
  25. mat_monitorgamma 1.8
  26. rate 786432
  27. cl_updaterate 128
  28. cl_cmdrate 128
  29. cl_interp 0
  30. cl_interp_ratio 1
  31. cl_interpolate 1
  32. cl_predict 1
  33. cl_predictweapons 1
  34. cl_lagcompensation 1
  35. cl_timeout 9999
  36. cl_resend 0.1
  37. cl_autohelp 0
  38. cl_disablefreezecam 1
  39. cl_disablehtmlmotd 1
  40. cl_forcepreload 1
  41. cl_freezecameffects_showholiday 0
  42. cl_showhelp 0
  43. cl_show_clan_in_death_notice 0
  44. cl_showloadout 1
  45. cl_detail_max_sway 0
  46. cl_detail_avoid_radius 0
  47. r_drawtracers_firstperson 0
  48. r_dynamic 0
  49. r_eyemove 0
  50. muzzleflash_light 0
  51. cl_hud_background_alpha 0.5
  52. cl_hud_bomb_under_radar 1
  53. cl_hud_color 0
  54. cl_hud_healthammo_style 0
  55. cl_hud_playercount_pos 0
  56. cl_hud_playercount_showcount 1
  57. cl_hud_radar_scale 1.3
  58. cl_loadout_colorweaponnames 1
  59. hud_scaling 0.5
  60. hud_showtargetid 1
  61. hud_takesshots 0
  62. cl_radar_rotate 1
  63. cl_radar_scale 0.4
  64. cl_radar_always_centered 1
  65. cl_radar_icon_scale_min 0.45
  66. cl_radar_square_with_scoreboard 0
  67. net_graph 1
  68. net_graphpos 2
  69. net_graphheight 0
  70. net_graphproportionalfont 0
  71. net_graphtext 0
  72. cl_viewmodel_shift_left_amt 0
  73. cl_viewmodel_shift_right_amt 0
  74. viewmodel_fov 68
  75. viewmodel_offset_x 1.5
  76. viewmodel_offset_y 2
  77. viewmodel_offset_z -2
  78. viewmodel_presetpos 0
  79. viewmodel_recoil 1
  80. cl_bob_lower_amt 0
  81. cl_bobamt_lat 0
  82. cl_bobamt_vert 0
  83. cl_bobcycle 0
  84. cl_crosshairstyle 4
  85. cl_crosshairsize 2.6
  86. cl_crosshairthickness 0
  87. cl_crosshairgap -3
  88. cl_crosshair_drawoutline 0
  89. cl_crosshairdot 0
  90. cl_crosshair_t 0
  91. cl_crosshaircolor 5
  92. cl_crosshaircolor_r 0
  93. cl_crosshaircolor_g 255
  94. cl_crosshaircolor_b 0
  95. cl_crosshairalpha 255
  96. cl_crosshair_sniper_width 2
  97. unbindall
  98. bind w +forward
  99. bind a +moveleft
  100. bind s +back
  101. bind d +moveright
  102. bind space +jump
  103. bind mwheelup +jump
  104. bind mwheeldown +jump
  105. bind ctrl +duck
  106. bind shift +speedvol
  107. bind 1 slot1
  108. bind 2 slot2
  109. bind 3 slot3
  110. bind 4 slot4
  111. bind 5 slot5
  112. bind 6 "use weapon_c4;drop"
  113. bind z "use weapon_knife;use weapon_flashbang"
  114. bind x "use weapon_smokegrenade"
  115. bind c "use weapon_incgrenade;use weapon_molotov"
  116. bind v "use weapon_hegrenade"
  117. bind tab +scorenet
  118. bind e +use
  119. bind f +lookatweapon
  120. bind g drop
  121. bind h +jumpthrow
  122. bind b buymenu
  123. bind t +voicerecord
  124. bind m teammenu
  125. bind q lastinv
  126. bind r +reload
  127. bind y messagemode
  128. bind u messagemode2
  129. bind mouse1 +attackvol
  130. bind mouse2 +attack2
  131. bind mouse3 +cl_show_team_equipment
  132. bind mouse4 r_cleardecals
  133. bind mouse5 +spray_menu
  134. bind alt noclip
  135. bind f12 jpeg
  136. bind ins xhair
  137. bind ] "toggle r_drawothermodels 1 2"
  138. bind [ aim
  139. bindtoggle p sv_cheats
  140. alias disc disconnect
  141. alias q quit
  142. alias rest "mp_warmup_end;mp_restartgame 1"
  143. alias +scorenet "+showscores;net_graphtext 1"
  144. alias -scorenet "-showscores;net_graphtext 0"
  145. alias +jumpthrow "+jump;-attack"
  146. alias -jumpthrow -jump
  147. alias +speedvol "+speed;volume 0.6"
  148. alias -speedvol "-speed;volume 0.45"
  149. alias +attackvol "+attack;volume 0.3"
  150. alias -attackvol "-attack;volume 0.45"
  151. alias xhair xhair1
  152. alias xhair1 "alias xhair xhair2;cl_crosshairstyle 5;cl_crosshairgap -2.5"
  153. alias xhair2 "alias xhair xhair1;cl_crosshairstyle 4;cl_crosshairgap -3"
  154. host_writeconfig
  155. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement