Guest User

sad

a guest
Nov 19th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1.  
  2.  
  3. //
  4. // Movement binds
  5. //
  6.  
  7.  
  8. bind W "+forward"
  9.  
  10. bind S "+back"
  11.  
  12. bind A "+moveleft"
  13.  
  14. bind D "+moveright"
  15.  
  16. bind SPACE "+moveup"
  17.  
  18. bind ALT "+movedown"
  19.  
  20. bind mouse4 "+movedown"
  21.  
  22. bind X "+prone"
  23.  
  24. bind Q "+leanleft"
  25.  
  26. bind E "+leanright"
  27.  
  28. bind SHIFT "+sprint"
  29.  
  30. bind ctrl "+speed"
  31.  
  32. bind R "+reload"
  33.  
  34. seta cg_noAmmoAutoSwitch "1"
  35.  
  36. seta cg_autoReload "0"
  37.  
  38. bind pause "pause"
  39.  
  40.  
  41.  
  42. //
  43. // Mouse settings
  44. //
  45.  
  46.  
  47. seta drawgun "1"
  48. bind MOUSE1 "+attack"
  49.  
  50. bind MOUSE2 "weapalt"
  51.  
  52. bind mouse3 "kill;forcetapout"
  53.  
  54.  
  55.  
  56. seta sensitivity "1.2"
  57. seta m_filter 0
  58. seta m_forward 0.25
  59. seta m_side 0.25
  60. seta in_mouse 1
  61. seta m_yaw "0.022"
  62. seta m_pitch "0.0151"
  63.  
  64. //
  65. // Other binds
  66. //
  67.  
  68.  
  69. bind 1 "weaponbank 1;com_maxfps 125"
  70. bind 2 "weaponbank 2;com_maxfps 71"
  71.  
  72. bind 3 "weaponbank 3;com_maxfps 125"
  73.  
  74. bind 4 "weaponbank 4;com_maxfps 125"
  75. bind 5 "weaponbank 5;com_maxfps 125"
  76. bind 6 "weaponbank 6;com_maxfps 125"
  77. bind 7 "weaponbank 7;com_maxfps 125"
  78.  
  79.  
  80.  
  81. bind V "mp_quickmessage"
  82.  
  83. bind T "messagemode"
  84.  
  85. bind Y "messagemode2"
  86.  
  87. bind KP_ENTER "mp_fireteamadmin"
  88.  
  89. bind Z "mp_fireteammsg"
  90.  
  91. bind F "+activate"
  92.  
  93. bind L "openlimbomenu"
  94.  
  95. bind TAB "+scores"
  96.  
  97. bind kpminus "+stats"
  98.  
  99. bind + "+topshots"
  100.  
  101. bind F1 "vote yes"
  102.  
  103. bind F2 "vote no"
  104.  
  105. bind F3 "ready"
  106.  
  107. bind F4 "notready"
  108.  
  109. bind G "+mapexpand"
  110.  
  111. bind B "+zoom"
  112.  
  113. seta cg_noVoiceChats "1"
  114.  
  115.  
  116.  
  117.  
  118. //
  119. // Visual aspects
  120. //
  121.  
  122.  
  123. seta r_ati_fsaa_samples "0"
  124.  
  125. seta r_ati_truform_tess "0"
  126.  
  127. seta r_ignoreGLErrors "1"
  128.  
  129.  
  130. seta r_texturemode "GL_LINEAR_MIPMAP_NEAREST"
  131. seta r_intensity "1.5"
  132.  
  133. seta r_overbrightBits "0"
  134.  
  135. seta r_mapOverBrightBits "0"
  136.  
  137. seta r_gamma "3.0"
  138.  
  139. seta r_dynamiclight "0"
  140.  
  141. seta r_fastsky "1"
  142.  
  143. seta r_flares "0"
  144.  
  145. seta r_drawSun "0"
  146.  
  147. seta cg_atmosphericEffects "0"
  148.  
  149. seta cg_wolfparticles "0"
  150.  
  151.  
  152. seta cg_shadows "0"
  153.  
  154. seta cg_gibs "0"
  155.  
  156.  
  157. seta cg_coronas "0"
  158.  
  159. seta cg_brassTime "0"
  160.  
  161. seta cg_marktime "0"
  162.  
  163.  
  164. seta r_ext_texture_filter_anisotropic "0"
  165.  
  166. seta r_ext_compressed_textures "1"
  167.  
  168.  
  169. seta cg_bloodDamageBlend "0.0"
  170.  
  171. seta cg_showblood "0"
  172.  
  173. seta cg_bloodFlash "0"
  174.  
  175.  
  176. seta r_colorbits "24"
  177. seta r_texturebits "32"
  178. seta r_lodbias "-3"
  179.  
  180. seta r_picmip "2"
  181. seta r_picmip2 "2"
  182. seta r_wolffog "0"
  183. seta r_detailtextures "0"
  184.  
  185.  
  186. seta r_depthbits "24"
  187. seta r_ignorehwgamma "1"
  188. seta r_dlightBacks "0"
  189. seta r_subdivisions "4"
  190. seta r_roundImagesDown "1"
  191. seta r_lodscale "2"
  192. set r_vertexlight "1"
  193. seta r_ext_texture_env_add "1a"
  194. seta r_ext_multitexture "1"
  195. seta r_ext_gamma_control "1"
  196. seta r_ext_compiled_vertex_array "1"
  197. seta r_drawfoliage "0"
  198. seta cg_drawerapon "1"
  199. //
  200. // HUD Specific
  201. //
  202.  
  203.  
  204. seta cg_drawcrosshair "5"
  205.  
  206. seta cg_crosshairColor "red"
  207.  
  208. seta cg_crosshairColorAlt "red"
  209.  
  210. seta cg_crosshairPulse "0"
  211.  
  212. seta cg_crosshairSize "35"
  213.  
  214.  
  215. seta cg_drawReinforcementTime "1"
  216.  
  217. seta com_maxfps "125"
  218. seta cg_complaintPopUp "0"
  219.  
  220. seta cg_drawfps "1"
  221.  
  222. seta cg_lagometer "0"
  223.  
  224. seta cg_drawCompass "1"
  225.  
  226. seta cg_drawWeaponIconFlash "1"
  227.  
  228. seta cg_teamChatsOnly "0"
  229.  
  230. seta cg_drawFireteamOverlay "1"
  231.  
  232. seta cg_noTaunts "1"
  233. seta r_simplemipmaps "1"
  234. seta r_nocurves "1"
  235.  
  236.  
  237.  
  238.  
  239.  
  240. //
  241. // ET Pro specific
  242. //
  243.  
  244.  
  245.  
  246. seta b_popuptime "100"
  247.  
  248. seta b_althud "1"
  249.  
  250. seta b_althudflags "7"
  251.  
  252. seta cg_drawSmallPopupItems "1"
  253.  
  254.  
  255. seta b_lagometerAlpha "0.2"
  256.  
  257. seta b_drawspeed "0"
  258.  
  259. seta b_speedunit "2"
  260.  
  261. seta b_speedinterval "100"
  262.  
  263. seta b_numpopups "3"
  264.  
  265. seta b_goatSound "1"
  266.  
  267. seta b_hitsounds "1"
  268.  
  269. seta b_tracers "2"
  270.  
  271. seta b_muzzleflash "0"
  272.  
  273. seta b_panzerhack "1"
  274.  
  275. seta b_drawpromotions "0"
  276.  
  277. seta b_drawrewards "0"
  278.  
  279. seta b_drawspectatorteamflags "0"
  280.  
  281. seta b_fireteamAlpha "0.4"
  282.  
  283. seta b_locationMode "1"
  284.  
  285. seta b_locationMaxChars "12"
  286.  
  287. seta b_locationJustify "1"
  288.  
  289. seta b_fireteamLatchedClass "1"
  290.  
  291. stea b_drawclock "1"
  292. seta b_simpleitems "0"
  293.  
  294. //
  295. // Bob's
  296. //
  297.  
  298.  
  299. seta cg_bobroll "0"
  300. seta cg_bobpitch "0"
  301. seta cg_bobup "0"
  302. seta cg_runroll "0"
  303. seta cg_runpitch "0"
  304.  
  305.  
  306.  
  307. //
  308. // Game options
  309. //
  310.  
  311.  
  312. seta cl_allowdownload "1"
  313.  
  314. seta cg_autoaction "2"
  315.  
  316.  
  317.  
  318.  
  319.  
  320. /
  321. // Network settings
  322. //
  323.  
  324.  
  325. seta b_antilag "1"
  326.  
  327. seta rate "25000"
  328.  
  329. seta cl_maxPackets "100"
  330.  
  331. seta snaps "20"
  332.  
  333. seta cl_timenudge "0"
  334. seta r_swapintervall "0"
  335.  
  336.  
  337.  
  338. //// Sound//
  339. seta s_wavonly "0"
  340. seta s_defaultsound "0"
  341. seta s_mixPreStep "0.05"
  342. seta s_mixahead "0.2"
  343. seta s_khz "44"
  344. seta s_doppler "1"
  345. seta s_separation "0.5"
  346. seta s_musicvolume "0"
  347. seta s_volume "0.2"
  348. seta s_channels "2"
  349. seta s_bits "16"
  350. //
  351. // Script binds
  352. //
  353.  
  354. ´
  355.  
  356.  
  357. seta r_customwidth "1920"
  358. seta r_customheight "1080"
  359. seta r_customaspect "0"
  360. seta r_displayRefresh "60"
  361. seta r_mode "-1"
  362. seta cg_fov "95"
  363. seta b_simpleitems "0"
  364. seta r_primitives "0"
  365.  
  366. bind . "say ^1ALLAHU AKBAR"
  367.  
  368. seta cg_drawNotifyText "1"
  369. seta cg_textNotify "1"
  370. seta g_logSync "0"
  371. seta g_log ""
  372. seta logfile "2"
  373.  
  374.  
  375. seta b_backupcvars "0"
  376.  
  377.  
  378. exec binds.cfg
  379.  
  380. exec demo.cfg
  381.  
  382.  
  383.  
  384. seta com_hunkMegs "192"
  385.  
  386. "vid_restart"
Advertisement
Add Comment
Please, Sign In to add comment