Created
January 23, 2009 20:27
-
-
Save knzai/51176 to your computer and use it in GitHub Desktop.
Quake 3 config file - put in base3q folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment