hl2/zpak001.pk3dir/default.cfg
Marco Cawthorne f14bd46aef
Client: Update bobbing cvar defaults
Gamerules: Use setorigin_safe() on player spawns, as spawn points appear to be in the ground?
Weapons: update various weapons and their skill/damage values
2024-01-08 15:27:21 -08:00

71 lines
No EOL
1.4 KiB
INI

// Generic Binds
bind "ESC" "togglemenu"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+left"
bind "RIGHTARROW" "+right"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MWHEELDOWN" "invnext"
bind "MWHEELUP" "invprev"
bind "r" "+reload"
bind "e" "+use"
bind "TAB" "+showscores"
bind "y" "messagemode"
bind "u" "messagemode2"
bind "t" "impulse 201"
bind "f" "impulse 100"
bind "f1" "vote yes"
bind "f2" "vote no"
// Game Variables
seta "hostname" "FreeHL2 Server"
seta "maxplayers" "8"
// 2D/HUD Variables
seta "con_color" "255 150 0"
seta "vgui_color" "255 170 0"
seta "cross_color" "0 255 0"
// disable some nuclide niceties
seta cg_muzzleDLight 01
// config compat
alias mp_timelimit timelimit
alias mp_fraglimit fraglimit
// video settings
seta gl_overbright 2
seta gl_ldr 0
seta r_lightmap_format rgb9e5
seta rate 30000 // some HL configs set this to 2500 by default!
seta cl_forwardspeed 190
seta cl_sidespeed 190
seta cl_backspeed 190
seta cl_movespeedkey 1.684
seta pm_maxspeed 320
exec skill_hl2.cfg
seta fov 75
seta viewmodel_fov 54