2001-10-17 21:35:24 +00:00
|
|
|
// QuakeForge Configuration
|
2001-02-19 21:15:25 +00:00
|
|
|
|
|
|
|
// Location of shared data
|
2003-02-07 22:03:03 +00:00
|
|
|
set fs_sharepath "/usr/share/games/quake"
|
2001-02-19 21:15:25 +00:00
|
|
|
|
|
|
|
// Location of user's personal data
|
2003-02-07 22:03:03 +00:00
|
|
|
set fs_userpath "~/.quakeforge"
|
2001-02-19 21:15:25 +00:00
|
|
|
|
2001-10-17 21:35:24 +00:00
|
|
|
// CD Audio
|
|
|
|
set cd_plugin linux
|
|
|
|
|
2003-02-07 22:03:03 +00:00
|
|
|
// Digital sound output
|
|
|
|
set snd_output default
|
2001-10-17 21:35:24 +00:00
|
|
|
|
2001-02-19 21:15:25 +00:00
|
|
|
// Video defaults
|
|
|
|
set vid_width 640
|
|
|
|
set vid_height 480
|
|
|
|
set vid_fullscreen 0
|
|
|
|
|
2001-10-17 21:35:24 +00:00
|
|
|
// Uncomment for higher-quality rendering in the OpenGL targets
|
2001-02-19 21:15:25 +00:00
|
|
|
//gl_texturemode gl_linear_mipmap_linear
|