2021-11-09 16:33:16 +00:00
|
|
|
// Standard Game Bindings
|
|
|
|
// Feel free to modify them however you like
|
|
|
|
|
|
|
|
// Clear all bindings...
|
2021-08-02 20:36:36 +00:00
|
|
|
unbindall
|
2021-11-09 16:33:16 +00:00
|
|
|
|
|
|
|
// Movement
|
|
|
|
bind w "+forward"
|
2021-08-02 20:36:36 +00:00
|
|
|
bind a "+moveleft"
|
2021-11-09 16:33:16 +00:00
|
|
|
bind s "+back"
|
2021-08-02 20:36:36 +00:00
|
|
|
bind d "+moveright"
|
2021-11-09 16:33:16 +00:00
|
|
|
bind SPACE "+jump"
|
|
|
|
bind CTRL "+duck"
|
|
|
|
bind LSHIFT "+speed"
|
|
|
|
|
|
|
|
// Interact button
|
2021-08-02 20:36:36 +00:00
|
|
|
bind e "+use"
|
2021-11-09 16:33:16 +00:00
|
|
|
|
|
|
|
// Flashlight button
|
2021-08-02 20:36:36 +00:00
|
|
|
bind f "impulse 100"
|
2021-11-09 16:33:16 +00:00
|
|
|
|
|
|
|
// Misc interface buttons
|
2021-08-02 20:36:36 +00:00
|
|
|
bind t "messagemode"
|
2021-11-09 16:33:16 +00:00
|
|
|
bind TAB "+showscores"
|
|
|
|
bind ESCAPE "togglemenu"
|
|
|
|
bind PAUSE "pause"
|
2021-08-02 20:36:36 +00:00
|
|
|
|
2021-11-09 16:33:16 +00:00
|
|
|
// Developer console
|
|
|
|
bind ~ "toggleconsole"
|