Half-Life Console Help

Commands

// Movement Commands

bind <key> +speed  // Walk while <key> held down if auto-run is on, otherwise run
bind <key> +moveleft  // Strafe left
bind <key> +moveright  // Strafe right
bind <key> +forward  // Move forward
bind <key> +back // Backpedal
bind <key> +jump // Jump
bind <key> +duck // Duck
bind <key> +use  // Use item

// Miscellaneous commands, use in console or: bind <key> command
// Quotes are required if the command includes spaces

bind <key> +showscores  // Show player pings and scores while held
bind <key> toggleconsole  // Toggle console screen
bind <key> sizedown  //Decrease screen size
bind <key> sizeup  //Increase screen size
bind <key> pause // Pause game
bind <key> snapshot  //Take a screensho
bind <key> kill  //Suicide
bind <key> "impulse 201"  //Spray graffiti
bind <key> "impulse 100"  //Toggle flashlight
bind <key> messagemode  // Type message to everyone
bind <key> messagemode2  // Type message to your team only

//  Weapon Commands

bind <key> slot1  // Weapon group 1
bind <key> slot2  // Weapon group 2
bind <key> slot3  // Weapon group 3
bind <key> slot4  // Weapon group 4
bind <key> slot5  // Weapon group 5
bind <key> invprev // Previous item
bind <key> invnext  // Next item
bind <key> +reload  // Reload weapon
bind <key> lastinv  // Switch back to last item used
bind <key> +attack  // Fire
bind <key> +attack2  // Alternate fire

// Commands to switch directly to any weapon without using the slot system
//  NOTE:  These work as shown for some people, others have to add 'use' like so:
// bind <key> "use weapon_XXXX"  (you need the quotes because of the space)

bind <key> weapon_357 
bind <key> weapon_9mmAR 
bind <key> weapon_9mmhandgun 
bind <key> weapon_crossbow 
bind <key> weapon_crowbar 
bind <key> weapon_egon 
bind <key> weapon_gauss 
bind <key> weapon_handgrenade 
bind <key> weapon_hornetgun 
bind <key> weapon_rpg 
bind <key> weapon_satchel 
bind <key> weapon_shotgun 
bind <key> weapon_snark 
bind <key> weapon_tripmine 

// Demo recording and playback

record filename // starts recording a demo and saves it to the file Sierra/Half-Life/Valve/filename.dem 
stop // stops recording the demo
timedemo filename // replays the demo (.dem) file at Sierra/Half-Life/Valve/filename.dem at maximum fps and reports the average fps at the end.

// Chase Cam Control Commands

bind <key> +camdistance // not sure
bind <key> +camin // move chase cam in (forward)
bind <key> +cammousemove // allow mouse motion to control chase cam while held down
bind <key> +camout // move chase cam out (back)
bind <key> +campitchdown  // decrease chase cam pitch (aim down)
bind <key> +campitchup // increase chase cam pitch (aim up)
bind <key> +camyawleft  // yaw (tilt) chase cam left
bind <key> +camyawright  // yaw (tile) chase cam right
 
[Previous Page] [Back to Console Index] [Next Page]