File: defaults.cfg

package info (click to toggle)
assaultcube-data 1.0.4%2Brepack1-1
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 60,024 kB
  • ctags: 15,165
  • sloc: cpp: 34,920; ansic: 20,515; xml: 3,864; sh: 3,408; objc: 975; cs: 350; makefile: 146
file content (36 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
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.