default.cfg 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Generic Binds
  2. bind "ESC" "togglemenu"
  3. bind "w" "+forward"
  4. bind "s" "+back"
  5. bind "a" "+moveleft"
  6. bind "d" "+moveright"
  7. bind "SPACE" "+jump"
  8. bind "CTRL" "+duck"
  9. bind "SHIFT" "+speed"
  10. bind "0" "slot10"
  11. bind "1" "slot1"
  12. bind "2" "slot2"
  13. bind "3" "slot3"
  14. bind "4" "slot4"
  15. bind "5" "slot5"
  16. bind "6" "slot6"
  17. bind "7" "slot7"
  18. bind "8" "slot8"
  19. bind "9" "slot9"
  20. bind "UPARROW" "+forward"
  21. bind "DOWNARROW" "+back"
  22. bind "LEFTARROW" "+left"
  23. bind "RIGHTARROW" "+right"
  24. bind "MOUSE1" "+attack"
  25. bind "MOUSE2" "+attack2"
  26. bind "MWHEELDOWN" "invnext"
  27. bind "MWHEELUP" "invprev"
  28. bind "r" "+reload"
  29. bind "e" "+use"
  30. bind "TAB" "+showscores"
  31. bind "y" "messagemode"
  32. bind "u" "messagemode2"
  33. bind "t" "impulse 201"
  34. bind "f" "impulse 100"
  35. bind "f1" "vote yes"
  36. bind "f2" "vote no"
  37. // Counter-Strike Binds
  38. bind "b" "buy"
  39. bind "m" "chooseteam"
  40. bind "g" "drop"
  41. bind "q" "lastinv"
  42. // Game Variables
  43. seta "hostname" "FreeCS Server"
  44. seta "maxplayers" "8"
  45. seta "mp_startmoney" "800"
  46. seta "mp_buytime" "90"
  47. seta "mp_freezetime" "6"
  48. seta "mp_c4timer" "45"
  49. seta "mp_roundtime" "5"
  50. seta "fcs_knifeonly" "0"
  51. seta "fcs_swapteams" "0"
  52. seta "fcs_nopickups" "0"
  53. seta "fcs_reward_kill" "300"
  54. seta "fcs_penalty_pain" "-150"
  55. seta "fcs_penalty_kill" "-1500"
  56. seta "fcs_maxmoney" "16000"
  57. seta "fcs_fillweapons" "0"
  58. seta "fcs_autoreload" "0"
  59. // 2D/HUD Variables
  60. seta "con_color" "255 150 0"
  61. seta "vgui_color" "255 170 0"
  62. seta "cross_color" "0 255 0"
  63. // physics
  64. seta sv_stepheight 18
  65. seta sv_airstepheight 18
  66. seta sv_friction 4
  67. seta sv_edgefriction 1
  68. seta sv_stopspeed 75
  69. seta sv_gravity 800
  70. seta sv_airaccelerate 10
  71. seta sv_wateraccelerate 8
  72. seta sv_accelerate 4
  73. seta sv_maxspeed 250
  74. // disable some nuclide niceties
  75. seta v_muzzledlight 0
  76. // config compat
  77. alias mp_timelimit timelimit
  78. alias mp_fraglimit fraglimit
  79. // video settings
  80. seta gl_overbright 0
  81. seta gl_ldr 1
  82. seta r_lightmap_format rgb8
  83. seta cl_movespeedkey 0.2