mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
16 lines
357 B
Text
16 lines
357 B
Text
|
// QuakeForge: Newtree Configuration
|
||
|
|
||
|
// Location of shared data
|
||
|
setrom fs_sharepath "@prefix@/share/games/quakeforge"
|
||
|
|
||
|
// Location of user's personal data
|
||
|
setrom fs_userpath "~/.quakeforge"
|
||
|
|
||
|
// Video defaults
|
||
|
set vid_width 640
|
||
|
set vid_height 480
|
||
|
set vid_fullscreen 0
|
||
|
|
||
|
// Uncomment for high-quality OpenGL rendering
|
||
|
//gl_texturemode gl_linear_mipmap_linear
|