2000-11-14 21:45:34 +00:00
|
|
|
// QuakeForge: Newtree Configuration
|
2000-09-23 08:06:40 +00:00
|
|
|
|
2000-11-14 21:45:34 +00:00
|
|
|
// Location of shared data
|
|
|
|
setrom fs_sharepath "/usr/share/games/quake"
|
2000-09-23 08:06:40 +00:00
|
|
|
|
2000-11-14 21:45:34 +00:00
|
|
|
// Location of user's personal data
|
|
|
|
setrom fs_userpath "~/.quake"
|
2000-09-23 08:06:40 +00:00
|
|
|
|
2000-11-14 21:45:34 +00:00
|
|
|
// Video defaults
|
|
|
|
set vid_width 640
|
|
|
|
set vid_height 480
|
|
|
|
set vid_fullscreen 0
|
2000-09-23 08:06:40 +00:00
|
|
|
|
2000-11-14 21:45:34 +00:00
|
|
|
// Uncomment for high-quality OpenGL rendering
|
|
|
|
//gl_texturemode gl_linear_mipmap_linear
|