Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. //----------------------------------------------------------------------------------------------------------------------------------------------------
  2. // Personal_settings.cfg -This file is here to save your personal settings whenever there is a new update of ZenExec,
  3. // So that they are not overwritten every time you update.
  4. //----------------------------------------------------------------------------------------------------------------------------------------------------
  5. //client rate/interpolation/network settings
  6.  
  7. rate "100000" //Putting this to anything less than 30000 (Unless your internet connection can't handle 30 kb/s) is retarded
  8. cl_cmdrate "100" //How many times /second we should SEND information to the server
  9. cl_updaterate "100" //How many times /second we should RECIEVE information from the server
  10. cl_interp_ratio "0" //Calculates and sets cl_interp
  11. cl_interp "0" //Interpolation, This tells the server how far back in time we want to recieve player positions from (seconds)
  12. cl_lagcompensation "1" //Make sure Lagcompensation is enabled
  13. cl_lagcomp_errorcheck "1"
  14. cl_timeout "30" //Time to wait to auto disconnect when connection to a server is lost.
  15. cl_resend "4"
  16.  
  17.  
  18.  
  19. //Misc. Networking commands
  20. net_maxroutable "1200"
  21. net_splitrate "3"
  22. net_splitpacket_maxrate "30000"
  23.  
  24. //----------------------------------------------------------------------------------------------------------------------------------------------------
  25. //Mouse settings -UNCOMMENT and change the values to your preference.
  26. // (Remove the '//' infront of a command to uncomment.)
  27. //----------------------------------------------------------------------------------------------------------------------------------------------------
  28.  
  29. //sensitivity "1.04" //Set your sensitivity. Important, go grab it from your old config file.
  30.  
  31. m_rawinput "1" //Mouse input to the game directly through the device (Override windows settings)
  32. m_filter "0" //Mouse movement filter
  33. m_filter2 "0" //Mouse movement filter
  34. m_customaccel "0" //Custom mouse acceleration
  35. m_mouseaccel1 "0" //Mouse acceleration
  36. m_mouseaccel2 "0" //Mouse acceleration
  37. m_mousespeed "0" //Mouse acceleration
  38.  
  39. //----------------------------------------------------------------------------------------------------------------------------------------------------
  40. //Other personal client settings -UNCOMMENT and change the values to your preference.
  41. // (Remove the '//' infront of a command to uncomment.)
  42. //----------------------------------------------------------------------------------------------------------------------------------------------------
  43.  
  44.  
  45. net_graph "3" //Nigger graph
  46. net_graphpos "3" //Puts net graph on the left side of the screen
  47. //net_graphheight "1040" //Puts net_graph at the top of your screen (1920x1080 resolution, tweak this value to your own res)
  48. //mm_dedicated_force_servers "" //Uncomment and replace my IP with your personal favorite server in the field or keep mine in there
  49. //volume "0.2" //Game volume (Effects, etc)
  50. //snd_musicvolume "0.75" //Game music volume (Tank music etc)
  51. //closecaption "1" //Game subtitles useful sometimes
  52.  
  53. cl_downloadfilter "nosounds" //Skip all custom sound downloads the server might want to force clients to download
  54. cl_forcepreload "1" //Forces preloading of textures and meterials, Less freezes/mini freezes while playing.
  55. cl_ragdoll_limit "0" //Number of ragdolls that should be rendered (Dead bodies)
  56. con_enable "1" //Allow developer console
  57. dsp_enhance_stereo "1" //Enable enhancment to the stereo effect.
  58. func_break_max_pieces "0" //Removes some debris and gibs.
  59. mat_monitorgamma_tv_enabled "1.0" //Increases brightness.
  60. mat_grain_scale_override "0.0" //Video grain (Annoying, ugly and retarded effect)
  61. spec_allowroaming "1" //Free look as spectator
  62.  
  63.  
  64. //----------------------------------------------------------------------------------------------------------------------------------------------------
  65. //Game instructor settings
  66. //----------------------------------------------------------------------------------------------------------------------------------------------------
  67.  
  68. //Disable the gameinstructor, it's annoying and only gets in the way.
  69. cl_autohelp "0" //Fucking gameinstructor
  70. gameinstructor_enable "0" //Fucking gameinstructor
  71. cl_hidemenu_spawnmode "5" //Fucking gameinstructor
  72. cl_hidemenu_spawnclass_hunter "5" //Fucking gameinstructor
  73. cl_hidemenu_spawnclass_smoker "5" //Fucking gameinstructor
  74. cl_hidemenu_spawnclass_boomer "5" //Fucking gameinstructor
  75.  
  76. //----------------------------------------------------------------------------------------------------------------------------------------------------
  77. //Crosshair settings
  78. //----------------------------------------------------------------------------------------------------------------------------------------------------
  79.  
  80. crosshair "1" //Enable crosshair
  81. cl_colorblind "1" //Colorblind crosshair is white with black outlines, can be useful if you want a basic but easily visible crosshair.
  82.  
  83. //Crosshair colours and alpha
  84. cl_crosshair_red "0"
  85. cl_crosshair_green "255"
  86. cl_crosshair_blue "0"
  87. cl_crosshair_alpha "0" //255 = No transparency (visible) | 0 = completely transparent (invisible)
  88. cl_crosshair_dot "0"
  89. //Crosshair misc. settings
  90. cl_crosshair_dynamic "0" //Disable crosshair dynamics to make a 100% static crosshair (non moving)
  91. cl_crosshair_thickness "2.00000" //Thickness of the crosshair (in pixels)
  92.  
  93. //----------------------------------------------------------------------------------------------------------------------------------------------------
  94. //Tab = Netgraph + Scores
  95. //----------------------------------------------------------------------------------------------------------------------------------------------------
  96. bind "TAB" "+ng"; // Netgraph shows with the scores
  97. alias "+ng" "+showscores; net_graph 4;";
  98. alias "-ng" "net_graph 0; -showscores;";
  99. net_graphheight 0 //Move the graph closer to bottom
  100. net_scale 1 //Smaller net_graph
  101.  
  102.  
  103. //----------------------------------------------------------------------------------------------------------------------------------------------------
  104. // Binds -Note the purpose of this config is to make sure your binds don't get messed up for whatever reason.
  105. // -Change/Put all your personal binds here!
  106. //----------------------------------------------------------------------------------------------------------------------------------------------------
  107.  
  108. //Number keys
  109. bind "KP_INS" "slot0" //Keypad button 0 (Ins)
  110. bind "KP_END" "slot1" //Keypad button 1 (End)
  111. bind "KP_DOWNARROW" "slot2" //Keypad button 2 (Down arrow)
  112. bind "KP_PGDN" "slot3" //Keypad button 3 (Page down)
  113. bind "KP_LEFTARROW" "slot4" //Keypad button 4 (Left arrow)
  114. bind "KP_5" "slot5" //Keypad button 5 ( )
  115. bind "KP_RIGHTARROW" "slot6" //Keypad button 6 (Right arrow)
  116. bind "KP_HOME" "slot7" //Keypad button 7 (Home)
  117. bind "KP_UPARROW" "slot8" //Keypad button 8 (Up arrow)
  118. bind "KP_PGUP" "slot9" //Keypad button 9 (Page up)
  119.  
  120.  
  121. //Regular keys
  122. bind "Z" "+forward" //Move forward
  123. bind "Q" "+moveleft" //Move to the left
  124. bind "S" "+back" //Move backward
  125. bind "D" "+moveright" //Move to the right
  126. bind "E" "+use" //Use/Action key
  127. bind "R" "+reload" //Reload weapon
  128. bind "Y" "messagemode" //All chat
  129. bind "U" "messagemode2" //Team chat
  130. bind "F "impulse 100" //Flashlight
  131. bind "O" "say !hb"
  132. bind "L" "say !forcepause"
  133. bind "K" "say qij ju"
  134. bind "M" "chooseteam"
  135. bind "B" "say !unready"
  136. bind "N" "say !ready"
  137. bind "J" "say !"
  138. bind "I" "say !
  139. bind "P" "say !"
  140. bind "V"
  141. bind "G"
  142.  
  143. //bind "a" "+reload; slot1"
  144. //bind "mwheeldown" "-reload; slot2"
  145. //bind "mwheelup" "slot5"
  146.  
  147.  
  148. //F Keys
  149. bind "F1" "Vote Yes"
  150. bind "F2" "Vote No"
  151. bind "F3" "quit" //Rage quit key #1
  152. bind "F4" "sensitivity 1.04"
  153. bind "F5" "sensitivity 1.10"
  154. bind "F6" "sensitivity 1.20"
  155. bind "F7" "sensitivity 1.30"
  156. bind "F8" "openserverbrowser" //Server browser bind
  157. bind "F9" "sm_admin"
  158. bind "F10" "toggleconsole" //Console bind
  159. bind "F11" "disconnect"
  160.  
  161. ----------------------------------------------------------------------------------------------------------------------------------------------------------
  162.  
  163. //Mouse
  164. bind "MOUSE1" "+attack" //Primary attack
  165. bind "MOUSE2" "+attack2" //Secondairy attack
  166. bind "MOUSE3" "+zoom"
  167.  
  168. //Passe Word
  169. password "aidshole"
  170.  
  171.  
  172. mat_local_contrast_enable 0 (disabled)
  173. mat_local_contrast_edge_scale_override -1000.0
  174. mat_local_contrast_midtone_mask_override -1.0
  175. mat_local_contrast_scale_override 0.0
  176. mat_local_contrast_vignette_end_override -3.0
  177. mat_local_contrast_vignette_start_override -1.0
  178.  
  179.  
  180. mat_bumpmap 1
  181. mat_colorcorrection 0
  182. mat_grain_scale_override 0
  183. mat_motion_blur_enabled 0
  184. mat_phong 0
  185. mat_specular 1
  186. mat_vignette_enable 0
  187.  
  188. //motionblur
  189. mat_motion_blur_enabled 0
  190. mat_motion_blur_falling_intensity 0.0
  191. mat_motion_blur_falling_max 0.0
  192. mat_motion_blur_falling_max 0.0
  193. mat_motion_blur_forward_enabled 0
  194. mat_motion_blur_percent_of_screen_max 0.0
  195. mat_motion_blur_rotation_intensity 0.0
  196. mat_motion_blur_strength 0.0
  197.  
  198.  
  199. lower_body 0
  200. z_tank_footstep_shake_duration 0
  201. r_flashlightinfectedfov 120
  202. r_flashlightmuzzleflash 0
  203. r_3dsky 0
  204. r_RainParticleDensity 0
  205. r_shadows
  206. r_flashlight_3rd_person_range 60
  207. violence_agibs 0
  208. violence_hgibs 0
  209. violence_ablood 0
  210. violence_hblood 0
  211. cl_detaildist 1200
  212. cl_viewbob 0
  213. cl_survivor_light_brightnesse 7
  214. cl_survivor_light_cone 0 (default value)
  215. cl_survivor_light_debug 0 (default value)
  216. cl_survivor_light_enable 1 (default value)
  217. cl_survivor_light_offset_x 5 (default value)
  218. cl_survivor_light_offset_y 2 (default value)
  219. cl_survivor_light_offset_z 5 (default value)
  220. cl_survivor_light_radius 12 (default value)
  221. cl_color-zombie 255 255 0
  222. cl_color_survivor 138 182 220
  223. cl_detailfade 400
  224. fps_max 0
  225.  
  226.  
  227. //smoothstairs 0
  228. hud_targetid_health 1
  229. hud_targetid_name_height 12
  230.  
  231. mat_queue_mode 2
  232. dsp_slow_cpu 2
  233.  
  234.  
  235.  
  236. //----------------------------------------------------------------------------------------------------------------------------------------------------
  237. // Non bound commands
  238. //----------------------------------------------------------------------------------------------------------------------------------------------------
  239.  
  240. //Mouse
  241. m_pitch "0.022000" //Don't touch this if you want your mousemovement to be normal.
  242. m_yaw "0.022000" //Don't touch this if you want your mousemovement to be normal.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement