Advertisement
Guest User

config.cfg

a guest
May 25th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. //adds some useless dev menu
  2. developer "1"
  3. con_enable "1"
  4.  
  5. //network
  6. rate "80000"
  7. cl_updaterate "60"
  8. cl_cmdrate "60"
  9. cl_interp "0"
  10. cl_interp_ratio "1"
  11. cl_smooth "0"
  12. cl_lagcompensation "1"
  13.  
  14. //graphics
  15. mat_disable_bloom "1"
  16. mat_specular "0"
  17. mat_bumpmap "0"
  18. mat_fullbright "1"
  19. mat_hdr_level "0"
  20. r_dynamic "0"
  21. cl_forcepreload "1"
  22. r_PhysPropStaticLighting "0"
  23. r_ambientfraction "0.2"
  24. func_break_max_pieces "0"
  25. cl_predict "1"
  26.  
  27. //sound
  28. sound_volume_voice "0.75"
  29.  
  30. //mouse (default = 5)
  31. m_sensitivity "1.75"
  32. aimassist_lookSensitivity "1"
  33. m_acceleration "0"
  34. m_filter "0"
  35. m_rawinput "1"
  36.  
  37. //all that velocity and framerate shit
  38. alias "poscycler" "togglepos1"
  39. alias "togglepos1" "cl_showpos 1; alias poscycler togglepos0"
  40. alias "togglepos0" "cl_showpos 0; alias poscycler togglepos1"
  41. alias "fpscycler" "togglefps1"
  42. alias "togglefps1" "cl_showfps 1; alias fpscycler togglefps0"
  43. alias "togglefps0" "cl_showfps 0; alias fpscycler togglefps1"
  44. alias "matcycler" "togglemat1"
  45. alias "togglemat1" "mat_colorcorrection 1; mat_colorcorrection_editor 1; mat_override_sky_colors 1; alias matcycler togglemat0"
  46. alias "togglemat0" "mat_colorcorrection 0; mat_colorcorrection_editor 0; mat_override_sky_colors 0; alias matcycler togglemat1"
  47.  
  48. //binds
  49. bind "F1" "poscycler"
  50. bind "F2" "fpscycler"
  51. bind "F3" "matcycler"
  52. bind "F4" "exit"
  53. bind "F5" "jpeg"
  54. bind "F6" "mat_sky_color 1 1 1; mat_sun_color 1 1 1"
  55. bind "F7" "mat_sky_color 0.8 0.8 0.8; mat_sun_color 0.8 0.8 0.8"
  56. bind "F8" "mat_sky_color 0.5 0.5 0.5; mat_sun_color 0.5 0.5 0.5"
  57. bind "F9" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.6 0.6 0.6"
  58. bind "F10" "mat_sky_color 0.07 0.061 0.08"
  59. bind "F11" "mat_sky_color 0.4 0.4 0.4; mat_sun_color 0.6 0.6 0.6"
  60. bind "F12" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.4 0.4 0.4"
  61. bind "j" "print_colorcorrection 1"
  62. bind "o" "exec config.cfg"
  63. bind "u" "cod4colors"
  64. bind "i" "citystreets"
  65. bind "l" "strike"
  66. bind "p" "crash"
  67. bind "k" "SetCampaignStarted"
  68.  
  69. alias "cod4colors" "mat_sky_color 1.1 1.05 0.85; mat_sun_color 1.1 1.05 0.85"
  70. alias "citystreets" "mat_sky_color 1.3 1.25 1.05; mat_sun_color 1.3 1.25 1.05"
  71. alias "strike" "mat_sky_color 1.3 1.3 1.3; mat_sun_color 1.3 1.3 1.3"
  72. alias "crash" "mat_sky_color 1 1 1.2; mat_sun_color 1 1 1.2"
  73.  
  74. //OMG FUCKING CHEATER, BAN THIS FILE MODDER!
  75. fog_enable "0"
  76. mat_override_sky_colors "1"
  77. mat_sky_scale "1"
  78. mat_sun_scale "1"
  79. mat_colorcorrection "1"
  80. mat_colorcorrection_editor "1"
  81. mat_autoexposure_max "1"
  82. mat_autoexposure_min "1"
  83.  
  84. //training shortcut
  85. training_hasEverBeenStarted "1"
  86.  
  87. training_hasEverFinished "0"
  88.  
  89. training_resumeChoice "9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement