1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
// These default settings get executed whenever "saved.cfg" is not available.
// Do not modify anything below, instead change settings in game, or add to autoexec.cfg
name "unarmed" // Change your name!
loadcrosshair default.png // Choose another crosshair, see packages/misc/crosshairs/
loadcrosshair teammate.png teammate // teammate crosshair
loadcrosshair red_dot.png scope // scope crosshair
skin 0 // Change your look.
autoreload 1 // Reload the guns automatically by default.
lighterror 4 //set higher (for example 8) if you experience slowdown
// NOTE: by default the zoom script just divides your sensitivity by 2 while you use the scope
// if you want to set your own value for it, go to the following line and
// replace $scopesensscale by your desired sensitivity value:
alias scopesensscale 0.5
alias scopesens [ *f $sensitivity $scopesensscale ]
//bind MOUSE2 [ zoom 1; onrelease [ zoom 0 ] ]
// alternative zoom toggle
//alias ztoggle 0
//bind MOUSE2 [ alias ztoggle (= ztoggle 0); zoom $ztoggle ]
// alternative weapon switching (more economic), no more 1-2-3-4 /wheel cycling no finger ever leaving WASD
// uncomment lines (remove the //) below to activate
//alias delta_game_0 [ if (= $arg1 1) [ primary ] [ secondary ] ]
//bind lshift "grenades"
//bind lalt "melee"
alias askquit 1
alias gfxqualityalias 3 // Default GFX is medium.
alias soundqualityalias 3 // Default sound is best.
|