45 lines
1.5 KiB
INI
45 lines
1.5 KiB
INI
// Settings
|
||
// User-configurable settings for the script pack.
|
||
|
||
// AUTO_CROUCH_JUMP
|
||
// Values: crouch_on | crouch_off
|
||
// When set to crouch_on, automatically crouches when holding the jump button.
|
||
alias AUTO_CROUCH_JUMP "crouch_on"
|
||
|
||
// AUTO_DISGUISE
|
||
// Values: disguise_on | disguise_off
|
||
// Set to disguise_on to activate automatic disguise functions on Spy.
|
||
// Set to disguise_off to de-activate them.
|
||
// Note: be careful when placing sappers or otherwise using MOUSE1 without
|
||
// meaning to attack, as this will automatically change the disguise. Use
|
||
// MOUSE3 to perform a normal attack.
|
||
alias AUTO_DISGUISE "disguise_on"
|
||
|
||
// CLEAR_CONSOLE_ON_START
|
||
// Values: clear_on | clear_off
|
||
// Set to disguise_on if you want the developer console to be cleared once
|
||
// main.cfg is run (when the game starts). Otherwise, leave empty.
|
||
alias CLEAR_CONSOLE_ON_START "clear_on"
|
||
|
||
// LOADOUT_SWITCH
|
||
// Values: loadout_on | loadout_off
|
||
// If set to loadout_on, the Alt+Num combination will switch to one of four
|
||
// loadouts.
|
||
alias LOADOUT_SWITCH "loadout_on"
|
||
|
||
// SHOW_NETGRAPH
|
||
// Values: netgraph_on | netgraph_off
|
||
// Shows the netgraph when the user press Tab.
|
||
alias SHOW_NETGRAPH "netgraph_off"
|
||
|
||
// SPY_LINES
|
||
// Values: spy_lines_on | spy_lines_off
|
||
// If set to spy_lines_on, the Shift+Num combination will say a line
|
||
// naming the class which has been spotted.
|
||
alias SPY_LINES "spy_lines_on"
|
||
|
||
// SUICIDE_EXPLOSION
|
||
// Values: suicide_on | suicide_off
|
||
// If set to suicide_on, pressing F1 will make the player explode.
|
||
alias SUICIDE_EXPLOSION "suicide_on"
|