Advertisement
Guest User

Frothy's Titanfall 2 Config

a guest
Jan 26th, 2017
8,114
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 1 0
  1. Copy and paste everything below the ////\\\\ marker into notepad. Save as "all files" and name it custom.cfg and place it in a safe place. You may rename this file anything you want, doesn't matter. Make sure you reset the second to last line to match whatever name you choose.
  2.  
  3. Copy custom.cfg and paste it into your titanfall 2 install directory, folder Origin Games/Titanfall2/r2/cfg and set it to READ ONLY. To do this, right click the file, check the "read-only" box, apply, OK. If you want to make edits to this file, you'll have to remove the "read-only" status in order to overwrite the file. This is done so Titanfall doesn't randomly overwrite your config settings forcing you to lose everything.
  4.  
  5. Next, open Origin, right click on Titanfall 2, game properties, advanced, paste the following into the command line:
  6.  
  7. +exec "custom.cfg"
  8.  
  9. Some notes: Be sure to read through this config and make edits for your personal setup. Mine is set up for 144fps FPS Max. You should change the values to suit your display, and other preferences in general. I think this shouldn't matter, if I remember correctly TF2 places a hard cap on framerate tied to your monitor's refresh rate, or 144, whichever is lower.
  10.  
  11. This version of the config does not include Color Correction. You can still use matcycler to change the way lighting works, but you're not going to be doing any color correction. The commands to enable that are the following:
  12.  
  13. mat_override_sky_colors "1"
  14. mat_sky_scale "5"
  15. mat_sun_scale "10"
  16. mat_colorcorrection "1"
  17. mat_colorcorrection_editor "1"
  18.  
  19. At the moment, I am not using those commands, but sometimes I turn them on to play in a different way.
  20.  
  21. IF YOU DON'T WANT TO USE HOLD-TO-RODEO, MAKE SURE YOU SET cl_hold_to_rodeo_enable to 0 instead of 1, or delete the line entirely.
  22.  
  23. ////////// Frothy's custom.cfg v1.0 below this line \\\\\\\\\\
  24.  
  25. rate "80000"
  26. cl_interp "0"
  27. cl_interp_ratio "1"
  28. cl_cmdrate "600" //I don't actually know what this does
  29. cl_updaterate "600" //Same
  30. fps_max "144"
  31.  
  32. r_lod_switch_scale "0.8"
  33. r_PhysPropStaticLighting "0"
  34. r_ambientfraction "0.2"
  35. r_dynamic "0"
  36. r_fullscreen "1"
  37.  
  38. cl_hold_to_rodeo_enable 1 //This will use your "use" or "embark" key to rodeo
  39. cl_particle_fallback_base "0"
  40. cl_particle_fallback_multiplier "0"
  41. particle_cpu_level "0" //(2) Lowest possible CPU-generated particles.
  42. cl_particle_fallback_base "4" //(4) Base for falling back to cheaper effects under load.
  43. cl_particle_fallback_multiplier "2" //(0) Multiplier for falling back to cheaper effects under load.
  44.  
  45. fog_enable "0" //(1) Enable/Disable Fog.
  46. fog_enable_water_fog "0" //(1) Enable/Disable Water Fog.
  47.  
  48. mat_disable_bloom "1"
  49. mat_specular "0"
  50. mat_bumpmap "0"
  51. mat_disable_bloom "1"
  52. mat_specular "0"
  53. mat_bumpmap "0"
  54. mat_fullbright "1"
  55. mat_hdr_level "0"
  56. mat_forceaniso "0"
  57. mat_depthfeather_enable "0"
  58.  
  59. setting.shadow_maxspotshadows "0"
  60.  
  61. fog_enable "0"
  62. fog_enable_water_fog "0"
  63. bob_yaw "0"
  64. bob_pitch "0"
  65.  
  66. cl_forcepreload "1"
  67. func_break_max_pieces "0"
  68. cl_predict "1"
  69.  
  70. bind "F2" "poscycler"
  71. bind "`" "fpscycler"
  72. bind "F3" "matcycler"
  73. bind "F5" "jpeg"
  74. bind "F6" "mat_sky_color 1 1 1; mat_sun_color 1 1 1"
  75. bind "F7" "mat_sky_color 0.8 0.8 0.8; mat_sun_color 0.8 0.8 0.8"
  76. bind "F8" "mat_sky_color 0.5 0.5 0.5; mat_sun_color 0.5 0.5 0.5"
  77. bind "F9" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.6 0.6 0.6"
  78. bind "F10" "mat_sky_color 0.07 0.061 0.08"
  79. bind "F11" "mat_sky_color 0.4 0.4 0.4; mat_sun_color 0.6 0.6 0.6"
  80. bind "F12" "mat_sky_color 0.6 0.6 0.6; mat_sun_color 0.4 0.4 0.4"
  81. bind "j" "print_colorcorrection 1"
  82. bind "o" "exec custom.cfg"
  83. bind "p" ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement