2001-10-17 21:35:24 +00:00
|
|
|
// QuakeForge Configuration
|
2001-02-19 21:15:25 +00:00
|
|
|
|
|
|
|
// Location of shared data
|
|
|
|
setrom fs_sharepath "/usr/share/games/quake"
|
|
|
|
|
|
|
|
// Location of user's personal data
|
|
|
|
setrom fs_userpath "~/.quake"
|
|
|
|
|
2001-10-17 21:35:24 +00:00
|
|
|
// CD Audio
|
|
|
|
set cd_plugin linux
|
|
|
|
|
|
|
|
// Uncomment one of these to choose audio support
|
|
|
|
//set snd_output oss
|
|
|
|
//set snd_output alsa0.9
|
|
|
|
|
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
|