Advertisement
Guest User

B.cfg

a guest
Jan 1st, 2018
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1.  
  2.  
  3. // binds
  4. unbindall
  5. exec "default"
  6. bind \ "say gong"
  7. bind 0X00 "+speed"
  8. bind CTRL "+movedown"
  9. bind ALT "dropflag"
  10. bind SHIFT "+speed"
  11. bind TAB "weapon 6"
  12. bind CAPSLOCK "+scores"
  13. bind ESCAPE "togglemenu"
  14. bind SPACE "+moveup"
  15. bind ENTER "+scores"
  16. bind BACKSPACE "messagemode5"
  17. bind DOWNARROW "+back"
  18. bind LEFTARROW "+left"
  19. bind RIGHTARROW "+right"
  20. bind DEL "+lookdown"
  21. bind END "centerview"
  22. bind PGDN "+lookup"
  23. bind PAUSE "pause"
  24. bind KP_INS "+voice"
  25. bind F1 "vote yes"
  26. bind F2 "vote no"
  27. bind F3 "readyup"
  28. bind F8 "stoprecord"
  29. bind F12 "screenshotJPEG"
  30. bind A "+moveleft"
  31. bind B "+chat"
  32. bind C "weapon 7"
  33. bind D "+moveright"
  34. bind E "droppowerup"
  35. bind F "weapon 3"
  36. bind G "dropweapon"
  37. bind H "say_team ^3POWERUP"
  38. bind I "say quack live"
  39. bind J "+button3"
  40. bind K "say_team ^5LOW"
  41. bind L "say_team ^1^3HIGH"
  42. bind M "say_team ^1RA SOON"
  43. bind N "say_team item taken"
  44. bind O "say punch"
  45. bind P "say quack"
  46. bind Q "dropflag"
  47. bind R "weapon 5"
  48. bind S "+back"
  49. bind T "messagemode"
  50. bind U "+acc"
  51. bind V "+voice"
  52. bind W "+forward"
  53. bind X "weapon 2"
  54. bind Y "messagemode2"
  55. bind Z "say kungfu"
  56. bind 0 "say_team ^1OUR FLAG HERE"
  57. bind 1 "weapon 1"
  58. bind 2 "weapon 8"
  59. bind 3 "say ^3 :-)"
  60. bind 4 "say ^1:-{"
  61. bind 6 "say_team ^5 water"
  62. bind 7 "say_team ^3Safe"
  63. bind 8 "say_team ^1unsafe"
  64. bind 9 "say_team ^5free item"
  65. bind [ "say woof"
  66. bind ] "say donkey"
  67. bind ' "say babylaugh"
  68. bind ` "toggleconsole"
  69. bind / "say slap paas"
  70. bind ~ "toggleconsole"
  71. bind MOUSE1 "+attack"
  72. bind MOUSE2 "+zoom"
  73. bind MOUSE3 "+button2"
  74. bind MWHEELDOWN "weapprev"
  75. bind MWHEELUP "weapnext"
  76.  
  77. // variables
  78. cvar_restart
  79. seta cg_announcer "3"
  80. seta cg_autoAction "1"
  81. seta cg_autoHop "0"
  82. seta cg_bubbleTrail "0"
  83. seta cg_crosshairHealth "1"
  84. seta cg_drawAttacker "0"
  85. seta cg_drawCrosshair "5"
  86. seta cg_drawDemoHUD "0"
  87. seta cg_drawFPS "1"
  88. seta cg_drawGun "3"
  89. seta cg_drawInputCmdsSize "32"
  90. seta cg_drawItemPickups "7"
  91. seta cg_enemyHeadColor "0x008032ff"
  92. seta cg_enemyLowerColor "0x807200ff"
  93. seta cg_enemyUpperColor "0x006180ff"
  94. seta cg_flagStyle "2" // "1"
  95. seta cg_forceEnemyModel "keel"
  96. seta cg_forceEnemySkin "bright"
  97. seta cg_kickScale "0"
  98. seta cg_lagometer "2"
  99. seta cg_levelTimerDirection "0"
  100. seta cg_lightningImpact "0"
  101. seta cg_lightningStyle "2"
  102. seta cg_muzzleFlash "0"
  103. seta cg_smoke_SG "0"
  104. seta cg_smokeRadius_GL "16"
  105. seta cg_smokeRadius_NG "4"
  106. seta cg_smokeRadius_RL "8"
  107. seta cg_specFov "0"
  108. seta cg_specTeamVitalsY "100"
  109. seta cg_teamChatBeep "1"
  110. seta cg_trueShotgun "1"
  111. seta cg_waterWarp "0"
  112. seta cg_zoomfov "33"
  113. seta cg_zoomSensitivity "0.83"
  114. seta color1 "22"
  115. seta color2 "5"
  116. seta com_maxfps "230"
  117. seta country "netherlands"
  118. seta headmodel "doom"
  119. seta model "doom"
  120. seta r_ambientScale "1"
  121. seta r_bloomBrightThreshold "0.572917"
  122. seta r_bloomIntensity "0"
  123. seta r_bloomPasses "2"
  124. seta r_bloomSaturation "0.854"
  125. seta r_bloomSceneIntensity "1.041667"
  126. seta r_fullbright "1"
  127. seta r_lodBias "0"
  128. seta r_mapOverBrightCap "0"
  129. seta r_picmip "6"
  130. seta s_ambient "0"
  131. seta s_announcerVolume "0.9"
  132. seta s_musicvolume "0"
  133. seta s_pvs "1"
  134. seta s_voiceVolume "0.1"
  135. seta s_volume "0.3"
  136. seta sensitivity "1.25"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement