Advertisement
-V3X-ionutz_

Titanfall cfg.

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