Advertisement
Kromatic

Kromatic's Titanfall Config

May 15th, 2014
1,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. // ---------------------------
  2. // Kromatic's Titanfall Config
  3. // Updated 2014-08-14
  4. // Twitter @Kromatic333
  5. // ---------------------------
  6.  
  7. // Clear
  8. clear
  9.  
  10. // Rates
  11. rate "128000" // Try 8000
  12. cl_cmdrate "128" // Try 60
  13. cl_updaterate "128" // Try 60
  14. cl_interp "0"
  15. cl_interp_ratio "1"
  16.  
  17. // FPS // adjust fps_max to match monitor refresh rate
  18. fps_max "120"
  19.  
  20. // Mouse
  21. m_sensitivity "3"
  22. m_acceleration "0"
  23. m_filter "0"
  24. m_rawinput "1"
  25.  
  26. // Audio
  27. volume "0.5"
  28. snd_musicvolume "0"
  29. sound_volume_voice "0.6"
  30.  
  31. // Misc
  32. mat_disable_bloom "1"
  33. mat_specular "0"
  34. mat_bumpmap "0"
  35. r_dynamic "0"
  36. mat_forceaniso "0"
  37. mat_depthfeather_enable "0"
  38. r_lod_switch_scale "0.8"
  39. cl_particle_fallback_base "0"
  40. cl_particle_fallback_multiplier "0"
  41.  
  42. // Binds
  43.  
  44. unbind all
  45.  
  46. bind "1" "weaponSelectPrimary0"
  47. bind "2" "weaponSelectPrimary1"
  48. bind "3" "weaponSelectOrdnance"
  49. bind "4" "+scriptcommand4"
  50. bind "a" "+offhand2"
  51. bind "c" "+pushtotalk"
  52. bind "d" "+back"
  53. bind "e" "+forward"
  54. bind "f" "+moveright"
  55. bind "g" "+offhand1"
  56. bind "q" "+use"
  57. bind "r" "+reload"
  58. bind "s" "+moveleft"
  59. bind "u" "say_team"
  60. bind "v" "+ability 1"
  61. bind "w" "+weaponPickup"
  62. bind "x" "+scriptCommand1"
  63. bind "z" "+toggle_duck"
  64. bind "ENTER" "say"
  65. bind "SPACE" "+ability 3"
  66. bind "ESCAPE" "ingamemenu_activate"
  67. bind "TAB" "+showscores"
  68. bind "HOME" "scoreboard_profile"
  69. bind "END" "scoreboard_mute"
  70. bind "PGUP" "scoreboard_up"
  71. bind "PGDN" "scoreboard_down"
  72. bind "PAUSE" "pause"
  73. bind "SHIFT" "+speed"
  74. bind "F10" "jpeg"
  75. bind "MOUSE1" "+attack"
  76. // bind "MOUSE2" "+toggle_zoom"
  77. bind "MOUSE3" "weaponSelectOrdnance"
  78. bind "MOUSE4" "+melee"
  79. bind "MWHEELUP" "+weaponCycle"
  80. bind "MWHEELDOWN" "+weaponCycle"
  81.  
  82. // Zoom Sensitivity
  83. alias "zoomsens" "togglezoomon"
  84. alias "togglezoomon" "m_sensitivity 4; wait; +zoom; wait; alias zoomsens togglezoomoff"
  85. alias "togglezoomoff" "m_sensitivity 3; wait; -zoom; wait; alias zoomsens togglezoomon"
  86. bind "MOUSE2" "zoomsens"
  87.  
  88. // Show Position
  89. alias "poscycler" "togglepos1"
  90. alias "togglepos1" "cl_showpos 1; wait; alias poscycler togglepos0"
  91. alias "togglepos0" "cl_showpos 0; wait; alias poscycler togglepos1"
  92. bind "[" "poscycler"
  93.  
  94. // Show FPS
  95. alias "fpscycler" "togglefps1"
  96. alias "togglefps1" "cl_showfps 1; wait; alias fpscycler togglefps0"
  97. alias "togglefps0" "cl_showfps 0; wait; alias fpscycler togglefps1"
  98. bind "]" "fpscycler"
  99.  
  100. // Fast Exit
  101. bind "F3" "exit"
  102.  
  103. // Exec config
  104. bind "DEL" "exec kromatic.cfg"
  105.  
  106. // End
  107. host_writeconfig
  108.  
  109. // Echo
  110.  
  111. echo "[-------------------------------]"
  112. echo "[ autoexec loaded successfully! ]"
  113. echo "[-------------------------------]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement