ezQuake Manual: System Settings Variables

cl_mediaroot 

Description

Changes where demos, screenshots and logs are saved, how variables demo_dir, sshot_dir and log_dir are treated.

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 0

Values

valuedescription
0Treat paths as relative to the Quake dir
1Treat paths as relative to user home dir
2Treat paths as system absolute paths

mumble_enabled 

Description

Turn on mumble positional audio support.

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 1

Values

valuedescription
1
0

Requires mumble to be loaded before toggling this on.

sys_disableWinKeys 

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 0

Values

valuedescription
1Disable winkeys from alt-tabbing you (only works in NT/2K/XP, and only when the client is in focus).
0Enable.

Note: Windows keys are now bindable (LWINKEY, RWINKEY, WINKEY, POPUPMENU). Obviously only useful on NT/2K/XP with sys_disableWinKeys 1 (and possibely useful in Linux too!).

sys_highpriority 

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 0

Values

valuedescription
-1Sets process to low priority.
0Sets process to normal priority.
1Sets process to high priority.

sys_inactiveSleep 

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 1

Values

valuedescription
1Enable inactive sleeping.
0Prevent freeing of CPU when the client is minimized or not in focus.

sys_yieldcpu 

Description

Controls CPU sharing when client is waiting to draw a frame. When disabled, client will run a loop, actively waiting for the time to draw a new frame. When enabled, client will call system sleep function during the waiting, which will cause the thread to be deactivated for a while - leading to significantly lower CPU usage in most cases.

Support: Windows: OpenGL Windows: Software Linux: GLX Linux: X11 Linux: SVGA Mac OS X FreeBSD

Default: 0

Values

valuedescription
1Sleep between frames, make CPU available for other processes.
0Do not sleep between frames, use CPU as much as possible.

Last update: 09.11.2005 10:15 UTC
ezQDocs

SourceForge.net Logo