mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-26 05:40:59 +00:00
30 lines
812 B
Text
30 lines
812 B
Text
|
// This is the default binding for the secondtrigger
|
||
|
bind COMMAND secondtrigger
|
||
|
|
||
|
// Default binding for Target ID
|
||
|
bind i idtarget
|
||
|
|
||
|
// Default binding for gl_flashblend toggle
|
||
|
//NOTE: this item is not needed for software rendered Quake
|
||
|
bind g gllight
|
||
|
|
||
|
// These are the default bindings for Adding Bots
|
||
|
bind b addbot
|
||
|
bind n teambot
|
||
|
|
||
|
//This is the default binding for the ChaseCam
|
||
|
bind c chasecam
|
||
|
|
||
|
// These are the default bindings for the KasCam (Automatic Camera for Observing Only)
|
||
|
bind k autocam
|
||
|
bind ] camnext
|
||
|
|
||
|
//These are optional bindings for the Chasecam (Manual 3rd person Camera)
|
||
|
//To make them active, remove the comment tags '//'
|
||
|
|
||
|
//bind UPARROW camforward
|
||
|
//bind LEFTARROW camleft
|
||
|
//bind RIGHTARROW camright
|
||
|
//bind DOWNARROW cambackward
|
||
|
//bind HOME camup
|
||
|
//bind END camdown
|