Advertisement
Lorfa

TemplateFPSwasd

Mar 2nd, 2013
5,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. //
  2. // Template FPS Config by Lorfa
  3. //
  4. // Player Name:
  5. // Hardware Info:
  6. //
  7. // Mouse:
  8. // CPI:
  9. // Pad:
  10. // Keyboard:
  11. // Display:
  12. // OS:
  13. // Mouse Drivers if any:
  14. //
  15. //
  16. // All cvars not listed are set to their defaults *on purpose*
  17. //
  18. // Last update:
  19. //
  20.  
  21. // ----------
  22. // | bindings |
  23. // ----------
  24.  
  25. unbindall
  26.  
  27. bind w "+forward"
  28. bind a "+moveleft"
  29. bind s "+back"
  30. bind d "+moveright"
  31. bind ctrl "+movedown"
  32. bind shift "+speed"
  33. bind space "+moveup"
  34. bind mouse1 "+attack"
  35. bind mouse2 "+moveup"
  36. bind mouse3 "+zoom"
  37. bind mwheeldown "+button2"
  38.  
  39. bind 1 "weapon 1"
  40. bind 2 "weapon 2"
  41. bind 3 "weapon 3"
  42. bind g "weapon 4"
  43. bind e "weapon 5"
  44. bind r "weapon 6"
  45. bind q "weapon 7"
  46. bind f "weapon 8"
  47. bind c "weapon 9"
  48. bind v "weapon 11"
  49. bind t "weapon 12"
  50. bind x "weapon 13"
  51. bind b "weapon 14"
  52.  
  53. bind F6 "+acc"
  54. bind F5 "+scores"
  55. bind pgdn "timescale 1"
  56. bind pgup "timescale 10"
  57. bind ins "timescale 0.5"
  58. bind del "timescale 0.25"
  59.  
  60. bind 4 "+acc"
  61. bind TAB "+scores"
  62. bind l "messagemode"
  63. bind ] "messagemode2"
  64. bind 5 "give all ; god"
  65.  
  66. bind F8 "clear"
  67. bind F3 "readyup"
  68. bind F4 "vote no"
  69. bind F1 "vote yes"
  70. bind F12 "screenshotJPEG"
  71.  
  72. bind escape "togglemenu"
  73. bind backspace "messagemode5"
  74.  
  75. // ------
  76. // | main |
  77. // ------
  78.  
  79. seta model "ranger"
  80. seta cg_hudFiles "ui/hud3.txt"
  81.  
  82. seta m_pitch "0.022"
  83. seta sensitivity "5"
  84. seta cl_mouseAccel "0"
  85. seta cl_mouseSensCap "0"
  86. seta cl_mouseAccelOffset "0"
  87.  
  88. seta cg_forceTeamModel "bitterman/red"
  89. seta cg_teamUppercolor "0xffffffff"
  90. seta cg_enemyHeadcolor "0x00ff00ff"
  91. seta cg_enemyUppercolor "0x00ff00ff"
  92. seta cg_enemyLowercolor "0x00ff00ff"
  93.  
  94.  
  95. // --------
  96. // | visual |
  97. // --------
  98.  
  99. seta r_mode "5"
  100. seta r_gamma "1.3"
  101. seta r_picmip "5"
  102. seta r_lodbias "2"
  103. seta r_fastsky "1"
  104.  
  105. seta r_fullscreen "1"
  106. seta r_texturemode "gl_nearest_mipmap_nearest"
  107. seta r_vertexlight "1"
  108. seta r_enableBloom "0"
  109. seta r_subdivisions "80"
  110. seta r_ambientScale "100"
  111. seta r_WindowedMode "5"
  112. seta r_displayRefresh "0"
  113. seta r_teleporterFlash "0"
  114.  
  115. seta r_mapoverBrightCap "160"
  116. seta r_mapoverBrightBits "10"
  117. seta r_enablePostProcess "0"
  118. seta r_enableColorCorrect "0"
  119.  
  120. seta cg_bob "0"
  121. seta cg_fov "90"
  122. seta cg_gunX "-10"
  123. seta cg_gunY "2.7"
  124. seta cg_gunZ "-8"
  125. seta cg_gibs "0"
  126. seta cg_marks "0"
  127. seta cg_drawgun "2"
  128. seta cg_zoomfov "50"
  129. seta cg_shadows "0"
  130. seta cg_smoke_sg "0"
  131. seta cg_waterwarp "0"
  132. seta cg_brassTime "0"
  133. seta cg_railStyle "2"
  134. seta cg_playerlean "0.5"
  135. seta cg_drawRewards "0"
  136. seta cg_bubbleTrail "0"
  137. seta cg_muzzleFlash "0"
  138. seta cg_zoomScaling "0"
  139. seta cg_trueShotgun "1"
  140. seta cg_screendamage "0"
  141. seta cg_impactSparks "0"
  142. seta cg_drawcrosshair "2"
  143. seta cg_crosshairsize "50"
  144. seta cg_truelightning "1"
  145. seta cg_useItemWarning "0"
  146. seta cg_smokeradius_RL "0"
  147. seta cg_smokeradius_GL "0"
  148. seta cg_smokeradius_NG "0"
  149. seta cg_lightningStyle "4"
  150. seta cg_lightningImpact "0"
  151. seta cg_drawitempickups "0"
  152. seta cg_drawAmmoWarning "0"
  153. seta cg_drawFragMessages "0"
  154. seta cg_drawSpecMessages "0"
  155. seta cl_demoRecordMessage "0"
  156. seta cg_drawPregameMessages "0"
  157. seta cg_weaponcolor_Grenade "0xffffffff"
  158. seta cg_levelTimerDirection "0"
  159. seta cg_forceTeamWeaponColor "1"
  160. seta cg_forceEnemyWeaponColor "1"
  161. seta cg_predictLocalRailShots "0"
  162.  
  163. // ----------
  164. // | settings |
  165. // ----------
  166.  
  167. seta s_volume "0.3"
  168. seta s_ambient "0"
  169. seta s_mixahead "0.07"
  170. seta s_musicVolume "0"
  171.  
  172. seta con_speed "999"
  173. seta bot_nochat "1"
  174. seta cl_packetdup "0"
  175. seta com_idleSleep "0"
  176. seta winkey_disable "1"
  177.  
  178. seta cg_hitbeep "3"
  179. seta cg_killbeep "0"
  180. seta cg_RewardsVO "0"
  181. seta cg_errordecay "50"
  182. seta cg_autoAction "0"
  183. seta cg_allowtaunt "0"
  184. seta cg_playTeamVO "0"
  185. seta cg_buzzerSound "0"
  186. seta cg_predictItems "0"
  187. seta cg_projectileNudge "80"
  188. seta cg_lowammowarningSound "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement