Advertisement
emsixteen

EmSixTeen

Sep 18th, 2008
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. // EmSixTeen's QuakeLive config
  2. // 17th September 2008.. My 21st :)
  3.  
  4. unbindall
  5.  
  6. //_Cvar_________________"Value"_________________"Value"//comment
  7.  
  8. // Nickname
  9.  
  10. name "^6Em^7Six^6Teen"
  11. clan ""
  12. ui_clantagpos "1" // 0 = before name, 1 = after
  13. bind "m" "exec cfgs/mp3on.cfg"
  14. bind "n" "exec cfgs/mp3off.cfg"
  15.  
  16. // On-screen graphics - Only picmip is lowered
  17.  
  18. r_picmip "10" // Lower picmip like 5 looks like a horrible blurry mess, 10 is clean
  19. r_gamma "1.4" // Brightness
  20. cg_lagometer "1" // Gives me a reason to rage. </3 110 ping and 20-60% packet loss..
  21. cg_drawfps "1"
  22. cg_simpleitems "1"
  23. cg_teamchatsonly "0" // Normal chat by default. F5 toggles.
  24. cl_autoRecordDemo "0" // F4 toggles this on and off.
  25. cg_kickscale "0" // Stops the screen from shaking when taking damage
  26. cg_bob "0" // Makes your screen stay straight when jumping and hitting the ground
  27. cg_levelTimerDirection "0" // 0 = up, 1 = down
  28. cg_noprojectiletrail "1" // Removes projectile trails
  29. s_ambient "0" // Removes ambient sounds like rain on qztourney7
  30. s_musicvolume "0" // Nobody wants that music..
  31. com_allowconsole "1" // Enables normal console by pressing `
  32.  
  33. // General binds
  34.  
  35. bind "F1" "vote yes"
  36. bind "F2" "vote no"
  37. bind "F3" "readyup"
  38. bind "F4" "toggle cl_autoRecordDemo"
  39. bind "F5" "toggle cg_teamchatsonly"
  40. bind "F12" "screenshotJPEG"
  41. bind "semicolon" "cg_crosshairsize 22"
  42. bind "'" "cg_crosshairsize 16"
  43. bind "," "toggle cg_thirdPerson"
  44. bind "." "toggle cg_draw2D"
  45.  
  46. // Chat binds
  47.  
  48. bind "]" "say :)"
  49. bind "[" "say :("
  50. bind "p" "say :p"
  51. bing "g" "say gg"
  52. bind "t" "messagemode"
  53. bind "y" "messagemode2"
  54. bind "u" "messagemode5"
  55.  
  56. // Team binds
  57.  
  58. bind "MWHEELDOWN" "say_team ^7enemies in/out ^1LOW"
  59. bind "MWHEELUP" "say_team ^7enemies in/out ^1HIGH"
  60. bind "MOUSE3" "say_team ^7enemies in/out ^1MID"
  61. bind "UPARROW" "say_team ^7Yes^2/^7Okay^2/^7On my Way"
  62. bind "DOWNARROW" "say_team ^7^1No^7/^1Can't"
  63. bind "kp_pgdn" "say_team ^4MEGAHEALTH ^7available"
  64. bind "kp_downarrow" "say_team ^1RED ARMOUR ^7available"
  65. bind "kp_end" "say_team ^3YELLOW ARMOUR ^7available"
  66. bind "kp_enter" "say_team ^1POWER-UP NOW! ^7[regen/quad/haste]"
  67. bind "kp_del" "say_team ^7Enemy down :)"
  68. bind "*" "dropflag;say_team ^1FLAG DROPPED^3!!!"
  69. bind "kp_minus" "say_team ^1Weapon dropped^3!!;dropweapon"
  70. bind "kp_plus" "+button2"
  71. bind "enter" "+button2"
  72.  
  73. // Mouse and gun settings
  74.  
  75. sensitivity "1.8" // With in_mouse "-1", Windows sens @ default, MX518 @ highest default dpi
  76. in_mouse "-1" // Uses Windows mouse input instead of direct-input
  77. cg_crosshairsize "16"
  78. cg_drawcrosshair "2" // +
  79. cg_autoswitch "0"
  80. cg_switchOnEmpty "1"
  81. cg_drawgun "0" // 1 = show, 2 = show without weapon bob
  82. cg_fov "110"
  83. cg_zoomfov "55"
  84. cg_trueLightning "1" // Keeps straight in line with crosshair
  85. cg_railTrailTime "1600" // Synced to slug reload time
  86. r_railSegmentLength "32"
  87. cg_oldrail "1"
  88. color1 "6" // Pink
  89. color2 "6" // Pink
  90. r_railCoreWidth "4"
  91.  
  92. // Weapon binds
  93.  
  94. bind "1" "weapon 1" // Gauntlet
  95. bind "2" "weapon 2" // Machinegun
  96. bind "3" "weapon 3" // Shotgun
  97. bind "4" "weapon 4" // Grenade Launcher
  98. bind "q" "weapon 5" // Rocket Launcher
  99. bind "e" "weapon 6" // Lightning Gun
  100. bind "f" "weapon 7" // Railgun
  101. bind "r" "weapon 8" // Plasma Gun
  102. bind "v" "weapon 9" // BIG FUCKIN' GUN, YO
  103. bind "z" "weapon 11" // Nailgun (I think..)
  104. bind "x" "weapon 12" // Mines (I think..)
  105. bind "c" "weapon 13" // Chaingun
  106. bind "mouse1" "+attack" // Shoot, duh
  107. bind "mouse2" "+zoom" // Zoom
  108.  
  109. // Movement
  110.  
  111. bind "w" "+forward"
  112. bind "a" "+moveleft"
  113. bind "s" "+back"
  114. bind "d" "+moveright"
  115. bind "TAB" "+scores"
  116. bind "SPACE" "+moveup" // Jump
  117. bind "CTRL" "+movedown" // Crouch
  118. bind "SHIFT" "+speed" // Walk
  119.  
  120. // Models
  121.  
  122. team_headmodel "xaero/red"
  123. team_model "xaero/red"
  124. headmodel "xaero/red"
  125. cg_forceTeamModel "crash/red"
  126. cg_forcemodel "1"
  127. cg_forceEnemyModel "keel/bright"
  128.  
  129. // Network
  130.  
  131. rate "20000" // 25000 is unnecessary, especially on my connection
  132. cl_maxpackets "63" // Maxpackets is s'posed to be half your FPS
  133. snaps "40" // Helps ping
  134. cg_predictItems "0"
  135. cl_packetdup "2"
  136. cg_smoothclients "1"
  137.  
  138. // Punkbuster
  139.  
  140. seta cl_punkbuster "1"
  141. seta pb_system "1"
  142. seta pb_security "0"
  143. seta pb_sleep "500"
  144. seta pb_cl_enable "1"
  145.  
  146. // Exec other configs here
  147.  
  148. exec "cfgs/quotes.cfg"
  149. bind "F10" "exec autoexec.cfg;wait;wait;wait;vid_restart"
  150. bind "F11" "exec cfgs/demoreplay.cfg"
  151.  
  152. echo "EmSixTeen's config"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement