timocratic (owner)

Revisions

gist: 51176 Download_button fork
public
Description:
Quake 3 config file - put in base3q folder
Public Clone URL: git://gist.github.com/51176.git
Embed All Files: show embed
autoexec.cfg #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set w1 "weapon 5; bind mouse3 vstr w2; echo ROCKET LAUNCHER"
set w2 "weapon 7; bind mouse3 vstr w1; echo RAIL GUN"
bind mouse3 vstr w1
 
seta com_maxfps "125"
seta r_finish "0"
seta cg_fov "120"
seta sensitivity "5"
set "zoom1" " cg_fov 60 ; sensitivity 2 ; bind mouse2 vstr zoom0 "
set "zoom0" " cg_fov 120 ; sensitivity 5 ; bind mouse2 vstr zoom1 "
bind mouse2 vstr zoom1
 
seta r_mode "-1"
seta r_customheight "1200"
seta r_customwidth "1920"
seta r_fullscreen "1"
 
bind mouse4 "kill"