Advertisement
Guest User

ConfigTitanfall

a guest
Feb 1st, 2015
2,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. m_rawinput "1"
  2. m_filter "0"
  3. m_acceleration "0"
  4. m_sensitivity "1.35"
  5.  
  6. rate "60000"
  7. cl_interp_ratio "1"
  8. cl_interp "0.04"
  9. cl_updaterate "60"
  10. cl_cmdrate "60"
  11. fps_max "60"
  12.  
  13. sound_volume_voice "0.6"
  14.  
  15. mat_disable_bloom "1"
  16. mat_specular "0"
  17. mat_bumpmap "0"
  18. mat_fullbright "1"
  19. mat_monitorgamma "2.2"
  20. r_dynamic "0"
  21. setting.shadow_maxspotshadows "0"
  22. r_fullscreen "1"
  23. fog_enable "0"
  24. fog_enable_water_fog "0"
  25. setting.csm_enableunlock "1"
  26. Allowoverbright "1"
  27.  
  28. bob_yaw "0"
  29. bob_pitch "0"
  30.  
  31. fog_enable "0"
  32. mat_override_sky_colors "1"
  33. mat_sky_scale "5"
  34. mat_sun_scale "10"
  35. mat_colorcorrection "1"
  36. mat_colorcorrection_editor "1"
  37.  
  38. mat_disable_bloom "1"
  39. mat_specular "0"
  40. mat_bumpmap "0"
  41. mat_fullbright "1"
  42. mat_hdr_level "0"
  43. r_dynamic "0"
  44. cl_forcepreload "1"
  45. r_PhysPropStaticLighting "0"
  46. r_ambientfraction "0.2"
  47. func_break_max_pieces "0"
  48. cl_predict "1"
  49.  
  50. training_hasEverBeenStarted "1"
  51. training_hasEverFinished "0"
  52. training_resumeChoice "9"
  53.  
  54. //all that velocity and framerate shit
  55. alias "poscycler" "togglepos1"
  56. alias "togglepos1" "cl_showpos 1; alias poscycler togglepos0"
  57. alias "togglepos0" "cl_showpos 0; alias poscycler togglepos1"
  58. alias "fpscycler" "togglefps1"
  59. alias "togglefps1" "cl_showfps 1; alias fpscycler togglefps0"
  60. alias "togglefps0" "cl_showfps 0; alias fpscycler togglefps1"
  61. alias "matcycler" "togglemat1"
  62. alias "togglemat1" "mat_colorcorrection 1; mat_colorcorrection_editor 1; mat_override_sky_colors 1; alias matcycler togglemat0"
  63. alias "togglemat0" "mat_colorcorrection 0; mat_colorcorrection_editor 0; mat_override_sky_colors 0; alias matcycler togglemat1"
  64.  
  65. bind "F1" "poscycler"
  66. bind "F2" "fpscycler"
  67. bind "F3" "matcycler"
  68. bind "F5" "jpeg"
  69. bind "F6" "mat_sky_color 1 1 1; mat_sun_color 1 1 1"
  70. bind "F7" "mat_sky_color 0.8 0.8 0.8; mat_sun_color 0.8 0.8 0.8"
  71. bind "F8" "mat_sky_color 0.5 0.5 0.5; mat_sun_color 0.5 0.5 0.5"
  72. bind "F9" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.6 0.6 0.6"
  73. bind "F10" "mat_sky_color 0.07 0.061 0.08"
  74. bind "F11" "mat_sky_color 0.4 0.4 0.4; mat_sun_color 0.6 0.6 0.6"
  75. bind "F12" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.4 0.4 0.4"
  76. bind "j" "print_colorcorrection 1"
  77. bind "o" "exec config.cfg"
  78. bind "p" ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement