59cbcfe355
smoothed out cl_chasecam 0 angles. server browser no longer counts spectators as players. also sorts players by frags. fix ezhud r_tracking_frame issue, by making it technically 0 height when not tracking. r_showfields is now a separate cvar, instead of being rolled into r_showbboxes. now shows only a single entity. fix qport issue. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4915 fc73d0e0-1445-4013-8a0c-d673dee63da5
18 lines
579 B
INI
18 lines
579 B
INI
// file supplied by mushi
|
|
|
|
bind mouse1 +attack //left area of the screen
|
|
bind mouse2 +jump //right area of the screen
|
|
bind menu "toggleconsole"
|
|
bind volup inv volume 0.1
|
|
bind voldown inv volume -0.1
|
|
|
|
|
|
// Appearance settings
|
|
brightness "0.2"
|
|
contrast "1.2"
|
|
|
|
vid_conwidth "0" //make something up based upon aspect ratio
|
|
vid_conheight "300" //not using autoscale as it can make the menu unusable.
|
|
vid_conautoscale "0" // Text/Menu size. 2 is the default. 4 is bigger
|
|
|
|
exec configs/touch.cfg
|