diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-05 01:23:44 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-05 01:23:44 +0800 |
commit | c8f1244d2e6a4f53d5c6580db89848e07ccf3534 (patch) | |
tree | e37d0125f75da0ddfc9e68d8311a8d3fcdaa40c9 /games | |
parent | 28429334e7d487ae2aed787707b98d9d2064d9a3 (diff) | |
download | freebsd-ports-graphics-c8f1244d2e6a4f53d5c6580db89848e07ccf3534.tar.gz freebsd-ports-graphics-c8f1244d2e6a4f53d5c6580db89848e07ccf3534.tar.zst freebsd-ports-graphics-c8f1244d2e6a4f53d5c6580db89848e07ccf3534.zip |
- Update to version 1.8.2.
- Bump PORTEPOCH.
- Remove many upstream already integrated patches.
Diffstat (limited to 'games')
-rw-r--r-- | games/ezquake/Makefile | 34 | ||||
-rw-r--r-- | games/ezquake/distinfo | 15 | ||||
-rw-r--r-- | games/ezquake/files/patch-Makefile | 58 | ||||
-rw-r--r-- | games/ezquake/files/patch-Makefile.list | 18 | ||||
-rw-r--r-- | games/ezquake/files/patch-cd_linux.c | 253 | ||||
-rw-r--r-- | games/ezquake/files/patch-cl_tcl.c | 10 | ||||
-rw-r--r-- | games/ezquake/files/patch-common.c | 72 | ||||
-rw-r--r-- | games/ezquake/files/patch-host.c | 11 | ||||
-rw-r--r-- | games/ezquake/files/patch-image.c | 10 | ||||
-rw-r--r-- | games/ezquake/files/patch-modules.c | 10 | ||||
-rw-r--r-- | games/ezquake/files/patch-mp3_player.c | 31 | ||||
-rw-r--r-- | games/ezquake/files/patch-q_shared.h | 43 | ||||
-rw-r--r-- | games/ezquake/files/patch-snd_dma.c | 28 | ||||
-rw-r--r-- | games/ezquake/files/patch-snd_linux.c | 77 | ||||
-rw-r--r-- | games/ezquake/files/patch-snd_oss.c | 42 | ||||
-rw-r--r-- | games/ezquake/files/patch-sys_linux.c | 26 | ||||
-rw-r--r-- | games/ezquake/files/patch-teamplay.c | 10 | ||||
-rw-r--r-- | games/ezquake/files/patch-vid_common_gl.c | 13 | ||||
-rw-r--r-- | games/ezquake/files/patch-vid_glx.c | 25 | ||||
-rw-r--r-- | games/ezquake/pkg-plist | 1817 |
20 files changed, 165 insertions, 2438 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index fb2c3e56d29..d952f9d0ac3 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -6,35 +6,31 @@ # PORTNAME= ezquake -PORTVERSION= 1754 -PORTREVISION= 2 +PORTVERSION= 1.8.2 +PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= SF -DISTNAME= ${PORTNAME}_source_${PORTVERSION} -DISTFILES= ${DISTNAME}.7z \ - ${PORTNAME}_linux_${PORTVERSION}${EXTRACT_SUFX} -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${PORTNAME}_linux_${PORTVERSION}${EXTRACT_SUFX} +MASTER_SITES= SF:ezquake \ + http://www.winimage.com/zLibDll/:minizip +DISTFILES= ${PORTNAME}_source_${PORTVERSION}${EXTRACT_SUFX}:ezquake \ + ${PORTNAME}_win32_${PORTVERSION}${EXTRACT_SUFX}:ezquake \ + unzip101e.zip:minizip MAINTAINER= alepulver@FreeBSD.org COMMENT= Modern QuakeWorld client -EXTRACT_DEPENDS=p7zip:${PORTSDIR}/archivers/p7zip LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ pcre.0:${PORTSDIR}/devel/pcre \ - png.5:${PORTSDIR}/graphics/png \ - xmms.4:${PORTSDIR}/multimedia/xmms + png.5:${PORTSDIR}/graphics/png +USE_ZIP= yes USE_DOS2UNIX= *.[ch] Makefile* -USE_GCC= 3.4+ USE_GMAKE= yes USE_TCL= yes -USE_TCL_BUILD= yes MAKE_ENV= TCL_SUFX="${TCL_VER:S/.//}" -.for v in TCL_INCLUDEDIR TCL_LIBDIR PTHREAD_LIBS +.for v in TCL_INCLUDEDIR TCL_LIBDIR MAKE_ENV+= ${v}="${${v}}" .endfor -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}_18-2_stable OPTIONS= GLX "Build GLX client" on \ OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ @@ -71,19 +67,13 @@ MAKE_ENV+= USE_OPTIMIZED_CFLAGS=YES MAKE_ENV+= USE_OPTIMIZED_CFLAGS=NO .endif -post-extract: - @cd ${WRKDIR} && 7z x -y ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.7z \ - >/dev/null - @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf - post-patch: @${REINPLACE_CMD} -e 's|libtcl\.so|libtcl${TCL_VER:S/.//}|' \ ${WRKSRC}/embed_tcl.h - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' ${WRKSRC}/mp3_player.c do-install: ${MKDIR} ${Q1DIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/ezquake/* ${WRKSRC}/qw/* ${Q1DIR}/${PORTNAME} + ${CP} -R ${WRKDIR}/ezquake/* ${WRKDIR}/qw/* ${Q1DIR}/${PORTNAME} .if !defined(WITHOUT_GLX) ${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake-gl.glx \ ${PREFIX}/bin/ezquake-glx diff --git a/games/ezquake/distinfo b/games/ezquake/distinfo index f62aa848da0..cfd8e544e39 100644 --- a/games/ezquake/distinfo +++ b/games/ezquake/distinfo @@ -1,6 +1,9 @@ -MD5 (ezquake/ezquake_source_1754.7z) = 75eea8a04d49805a08addbac715c521c -SHA256 (ezquake/ezquake_source_1754.7z) = f80390eb91b5a3ff0890e6c32de9d286bcbb5f72499061580da875c690ac716b -SIZE (ezquake/ezquake_source_1754.7z) = 2813436 -MD5 (ezquake/ezquake_linux_1754.tar.gz) = 7f4c93f0e2906d58082c971d10a5a653 -SHA256 (ezquake/ezquake_linux_1754.tar.gz) = 04766414cb699e7b648470cf650e4dd3a6e8b378e32eeac26c3fcd4202fa6f22 -SIZE (ezquake/ezquake_linux_1754.tar.gz) = 11262255 +MD5 (ezquake_source_1.8.2.zip) = 1cce274f6a6055ee4d524d5b4ce656a7 +SHA256 (ezquake_source_1.8.2.zip) = c22c040ad943ea4d65dc74d0b3e151b162540589fcb47d174e5b1d8fd4fb2058 +SIZE (ezquake_source_1.8.2.zip) = 5681316 +MD5 (ezquake_win32_1.8.2.zip) = d5a30a0f6941a77bcea7baf34b4724b6 +SHA256 (ezquake_win32_1.8.2.zip) = 7bf1e4461f954fd921547ee89e80f55d37d03f44a02dbaab25da211449fa53d4 +SIZE (ezquake_win32_1.8.2.zip) = 16192773 +MD5 (unzip101e.zip) = 59e14911bffbb40ce49aa38f6f1efd2a +SHA256 (unzip101e.zip) = 383cc51f505d996a39efe135a57057bdfc817855259c29092bddba9b4fde5dbd +SIZE (unzip101e.zip) = 40925 diff --git a/games/ezquake/files/patch-Makefile b/games/ezquake/files/patch-Makefile index 268734803cc..e2de78662f1 100644 --- a/games/ezquake/files/patch-Makefile +++ b/games/ezquake/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Nov 25 15:28:35 2006 -+++ Makefile Tue Dec 19 20:41:59 2006 +--- Makefile.orig Fri Jan 4 11:28:34 2008 ++++ Makefile Fri Jan 4 11:29:06 2008 @@ -6,7 +6,7 @@ # compilation tool and detection of targets/achitecture @@ -9,38 +9,25 @@ CC_BASEVERSION = $(shell $(CC) -dumpversion | sed -e 's/\..*//g') # TYPE = release debug -@@ -16,25 +16,18 @@ - - # ARCH = x86 ppc - # OS = linux darwin --ARCH = $(shell uname -m | sed -e 's/i.86/x86/g' -e 's/Power Macintosh/ppc/g') -+ARCH ?= $(shell uname -m | sed -e 's/i.86/x86/g' -e 's/Power Macintosh/ppc/g') +@@ -19,17 +19,6 @@ + ARCH = $(shell uname -m | sed -e 's/i.86/x86/g' -e 's/Power Macintosh/ppc/g') OS = $(shell uname -s | tr A-Z a-z) -# add special architecture based flags -ifeq ($(ARCH),x86_64) -- ARCH_CFLAGS = -march=k8 -D__LITTLE_ENDIAN__Q__ +- ARCH_CFLAGS = -mtune=nocona -mmmx -msse -msse2 -m64 -endif -ifeq ($(ARCH),x86) -- ARCH_CFLAGS = -march=i686 -D__LITTLE_ENDIAN__Q__ -Did386 +- ARCH_CFLAGS = -march=i686 -mtune=generic -mmmx -Did386 -endif -ifeq ($(ARCH),ppc) -- ARCH_CFLAGS = -arch ppc -faltivec -maltivec -mcpu=7450 -mtune=7450 -mpowerpc -mpowerpc-gfxopt -D__BIG_ENDIAN__Q__ +- ARCH_CFLAGS = -arch i686 -arch ppc -msse2 -endif - - # TODO: LIB_PREFIX must be $(OS)-$(ARCH) ifeq ($(OS),linux) DEFAULT_TARGET = glx OS_GL_CFLAGS = -DWITH_DGA -DWITH_EVDEV -DWITH_VMODE - endif -+ifeq ($(OS),freebsd) -+ DEFAULT_TARGET = glx -+ OS_GL_CFLAGS = -DWITH_DGA -DWITH_VMODE -I$(X11BASE)/include -+endif - ifeq ($(OS),darwin) - DEFAULT_TARGET = mac - OS_GL_CFLAGS = -I/opt/local/include/ -I/Developer/Headers/FlatCarbon -I/sw/include -FOpenGL -FAGL -@@ -50,19 +43,19 @@ +@@ -53,19 +42,19 @@ # Directories for object files # ################################ @@ -68,30 +55,33 @@ ################ -@@ -78,9 +71,12 @@ +@@ -81,9 +70,11 @@ # compiler flags - PRJ_CFLAGS = -DWITH_ZLIB -DWITH_PNG -DEMBED_TCL -DJSS_CAM --BASE_CFLAGS = -Wall -funsigned-char $(ARCH_CFLAGS) $(PRJ_CFLAGS) -I ./libs -+XMMS_CFLAGS= -DWITH_XMMS `xmms-config --cflags` `glib-config --cflags` -+BASE_CFLAGS := $(CFLAGS) -I$(LOCALBASE)/include `pcre-config --cflags` -I$(TCL_INCLUDEDIR) -DDATADIR='"$(Q1DIR)"' -Wall -funsigned-char $(PRJ_CFLAGS) $(XMMS_CFLAGS) + PRJ_CFLAGS = -DWITH_ZLIB -DWITH_PNG -DEMBED_TCL -DJSS_CAM -DWITH_ZIP #-DWITH_FTE_VFS +-BASE_CFLAGS = -pipe -Wall -funsigned-char $(ARCH_CFLAGS) $(PRJ_CFLAGS) -I ./libs ++BASE_CFLAGS := $(CFLAGS) -pipe -Wall -funsigned-char $(ARCH_CFLAGS) $(PRJ_CFLAGS) `pcre-config --cflags` -I$(TCL_INCLUDEDIR) -I.. -DDATADIR='"$(Q1DIR)"' +ifeq ($(USE_OPTIMIZED_CFLAGS),YES) - RELEASE_CFLAGS = -pipe -O2 -fno-strict-aliasing -ffast-math -fomit-frame-pointer -fexpensive-optimizations -funroll-loops + RELEASE_CFLAGS = -O2 -fno-strict-aliasing -ffast-math -funroll-loops +endif DEBUG_CFLAGS = -ggdb # opengl builds -@@ -92,9 +88,9 @@ - CFLAGS = $(BASE_CFLAGS) $(DEBUG_CFLAGS) -D_DEBUG +@@ -96,13 +87,13 @@ endif + ifeq ($(TYPE),release) -LDFLAGS = -lm -lpthread --COMMON_LIBS = libs/$(LIB_PREFIX)/libpng.a libs/$(LIB_PREFIX)/libz.a libs/$(LIB_PREFIX)/libpcre.a libs/$(LIB_PREFIX)/libexpat.a libs/$(LIB_PREFIX)/libtcl8.4.a ++LDFLAGS = -lm -pthread + else + LDFLAGS = -ggdb -lm -lpthread + endif + +-COMMON_LIBS = libs/$(LIB_PREFIX)/minizip.a libs/$(LIB_PREFIX)/libpng.a libs/$(LIB_PREFIX)/libz.a libs/$(LIB_PREFIX)/libpcre.a libs/$(LIB_PREFIX)/libexpat.a libs/$(LIB_PREFIX)/libtcl8.4.a -GL_LIBS = libs/$(LIB_PREFIX)/libjpeg.a -+LDFLAGS = -L$(LOCALBASE)/lib -L$(X11BASE)/lib -+COMMON_LIBS = -lm -lpng -lz `pcre-config --libs` `glib-config --libs` -lexpat -ltcl$(TCL_SUFX) $(PTHREAD_LIBS) ++COMMON_LIBS = -lm -lpng -lz `pcre-config --libs` `glib-config --libs` -lexpat -ltcl$(TCL_SUFX) +GL_LIBS = -ljpeg - include Makefile.list - + ifeq ($(OS),freebsd) + X11BASE ?= /usr/X11R6 diff --git a/games/ezquake/files/patch-Makefile.list b/games/ezquake/files/patch-Makefile.list index a409158362f..cc75d55c8c6 100644 --- a/games/ezquake/files/patch-Makefile.list +++ b/games/ezquake/files/patch-Makefile.list @@ -1,7 +1,17 @@ ---- Makefile.list.orig Sat Nov 25 15:28:35 2006 -+++ Makefile.list Tue Dec 19 20:02:43 2006 -@@ -156,7 +156,6 @@ - cd_linux \ +--- Makefile.list.orig Fri Jan 4 11:28:34 2008 ++++ Makefile.list Fri Jan 4 11:28:47 2008 +@@ -109,7 +109,8 @@ + net_chan \ + q_shared \ + version \ +- zone ++ zone \ ++ ../unzip ../ioapi + + GL_C_FILES := \ + collision \ +@@ -167,7 +168,6 @@ + in_linux \ keymap_x11 \ localtime_linux \ - snd_alsa \ diff --git a/games/ezquake/files/patch-cd_linux.c b/games/ezquake/files/patch-cd_linux.c deleted file mode 100644 index 9ee8d0998b2..00000000000 --- a/games/ezquake/files/patch-cd_linux.c +++ /dev/null @@ -1,253 +0,0 @@ ---- ./cd_linux.c.orig Thu Apr 6 20:23:18 2006 -+++ ./cd_linux.c Tue Aug 29 20:59:12 2006 -@@ -30,7 +30,11 @@ - #include <string.h> - #include <time.h> - #include <errno.h> -+#ifdef __FreeBSD__ -+#include <sys/cdio.h> -+#else - #include <linux/cdrom.h> -+#endif - - #include "quakedef.h" - #include "cdaudio.h" -@@ -54,8 +58,13 @@ - if (cdfile == -1 || !enabled) - return; // no cd init'd - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCEJECT) == -1) -+ Com_DPrintf ("ioctl cdioceject failed\n"); -+#else - if ( ioctl(cdfile, CDROMEJECT) == -1 ) - Com_DPrintf ("ioctl cdromeject failed\n"); -+#endif - } - - -@@ -64,30 +73,53 @@ - if (cdfile == -1 || !enabled) - return; // no cd init'd - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCCLOSE) == -1) -+ Com_DPrintf ("ioctl cdiocclose failed\n"); -+#else - if ( ioctl(cdfile, CDROMCLOSETRAY) == -1 ) - Com_DPrintf ("ioctl cdromclosetray failed\n"); -+#endif - } - - static int CDAudio_GetAudioDiskInfo(void) - { -+#ifdef __FreeBSD__ -+ struct ioc_toc_header tochdr; -+#else - struct cdrom_tochdr tochdr; -+#endif - - cdValid = false; - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOREADTOCHEADER, &tochdr) == -1) -+ { -+ Com_DPrintf ("ioctl cdioreadtocheader failed\n"); -+#else - if ( ioctl(cdfile, CDROMREADTOCHDR, &tochdr) == -1 ) - { - Com_DPrintf ("ioctl cdromreadtochdr failed\n"); -+#endif - return -1; - } - -+#ifdef __FreeBSD__ -+ if (tochdr.starting_track < 1) -+#else - if (tochdr.cdth_trk0 < 1) -+#endif - { - Com_DPrintf ("CDAudio: no music tracks\n"); - return -1; - } - - cdValid = true; -+#ifdef __FreeBSD__ -+ maxTrack = tochdr.ending_track; -+#else - maxTrack = tochdr.cdth_trk1; -+#endif - - return 0; - } -@@ -95,8 +127,14 @@ - - void CDAudio_Play(byte track, qbool looping) - { -+#ifdef __FreeBSD__ -+ struct ioc_read_toc_entry entry; -+ struct cd_toc_entry toc_buffer; -+ struct ioc_play_track ti; -+#else - struct cdrom_tocentry entry; - struct cdrom_ti ti; -+#endif - - if (cdfile == -1 || !enabled) - return; -@@ -116,6 +154,21 @@ - return; - } - -+#ifdef __FreeBSD__ -+ #define CDROM_DATA_TRACK 4 -+ bzero((char *)&toc_buffer, sizeof(toc_buffer)); -+ entry.data_len = sizeof(toc_buffer); -+ entry.data = &toc_buffer; -+ // don't try to play a non-audio track -+ entry.starting_track = track; -+ entry.address_format = CD_MSF_FORMAT; -+ if ( ioctl(cdfile, CDIOREADTOCENTRYS, &entry) == -1 ) -+ { -+ Com_DPrintf("ioctl cdromreadtocentry failed\n"); -+ return; -+ } -+ if (toc_buffer.control == CDROM_DATA_TRACK) -+#else - // don't try to play a non-audio track - entry.cdte_track = track; - entry.cdte_format = CDROM_MSF; -@@ -125,6 +178,7 @@ - return; - } - if (entry.cdte_ctrl == CDROM_DATA_TRACK) -+#endif - { - Com_Printf ("CDAudio: track %i is not audio\n", track); - return; -@@ -137,19 +191,37 @@ - CDAudio_Stop(); - } - -+#ifdef __FreeBSD__ -+ ti.start_track = track; -+ ti.end_track = track; -+ ti.start_index = 1; -+ ti.end_index = 99; -+#else - ti.cdti_trk0 = track; - ti.cdti_trk1 = track; - ti.cdti_ind0 = 1; - ti.cdti_ind1 = 99; -+#endif - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCPLAYTRACKS, &ti) == -1) -+ { -+ Com_DPrintf ("ioctl cdiocplaytracks failed\n"); -+#else - if ( ioctl(cdfile, CDROMPLAYTRKIND, &ti) == -1 ) - { - Com_DPrintf ("ioctl cdromplaytrkind failed\n"); -+#endif - return; - } - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCRESUME) == -1) -+ Com_DPrintf ("ioctl cdiocresume failed\n"); -+#else - if ( ioctl(cdfile, CDROMRESUME) == -1 ) - Com_DPrintf ("ioctl cdromresume failed\n"); -+#endif - - playLooping = looping; - playTrack = track; -@@ -168,8 +240,13 @@ - if (!playing) - return; - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCSTOP) == -1) -+ Com_DPrintf ("ioctl cdiocstop failed (%d)\n", errno); -+#else - if ( ioctl(cdfile, CDROMSTOP) == -1 ) - Com_DPrintf ("ioctl cdromstop failed (%d)\n", errno); -+#endif - - wasPlaying = false; - playing = false; -@@ -183,8 +260,13 @@ - if (!playing) - return; - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCPAUSE) == -1) -+ Com_DPrintf ("ioctl cdiocpause failed\n"); -+#else - if ( ioctl(cdfile, CDROMPAUSE) == -1 ) - Com_DPrintf ("ioctl cdrompause failed\n"); -+#endif - - wasPlaying = playing; - playing = false; -@@ -202,8 +284,13 @@ - if (!wasPlaying) - return; - -+#ifdef __FreeBSD__ -+ if (ioctl(cdfile, CDIOCRESUME) == -1) -+ Com_DPrintf ("ioctl cdiocresume failed\n"); -+#else - if ( ioctl(cdfile, CDROMRESUME) == -1 ) - Com_DPrintf ("ioctl cdromresume failed\n"); -+#endif - playing = true; - } - -@@ -299,7 +386,12 @@ - - void CDAudio_Update(void) - { -+#ifdef __FreeBSD__ -+ struct ioc_read_subchannel subchnl; -+ struct cd_sub_channel_info data; -+#else - struct cdrom_subchnl subchnl; -+#endif - static time_t lastchk; - - if (!enabled) -@@ -323,6 +415,24 @@ - - if (playing && lastchk < time(NULL)) { - lastchk = time(NULL) + 2; //two seconds between chks -+#if defined(__FreeBSD__) -+ subchnl.address_format = CD_MSF_FORMAT; -+ subchnl.data_format = CD_CURRENT_POSITION; -+ subchnl.data_len = sizeof(data); -+ subchnl.track = playTrack; -+ subchnl.data = &data; -+ if (ioctl(cdfile, CDIOCREADSUBCHANNEL, &subchnl) == -1 ) { -+ Com_DPrintf("ioctl cdiocreadsubchannel failed\n"); -+ playing = false; -+ return; -+ } -+ if (subchnl.data->header.audio_status != CD_AS_PLAY_IN_PROGRESS && -+ subchnl.data->header.audio_status != CD_AS_PLAY_PAUSED) { -+ playing = false; -+ if (playLooping) -+ CDAudio_Play(playTrack, true); -+ } -+#else - subchnl.cdsc_format = CDROM_MSF; - if (ioctl(cdfile, CDROMSUBCHNL, &subchnl) == -1 ) { - Com_DPrintf ("ioctl cdromsubchnl failed\n"); -@@ -335,6 +445,7 @@ - if (playLooping) - CDAudio_Play(playTrack, true); - } -+#endif - } - } - diff --git a/games/ezquake/files/patch-cl_tcl.c b/games/ezquake/files/patch-cl_tcl.c deleted file mode 100644 index 9d821fec237..00000000000 --- a/games/ezquake/files/patch-cl_tcl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./cl_tcl.c.orig Tue Apr 18 17:59:55 2006 -+++ ./cl_tcl.c Tue Aug 29 20:59:12 2006 -@@ -24,6 +24,7 @@ - #define STATIC_BUILD - #include <tcl.h> - #include <time.h> -+#include <dlfcn.h> - #include "quakedef.h" - - extern cmd_function_t *impulse_cmd; diff --git a/games/ezquake/files/patch-common.c b/games/ezquake/files/patch-common.c index c1c3f52dea9..184fbc5ef17 100644 --- a/games/ezquake/files/patch-common.c +++ b/games/ezquake/files/patch-common.c @@ -1,52 +1,36 @@ ---- common.c.orig Tue Oct 24 12:50:11 2006 -+++ common.c Tue Dec 19 14:11:31 2006 -@@ -931,14 +931,18 @@ - } - - void FS_InitFilesystem (void) { -+ char *home; -+ char homepath[MAX_OSPATH]; - int i; +--- common.c.orig Fri Jan 4 12:29:52 2008 ++++ common.c Fri Jan 4 12:41:04 2008 +@@ -2012,7 +2012,7 @@ + if (!Sys_fullpath(com_basedir, "/proc/self/exe", sizeof(com_basedir))) + Sys_Error("FS_InitFilesystemEx: Sys_fullpath failed"); + #else +- com_basedir[0] = 0; // FIXME: MAC / FreeBSD ++ snprintf(com_basedir, sizeof(com_basedir), "%s/.ezquake/", getenv("HOME") ? getenv("HOME") : "."); + #endif -+ home = getenv("HOME"); -+ - // -basedir <path> - // Overrides the system supplied base directory (under id1) - if ((i = COM_CheckParm ("-basedir")) && i < com_argc - 1) + // strip ezquake*.exe, we need only path +@@ -2029,12 +2029,7 @@ strlcpy (com_basedir, com_argv[i + 1], sizeof(com_basedir)); - else -- Sys_getcwd(com_basedir, sizeof(com_basedir) - 1); // FIXME strlcpy (com_basedir, sizeof(com_basedir, "."); ? -+ strlcpy(com_basedir, DATADIR, sizeof(com_basedir) - 1); + } + else { // made com_basedir equa to cwd +-//#ifdef __FreeBSD__ +-// strlcpy(com_basedir, DATADIR, sizeof(com_basedir) - 1); +-//#else +- +- Sys_getcwd(com_basedir, sizeof(com_basedir) - 1); // FIXME strlcpy (com_basedir, ".", sizeof(com_basedir)); ? +-//#endif ++ snprintf(com_basedir, sizeof(com_basedir), "%s/.ezquake/", getenv("HOME") ? getenv("HOME") : "."); + } for (i = 0; i < (int) strlen(com_basedir); i++) - if (com_basedir[i] == '\\') -@@ -950,9 +954,14 @@ +@@ -2078,6 +2073,10 @@ + } // start up with id1 by default - FS_AddGameDirectory ( va("%s/id1", com_basedir) ); -- FS_AddGameDirectory ( va("%s/ezquake", com_basedir) ); -+ if (home != NULL) -+ FS_AddGameDirectory(va("%s/.ezquake/id1", home)); - FS_AddGameDirectory ( va("%s/qw", com_basedir) ); - -+ FS_AddGameDirectory ( va("%s/ezquake", com_basedir) ); -+ if (home != NULL) -+ FS_AddGameDirectory(va("%s/.ezquake/ezquake", home)); ++ FS_AddGameDirectory(DATADIR, "id1"); ++ FS_AddGameDirectory(DATADIR, "ezquake"); ++ FS_AddGameDirectory(DATADIR, "qw"); + - // any set gamedirs will be freed up to here - com_base_searchpaths = com_searchpaths; - -@@ -971,6 +980,13 @@ - if( UserdirSet ) - #endif - FS_SetGamedir("qw"); -+ } -+ -+ if (home != NULL) { -+ snprintf(homepath, sizeof(homepath), "%s/.ezquake/%s", home, com_gamedirfile); -+ COM_CreatePath(homepath); -+ Sys_mkdir(homepath); -+ FS_AddGameDirectory(homepath); - } - } + FS_AddGameDirectory(com_basedir, "id1"); + FS_AddGameDirectory(com_basedir, "ezquake"); diff --git a/games/ezquake/files/patch-host.c b/games/ezquake/files/patch-host.c deleted file mode 100644 index 7e1378c0eab..00000000000 --- a/games/ezquake/files/patch-host.c +++ /dev/null @@ -1,11 +0,0 @@ ---- host.c.orig Tue Dec 19 19:51:09 2006 -+++ host.c Tue Dec 19 19:51:13 2006 -@@ -249,7 +249,7 @@ - - #ifdef __i386__ - unsigned long long old_tsc, tsc_freq; -- struct timeval tp, tp_old; -+ struct timeval tp, old_tp; - #endif - - mib[0] = CTL_HW; diff --git a/games/ezquake/files/patch-image.c b/games/ezquake/files/patch-image.c deleted file mode 100644 index 4dac1571b6d..00000000000 --- a/games/ezquake/files/patch-image.c +++ /dev/null @@ -1,10 +0,0 @@ ---- image.c.orig Thu Dec 14 10:04:06 2006 -+++ image.c Tue Dec 19 19:00:49 2006 -@@ -20,6 +20,7 @@ - $Id: image.c,v 1.33 2006/12/14 13:04:06 disconn3ct Exp $ - */ - -+#include <dlfcn.h> - #include "quakedef.h" - - diff --git a/games/ezquake/files/patch-modules.c b/games/ezquake/files/patch-modules.c deleted file mode 100644 index e3b4382a3f2..00000000000 --- a/games/ezquake/files/patch-modules.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./modules.c.orig Mon Mar 20 10:51:27 2006 -+++ ./modules.c Tue Aug 29 20:59:12 2006 -@@ -20,6 +20,7 @@ - $Id: modules.c,v 1.8 2006/03/20 13:51:27 vvd0 Exp $ - */ - -+#include <dlfcn.h> - #include "quakedef.h" - - diff --git a/games/ezquake/files/patch-mp3_player.c b/games/ezquake/files/patch-mp3_player.c deleted file mode 100644 index 561213a9679..00000000000 --- a/games/ezquake/files/patch-mp3_player.c +++ /dev/null @@ -1,31 +0,0 @@ ---- mp3_player.c.orig Thu Apr 6 20:23:18 2006 -+++ mp3_player.c Wed Aug 30 20:11:52 2006 -@@ -21,6 +21,7 @@ - */ - - -+#include <dlfcn.h> - #include "quakedef.h" - #include "mp3_player.h" - -@@ -58,9 +59,10 @@ - - #include <sys/wait.h> - #include <sys/types.h> // fork, execv, usleep -+#include <signal.h> - #include <unistd.h> // fork, execv, usleep - --cvar_t mp3_dir = {"mp3_xmms_dir", "/usr/local/bin"}; -+cvar_t mp3_dir = {"mp3_xmms_dir", "%%X11BASE%%/bin"}; - cvar_t mp3_xmms_session = {"mp3_xmms_session", "0"}; - - #endif -@@ -134,7 +136,7 @@ - } - - static void XMMS_LoadLibrary(void) { -- if (!(libxmms_handle = dlopen("libxmms.so.1", RTLD_NOW)) && !(libxmms_handle = dlopen("libxmms.so", RTLD_NOW))) -+ if (!(libxmms_handle = dlopen("libxmms.so", RTLD_NOW))) - return; - - if (!QLib_ProcessProcdef(libxmms_handle, xmmsProcs, NUM_XMMSPROCS)) { diff --git a/games/ezquake/files/patch-q_shared.h b/games/ezquake/files/patch-q_shared.h index b6fc12a7a0c..a4ae32d6119 100644 --- a/games/ezquake/files/patch-q_shared.h +++ b/games/ezquake/files/patch-q_shared.h @@ -1,35 +1,20 @@ ---- q_shared.h.orig Tue Dec 5 22:01:04 2006 -+++ q_shared.h Tue Dec 19 19:45:32 2006 -@@ -31,6 +31,7 @@ - #include <stdlib.h> +--- q_shared.h.orig Fri Jan 4 10:53:25 2008 ++++ q_shared.h Fri Jan 4 11:10:59 2008 +@@ -32,6 +32,17 @@ #include <ctype.h> #include <assert.h> -+#include <machine/endian.h> - - #include "mathlib.h" - #include "sys.h" -@@ -114,21 +115,21 @@ - float FloatSwapPDP2Big (float f); - float FloatSwapPDP2Lit (float f); --#ifdef __BIG_ENDIAN__Q__ ++#ifdef __FreeBSD__ ++#include <machine/endian.h> +#if BYTE_ORDER == BIG_ENDIAN - #define BigShort(x) (x) - #define BigLong(x) (x) - #define BigFloat(x) (x) - #define LittleShort(x) ShortSwap(x) - #define LittleLong(x) LongSwap(x) - #define LittleFloat(x) FloatSwap(x) --#elif defined(__LITTLE_ENDIAN__Q__) ++#define __BIG_ENDIAN__ 1 +#elif BYTE_ORDER == LITTLE_ENDIAN - #define BigShort(x) ShortSwap(x) - #define BigLong(x) LongSwap(x) - #define BigFloat(x) FloatSwap(x) - #define LittleShort(x) (x) - #define LittleLong(x) (x) - #define LittleFloat(x) (x) --#elif defined(__PDP_ENDIAN__Q__) ++#define __LITTLE_ENDIAN__ 1 +#elif BYTE_ORDER == PDP_ENDIAN - #define BigShort(x) ShortSwap(x) - #define BigLong(x) LongSwapPDP2Big(x) - #define BigFloat(x) FloatSwapPDP2Big(x) ++#define __PDP_ENDIAN__ 1 ++#endif ++#endif ++ + #define wchar unsigned short // 16-bit Unicode char + + #include "mathlib.h" diff --git a/games/ezquake/files/patch-snd_dma.c b/games/ezquake/files/patch-snd_dma.c index dac408ff9ef..d3e5c41180c 100644 --- a/games/ezquake/files/patch-snd_dma.c +++ b/games/ezquake/files/patch-snd_dma.c @@ -1,25 +1,11 @@ ---- snd_dma.c.orig Fri Dec 22 02:00:07 2006 -+++ snd_dma.c Fri Dec 22 02:00:22 2006 -@@ -90,11 +90,11 @@ - cvar_t s_swapstereo = {"s_swapstereo", "0", CVAR_ARCHIVE}; - - cvar_t s_khz = {"s_khz", "11", CVAR_ARCHIVE}; --#ifdef __linux__ -+#ifdef __unix__ - cvar_t s_noalsa = {"s_noalsa", "0"}; - // ALSA only --> +--- snd_dma.c.orig Fri Jan 4 07:05:02 2008 ++++ snd_dma.c Fri Jan 4 07:06:53 2008 +@@ -94,7 +94,7 @@ + cvar_t s_khz = {"s_khz", "11", CVAR_ARCHIVE, OnChange_s_khz}; + #ifdef __FreeBSD__ cvar_t s_stereo = {"s_stereo", "1"}; --cvar_t s_device = {"s_device", "default"}; +-cvar_t s_device = {"s_device", "/dev/dsp0.0"}; +cvar_t s_device = {"s_device", "/dev/dsp"}; cvar_t s_bits = {"s_bits", "16"}; - // <-- ALSA only #endif -@@ -185,7 +185,7 @@ - Cvar_Register(&s_show); - Cvar_Register(&s_mixahead); - Cvar_Register(&s_swapstereo); --#ifdef __linux__ -+#ifdef __unix__ - Cvar_Register(&s_noalsa); - Cvar_Register(&s_stereo); - Cvar_Register(&s_device); + diff --git a/games/ezquake/files/patch-snd_linux.c b/games/ezquake/files/patch-snd_linux.c deleted file mode 100644 index d0540851a46..00000000000 --- a/games/ezquake/files/patch-snd_linux.c +++ /dev/null @@ -1,77 +0,0 @@ ---- snd_linux.c.orig Tue May 16 06:40:16 2006 -+++ snd_linux.c Tue Dec 19 19:22:24 2006 -@@ -21,19 +21,14 @@ - - #include "quakedef.h" - --static qbool SNDDMA_ALSA = true; - // Note: The functions here keep track of if the sound system is inited. - // They perform checks so that the real functions are only called if appropriate. - - - // Prototypes --qbool SNDDMA_Init_ALSA(void); - qbool SNDDMA_Init_OSS(void); --int SNDDMA_GetDMAPos_ALSA(void); - int SNDDMA_GetDMAPos_OSS(void); --void SNDDMA_Shutdown_ALSA(void); - void SNDDMA_Shutdown_OSS(void); --void SNDDMA_Submit_ALSA(void); - - - // Main functions -@@ -41,49 +36,24 @@ - { - int retval; - -- // Give user the option to force OSS... -- if (Cvar_VariableValue("s_noalsa")) { -- // User wants us to use OSS... -- SNDDMA_ALSA = false; -- Com_Printf("sound: Using OSS at user's request...\n"); -- retval = SNDDMA_Init_OSS(); -- } else { -- // Try ALSA first... -- Com_Printf("sound: Attempting to initialise ALSA...\n"); -- retval = SNDDMA_Init_ALSA(); -- if (retval) { -- SNDDMA_ALSA = true; -- } else { -- // Fall back to OSS... -- SNDDMA_ALSA = false; -- Com_Printf("sound: Falling back to OSS...\n"); -- retval = SNDDMA_Init_OSS(); -- } -- } -+ Com_Printf("sound: Initializing OSS...\n"); -+ retval = SNDDMA_Init_OSS(); - - return retval; - } - - int SNDDMA_GetDMAPos(void) - { -- if (SNDDMA_ALSA) -- return SNDDMA_GetDMAPos_ALSA(); -- else -- return SNDDMA_GetDMAPos_OSS(); -+ return SNDDMA_GetDMAPos_OSS(); - } - - void SNDDMA_Shutdown(void) - { -- if (SNDDMA_ALSA) -- SNDDMA_Shutdown_ALSA(); -- else -- SNDDMA_Shutdown_OSS(); -+ SNDDMA_Shutdown_OSS(); - } - - //Send sound to device if buffer isn't really the dma buffer - void SNDDMA_Submit(void) - { -- if (SNDDMA_ALSA) -- SNDDMA_Submit_ALSA(); -- // OSS doesn't use this so no need to call it. -+ // OSS doesn't use this so no need to call it. - } diff --git a/games/ezquake/files/patch-snd_oss.c b/games/ezquake/files/patch-snd_oss.c deleted file mode 100644 index 010e9a99d32..00000000000 --- a/games/ezquake/files/patch-snd_oss.c +++ /dev/null @@ -1,42 +0,0 @@ ---- snd_oss.c.orig Fri Dec 22 01:11:27 2006 -+++ snd_oss.c Fri Dec 22 01:14:20 2006 -@@ -27,7 +27,11 @@ - #include <sys/mman.h> - #include <sys/shm.h> - #include <sys/wait.h> -+#ifdef __linux__ - #include <linux/soundcard.h> -+#else -+#include <sys/soundcard.h> -+#endif - #include <stdio.h> - - #include "quakedef.h" -@@ -70,13 +74,6 @@ - return 0; - } - -- if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info) == -1) { -- perror("GETOSPACE"); -- Com_Printf("Um, can't do GETOSPACE?\n"); -- close(audio_fd); -- return 0; -- } -- - // set sample bits & speed - shm->format.width = (int) (s_bits.value / 8); - shm->format.speed = SND_Rate((int)s_khz.value); -@@ -127,6 +124,13 @@ - } else { - perror(snd_dev); - Com_Printf("%d-bit sound not supported.", shm->format.width * 8); -+ close(audio_fd); -+ return 0; -+ } -+ -+ if (ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info) == -1) { -+ perror("GETOSPACE"); -+ Com_Printf("Um, can't do GETOSPACE?\n"); - close(audio_fd); - return 0; - } diff --git a/games/ezquake/files/patch-sys_linux.c b/games/ezquake/files/patch-sys_linux.c deleted file mode 100644 index ceef7b37986..00000000000 --- a/games/ezquake/files/patch-sys_linux.c +++ /dev/null @@ -1,26 +0,0 @@ ---- ./sys_linux.c.orig Thu Jul 12 20:11:59 2007 -+++ ./sys_linux.c Thu Jul 12 20:12:00 2007 -@@ -36,7 +36,6 @@ - #include <ctype.h> - #include <sys/wait.h> - #include <sys/mman.h> --#include <linux/rtc.h> - #include <sys/ioctl.h> - #include <sys/poll.h> - #include <sched.h> -@@ -257,6 +256,7 @@ - if (COM_CheckParm("-nostdout")) - sys_nostdout.value = 1; - -+#if 0 - /* also check for -rtctimer before Host_Init is called */ - if (COM_CheckParm("-rtctimer")) { - int retval; -@@ -293,6 +293,7 @@ - - Com_Printf("RTC Timer Enabled.\n"); - } -+#endif - - #ifdef id386 - Sys_SetFPCW(); diff --git a/games/ezquake/files/patch-teamplay.c b/games/ezquake/files/patch-teamplay.c new file mode 100644 index 00000000000..d0dfdab8d03 --- /dev/null +++ b/games/ezquake/files/patch-teamplay.c @@ -0,0 +1,10 @@ +--- teamplay.c.orig Fri Jan 4 10:53:25 2008 ++++ teamplay.c Fri Jan 4 11:14:15 2008 +@@ -21,6 +21,7 @@ + + #include <time.h> + #include <string.h> ++#include <limits.h> + #include "quakedef.h" + #include "ignore.h" + #ifdef GLQUAKE diff --git a/games/ezquake/files/patch-vid_common_gl.c b/games/ezquake/files/patch-vid_common_gl.c index 325ea0b91de..eda8f107695 100644 --- a/games/ezquake/files/patch-vid_common_gl.c +++ b/games/ezquake/files/patch-vid_common_gl.c @@ -1,6 +1,6 @@ ---- ./vid_common_gl.c.orig Thu Jul 12 20:11:59 2007 -+++ ./vid_common_gl.c Thu Jul 12 20:29:47 2007 -@@ -51,6 +51,9 @@ +--- vid_common_gl.c.orig Fri Jan 4 07:13:37 2008 ++++ vid_common_gl.c Fri Jan 4 07:15:29 2008 +@@ -68,6 +68,9 @@ lpMTexFUNC qglMultiTexCoord2f = NULL; lpSelTexFUNC qglActiveTexture = NULL; @@ -10,13 +10,14 @@ qbool gl_combine = false; qbool gl_add_ext = false; -@@ -175,6 +178,9 @@ - Cvar_Register (&gl_strings); +@@ -198,6 +201,10 @@ Cvar_ForceSet (&gl_strings, va("GL_VENDOR: %s\nGL_RENDERER: %s\n" "GL_VERSION: %s\nGL_EXTENSIONS: %s", gl_vendor, gl_renderer, gl_version, gl_extensions)); + Cvar_Register (&gl_maxtmu2); + + qglXGetVideoSyncSGI = GL_GetProcAddress("glXGetVideoSyncSGI"); + qglXWaitVideoSyncSGI = GL_GetProcAddress("glXWaitVideoSyncSGI"); - ++ #ifndef __APPLE__ glClearColor (1,0,0,0); + #else diff --git a/games/ezquake/files/patch-vid_glx.c b/games/ezquake/files/patch-vid_glx.c deleted file mode 100644 index 3335b543856..00000000000 --- a/games/ezquake/files/patch-vid_glx.c +++ /dev/null @@ -1,25 +0,0 @@ ---- ./vid_glx.c.orig Thu Jul 12 20:11:59 2007 -+++ ./vid_glx.c Thu Jul 12 20:26:42 2007 -@@ -138,9 +138,6 @@ - - const char *glx_extensions=NULL; - --extern int glXGetVideoSyncSGI (unsigned int *); --extern int glXWaitVideoSyncSGI (int, int, unsigned int *); -- - cvar_t vid_vsync = {"vid_vsync", "0"}; - - void GL_Init_GLX(void); -@@ -567,10 +564,10 @@ - double sanity_time = Sys_DoubleTime() + 0.05; - unsigned int count, latest; - -- glXGetVideoSyncSGI(&count); -+ qglXGetVideoSyncSGI(&count); - - while(Sys_DoubleTime() < sanity_time) { -- glXGetVideoSyncSGI(&latest); -+ qglXGetVideoSyncSGI(&latest); - - if(latest != count) { - break; diff --git a/games/ezquake/pkg-plist b/games/ezquake/pkg-plist index d4c8b7fa4d1..c5584ac4e39 100644 --- a/games/ezquake/pkg-plist +++ b/games/ezquake/pkg-plist @@ -16,6 +16,7 @@ %%Q1DIR%%/ezquake/cfg/hud_dobbz.cfg %%Q1DIR%%/ezquake/cfg/hud_empezar.cfg %%Q1DIR%%/ezquake/cfg/hud_murdoc.cfg +%%Q1DIR%%/ezquake/cfg/hud_senft.cfg %%Q1DIR%%/ezquake/cfg/hud_vleesh.cfg %%Q1DIR%%/ezquake/cfg/movement.cfg %%Q1DIR%%/ezquake/cfg/mvdhud_1on1.cfg @@ -32,305 +33,7 @@ %%Q1DIR%%/ezquake/cfg/teamplay.cfg %%Q1DIR%%/ezquake/cfg/teamtime.cfg %%Q1DIR%%/ezquake/fragfile.dat -%%Q1DIR%%/ezquake/help/commands/+attack.xml -%%Q1DIR%%/ezquake/help/commands/+attack2.xml -%%Q1DIR%%/ezquake/help/commands/+back.xml -%%Q1DIR%%/ezquake/help/commands/+forward.xml -%%Q1DIR%%/ezquake/help/commands/+jump.xml -%%Q1DIR%%/ezquake/help/commands/+klook.xml -%%Q1DIR%%/ezquake/help/commands/+left.xml -%%Q1DIR%%/ezquake/help/commands/+lookdown.xml -%%Q1DIR%%/ezquake/help/commands/+lookup.xml -%%Q1DIR%%/ezquake/help/commands/+mlook.xml -%%Q1DIR%%/ezquake/help/commands/+movedown.xml -%%Q1DIR%%/ezquake/help/commands/+moveleft.xml -%%Q1DIR%%/ezquake/help/commands/+moveright.xml -%%Q1DIR%%/ezquake/help/commands/+moveup.xml -%%Q1DIR%%/ezquake/help/commands/+right.xml -%%Q1DIR%%/ezquake/help/commands/+showscores.xml -%%Q1DIR%%/ezquake/help/commands/+showteamscores.xml -%%Q1DIR%%/ezquake/help/commands/+speed.xml -%%Q1DIR%%/ezquake/help/commands/+strafe.xml -%%Q1DIR%%/ezquake/help/commands/+use.xml -%%Q1DIR%%/ezquake/help/commands/-attack.xml -%%Q1DIR%%/ezquake/help/commands/-attack2.xml -%%Q1DIR%%/ezquake/help/commands/-back.xml -%%Q1DIR%%/ezquake/help/commands/-forward.xml -%%Q1DIR%%/ezquake/help/commands/-jump.xml -%%Q1DIR%%/ezquake/help/commands/-klook.xml -%%Q1DIR%%/ezquake/help/commands/-left.xml -%%Q1DIR%%/ezquake/help/commands/-lookdown.xml -%%Q1DIR%%/ezquake/help/commands/-lookup.xml -%%Q1DIR%%/ezquake/help/commands/-mlook.xml -%%Q1DIR%%/ezquake/help/commands/-movedown.xml -%%Q1DIR%%/ezquake/help/commands/-moveleft.xml -%%Q1DIR%%/ezquake/help/commands/-moveright.xml -%%Q1DIR%%/ezquake/help/commands/-moveup.xml -%%Q1DIR%%/ezquake/help/commands/-right.xml -%%Q1DIR%%/ezquake/help/commands/-showscores.xml -%%Q1DIR%%/ezquake/help/commands/-showteamscores.xml -%%Q1DIR%%/ezquake/help/commands/-speed.xml -%%Q1DIR%%/ezquake/help/commands/-strafe.xml -%%Q1DIR%%/ezquake/help/commands/-use.xml -%%Q1DIR%%/ezquake/help/commands/addip.xml -%%Q1DIR%%/ezquake/help/commands/addloc.xml -%%Q1DIR%%/ezquake/help/commands/addserver.xml -%%Q1DIR%%/ezquake/help/commands/alias.xml -%%Q1DIR%%/ezquake/help/commands/aliasedit.xml -%%Q1DIR%%/ezquake/help/commands/aliaslist.xml -%%Q1DIR%%/ezquake/help/commands/allskins.xml -%%Q1DIR%%/ezquake/help/commands/bf.xml -%%Q1DIR%%/ezquake/help/commands/bind.xml -%%Q1DIR%%/ezquake/help/commands/bindlist.xml -%%Q1DIR%%/ezquake/help/commands/calendar.xml -%%Q1DIR%%/ezquake/help/commands/cam_angles.xml -%%Q1DIR%%/ezquake/help/commands/cam_pos.xml -%%Q1DIR%%/ezquake/help/commands/cd.xml -%%Q1DIR%%/ezquake/help/commands/centerview.xml -%%Q1DIR%%/ezquake/help/commands/cfg_load.xml -%%Q1DIR%%/ezquake/help/commands/cfg_reset.xml -%%Q1DIR%%/ezquake/help/commands/cfg_save.xml -%%Q1DIR%%/ezquake/help/commands/cl_messages.xml -%%Q1DIR%%/ezquake/help/commands/clear.xml -%%Q1DIR%%/ezquake/help/commands/clearlocs.xml -%%Q1DIR%%/ezquake/help/commands/cmd.xml -%%Q1DIR%%/ezquake/help/commands/cmdlist.xml -%%Q1DIR%%/ezquake/help/commands/color.xml -%%Q1DIR%%/ezquake/help/commands/connect.xml -%%Q1DIR%%/ezquake/help/commands/cvar_reset.xml -%%Q1DIR%%/ezquake/help/commands/cvar_reset_re.xml -%%Q1DIR%%/ezquake/help/commands/cvarlist.xml -%%Q1DIR%%/ezquake/help/commands/cvarlist_re.xml -%%Q1DIR%%/ezquake/help/commands/date.xml -%%Q1DIR%%/ezquake/help/commands/demo_capture.xml -%%Q1DIR%%/ezquake/help/commands/demo_jump.xml -%%Q1DIR%%/ezquake/help/commands/demo_playlist_clear.xml -%%Q1DIR%%/ezquake/help/commands/demo_playlist_next.xml -%%Q1DIR%%/ezquake/help/commands/demo_playlist_prev.xml -%%Q1DIR%%/ezquake/help/commands/demo_playlist_stop.xml -%%Q1DIR%%/ezquake/help/commands/demo_setspeed.xml -%%Q1DIR%%/ezquake/help/commands/describe.xml -%%Q1DIR%%/ezquake/help/commands/devmap.xml -%%Q1DIR%%/ezquake/help/commands/disconnect.xml -%%Q1DIR%%/ezquake/help/commands/dns.xml -%%Q1DIR%%/ezquake/help/commands/download.xml -%%Q1DIR%%/ezquake/help/commands/easyrecord.xml -%%Q1DIR%%/ezquake/help/commands/echo.xml -%%Q1DIR%%/ezquake/help/commands/edict.xml -%%Q1DIR%%/ezquake/help/commands/edictcount.xml -%%Q1DIR%%/ezquake/help/commands/edicts.xml -%%Q1DIR%%/ezquake/help/commands/enemycolor.xml -%%Q1DIR%%/ezquake/help/commands/exec.xml -%%Q1DIR%%/ezquake/help/commands/f_modified.xml -%%Q1DIR%%/ezquake/help/commands/f_server.xml -%%Q1DIR%%/ezquake/help/commands/filter.xml -%%Q1DIR%%/ezquake/help/commands/floodprot.xml -%%Q1DIR%%/ezquake/help/commands/flush.xml -%%Q1DIR%%/ezquake/help/commands/fly.xml -%%Q1DIR%%/ezquake/help/commands/fog.xml -%%Q1DIR%%/ezquake/help/commands/force_centerview.xml -%%Q1DIR%%/ezquake/help/commands/fraglogfile.xml -%%Q1DIR%%/ezquake/help/commands/fullinfo.xml -%%Q1DIR%%/ezquake/help/commands/gamedir.xml -%%Q1DIR%%/ezquake/help/commands/gamma.xml -%%Q1DIR%%/ezquake/help/commands/give.xml -%%Q1DIR%%/ezquake/help/commands/gl_checkmodels.xml -%%Q1DIR%%/ezquake/help/commands/gl_inferno.xml -%%Q1DIR%%/ezquake/help/commands/gl_setmode.xml -%%Q1DIR%%/ezquake/help/commands/god.xml -%%Q1DIR%%/ezquake/help/commands/heartbeat.xml -%%Q1DIR%%/ezquake/help/commands/help.xml -%%Q1DIR%%/ezquake/help/commands/hud262_add.xml -%%Q1DIR%%/ezquake/help/commands/hud262_alpha.xml -%%Q1DIR%%/ezquake/help/commands/hud262_bg.xml -%%Q1DIR%%/ezquake/help/commands/hud262_blink.xml -%%Q1DIR%%/ezquake/help/commands/hud262_bringtofront.xml -%%Q1DIR%%/ezquake/help/commands/hud262_disable.xml -%%Q1DIR%%/ezquake/help/commands/hud262_enable.xml -%%Q1DIR%%/ezquake/help/commands/hud262_list.xml -%%Q1DIR%%/ezquake/help/commands/hud262_move.xml -%%Q1DIR%%/ezquake/help/commands/hud262_position.xml -%%Q1DIR%%/ezquake/help/commands/hud262_remove.xml -%%Q1DIR%%/ezquake/help/commands/hud262_width.xml -%%Q1DIR%%/ezquake/help/commands/hud_export.xml -%%Q1DIR%%/ezquake/help/commands/hud_recalculate.xml -%%Q1DIR%%/ezquake/help/commands/if.xml -%%Q1DIR%%/ezquake/help/commands/if_exists.xml -%%Q1DIR%%/ezquake/help/commands/ignore.xml -%%Q1DIR%%/ezquake/help/commands/ignore_id.xml -%%Q1DIR%%/ezquake/help/commands/ignore_team.xml -%%Q1DIR%%/ezquake/help/commands/ignorelist.xml -%%Q1DIR%%/ezquake/help/commands/impulse.xml -%%Q1DIR%%/ezquake/help/commands/inc.xml -%%Q1DIR%%/ezquake/help/commands/join.xml -%%Q1DIR%%/ezquake/help/commands/joyadvancedupdate.xml -%%Q1DIR%%/ezquake/help/commands/keycode.xml -%%Q1DIR%%/ezquake/help/commands/keymap_init.xml -%%Q1DIR%%/ezquake/help/commands/keymap_list.xml -%%Q1DIR%%/ezquake/help/commands/keymap_load.xml -%%Q1DIR%%/ezquake/help/commands/keymap_reset.xml -%%Q1DIR%%/ezquake/help/commands/keymap_save.xml -%%Q1DIR%%/ezquake/help/commands/keymaplist.xml -%%Q1DIR%%/ezquake/help/commands/kick.xml -%%Q1DIR%%/ezquake/help/commands/kill.xml -%%Q1DIR%%/ezquake/help/commands/listip.xml -%%Q1DIR%%/ezquake/help/commands/load.xml -%%Q1DIR%%/ezquake/help/commands/loadcharset.xml -%%Q1DIR%%/ezquake/help/commands/loadfragfile.xml -%%Q1DIR%%/ezquake/help/commands/loadloc.xml -%%Q1DIR%%/ezquake/help/commands/loadsky.xml -%%Q1DIR%%/ezquake/help/commands/localinfo.xml -%%Q1DIR%%/ezquake/help/commands/locname.xml -%%Q1DIR%%/ezquake/help/commands/log.xml -%%Q1DIR%%/ezquake/help/commands/macrolist.xml -%%Q1DIR%%/ezquake/help/commands/map.xml -%%Q1DIR%%/ezquake/help/commands/mapgroup.xml -%%Q1DIR%%/ezquake/help/commands/match_forcestart.xml -%%Q1DIR%%/ezquake/help/commands/match_format_macrolist.xml -%%Q1DIR%%/ezquake/help/commands/match_save.xml -%%Q1DIR%%/ezquake/help/commands/menu_demos.xml -%%Q1DIR%%/ezquake/help/commands/menu_fps.xml -%%Q1DIR%%/ezquake/help/commands/menu_help.xml -%%Q1DIR%%/ezquake/help/commands/menu_keys.xml -%%Q1DIR%%/ezquake/help/commands/menu_load.xml -%%Q1DIR%%/ezquake/help/commands/menu_main.xml -%%Q1DIR%%/ezquake/help/commands/menu_mp3_control.xml -%%Q1DIR%%/ezquake/help/commands/menu_mp3_playlist.xml -%%Q1DIR%%/ezquake/help/commands/menu_multiplayer.xml -%%Q1DIR%%/ezquake/help/commands/menu_options.xml -%%Q1DIR%%/ezquake/help/commands/menu_quit.xml -%%Q1DIR%%/ezquake/help/commands/menu_save.xml -%%Q1DIR%%/ezquake/help/commands/menu_setup.xml -%%Q1DIR%%/ezquake/help/commands/menu_singleplayer.xml -%%Q1DIR%%/ezquake/help/commands/menu_slist.xml -%%Q1DIR%%/ezquake/help/commands/menu_video.xml -%%Q1DIR%%/ezquake/help/commands/messagemode.xml -%%Q1DIR%%/ezquake/help/commands/messagemode2.xml -%%Q1DIR%%/ezquake/help/commands/mp3_fadeout.xml -%%Q1DIR%%/ezquake/help/commands/mp3_fforward.xml -%%Q1DIR%%/ezquake/help/commands/mp3_loadplaylist.xml -%%Q1DIR%%/ezquake/help/commands/mp3_next.xml -%%Q1DIR%%/ezquake/help/commands/mp3_pause.xml -%%Q1DIR%%/ezquake/help/commands/mp3_play.xml -%%Q1DIR%%/ezquake/help/commands/mp3_playlist.xml -%%Q1DIR%%/ezquake/help/commands/mp3_playtrack.xml -%%Q1DIR%%/ezquake/help/commands/mp3_prev.xml -%%Q1DIR%%/ezquake/help/commands/mp3_repeat.xml -%%Q1DIR%%/ezquake/help/commands/mp3_rewind.xml -%%Q1DIR%%/ezquake/help/commands/mp3_shuffle.xml -%%Q1DIR%%/ezquake/help/commands/mp3_songinfo.xml -%%Q1DIR%%/ezquake/help/commands/mp3_startwinamp.xml -%%Q1DIR%%/ezquake/help/commands/mp3_stop.xml -%%Q1DIR%%/ezquake/help/commands/msg_trigger.xml -%%Q1DIR%%/ezquake/help/commands/noclip.xml -%%Q1DIR%%/ezquake/help/commands/observe.xml -%%Q1DIR%%/ezquake/help/commands/packet.xml -%%Q1DIR%%/ezquake/help/commands/password.xml -%%Q1DIR%%/ezquake/help/commands/path.xml -%%Q1DIR%%/ezquake/help/commands/pause.xml -%%Q1DIR%%/ezquake/help/commands/play.xml -%%Q1DIR%%/ezquake/help/commands/playdemo.xml -%%Q1DIR%%/ezquake/help/commands/playvol.xml -%%Q1DIR%%/ezquake/help/commands/pointfile.xml -%%Q1DIR%%/ezquake/help/commands/profile.xml -%%Q1DIR%%/ezquake/help/commands/qtv.xml -%%Q1DIR%%/ezquake/help/commands/quit.xml -%%Q1DIR%%/ezquake/help/commands/radar.xml -%%Q1DIR%%/ezquake/help/commands/rcon.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger_delete.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger_disable.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger_enable.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger_match.xml -%%Q1DIR%%/ezquake/help/commands/re_trigger_options.xml -%%Q1DIR%%/ezquake/help/commands/reconnect.xml -%%Q1DIR%%/ezquake/help/commands/record.xml -%%Q1DIR%%/ezquake/help/commands/removeip.xml -%%Q1DIR%%/ezquake/help/commands/removeloc.xml -%%Q1DIR%%/ezquake/help/commands/rotate.xml -%%Q1DIR%%/ezquake/help/commands/save.xml -%%Q1DIR%%/ezquake/help/commands/saveloc.xml -%%Q1DIR%%/ezquake/help/commands/say.xml -%%Q1DIR%%/ezquake/help/commands/say_team.xml -%%Q1DIR%%/ezquake/help/commands/sb_sourcemark.xml -%%Q1DIR%%/ezquake/help/commands/sb_sourceunmarkall.xml -%%Q1DIR%%/ezquake/help/commands/screenshot.xml -%%Q1DIR%%/ezquake/help/commands/serverinfo.xml -%%Q1DIR%%/ezquake/help/commands/serverstatus.xml -%%Q1DIR%%/ezquake/help/commands/set.xml -%%Q1DIR%%/ezquake/help/commands/set_alias_str.xml -%%Q1DIR%%/ezquake/help/commands/set_bind_str.xml -%%Q1DIR%%/ezquake/help/commands/set_calc.xml -%%Q1DIR%%/ezquake/help/commands/set_ex.xml -%%Q1DIR%%/ezquake/help/commands/setinfo.xml -%%Q1DIR%%/ezquake/help/commands/setmaster.xml -%%Q1DIR%%/ezquake/help/commands/sizedown.xml -%%Q1DIR%%/ezquake/help/commands/sizeup.xml -%%Q1DIR%%/ezquake/help/commands/skins.xml -%%Q1DIR%%/ezquake/help/commands/skygroup.xml -%%Q1DIR%%/ezquake/help/commands/snap.xml -%%Q1DIR%%/ezquake/help/commands/snapall.xml -%%Q1DIR%%/ezquake/help/commands/snd_restart.xml -%%Q1DIR%%/ezquake/help/commands/soundinfo.xml -%%Q1DIR%%/ezquake/help/commands/soundlist.xml -%%Q1DIR%%/ezquake/help/commands/spectator_password.xml -%%Q1DIR%%/ezquake/help/commands/speed.xml -%%Q1DIR%%/ezquake/help/commands/speed2.xml -%%Q1DIR%%/ezquake/help/commands/status.xml -%%Q1DIR%%/ezquake/help/commands/stop.xml -%%Q1DIR%%/ezquake/help/commands/stopsound.xml -%%Q1DIR%%/ezquake/help/commands/sv_gamedir.xml -%%Q1DIR%%/ezquake/help/commands/tcl_eval.xml -%%Q1DIR%%/ezquake/help/commands/tcl_exec.xml -%%Q1DIR%%/ezquake/help/commands/tcl_proc.xml -%%Q1DIR%%/ezquake/help/commands/tcpconnect.xml -%%Q1DIR%%/ezquake/help/commands/teamcolor.xml -%%Q1DIR%%/ezquake/help/commands/teamholdbar.xml -%%Q1DIR%%/ezquake/help/commands/teamholdinfo.xml -%%Q1DIR%%/ezquake/help/commands/tempalias.xml -%%Q1DIR%%/ezquake/help/commands/timedemo.xml -%%Q1DIR%%/ezquake/help/commands/timerefresh.xml -%%Q1DIR%%/ezquake/help/commands/toggle.xml -%%Q1DIR%%/ezquake/help/commands/toggle_re.xml -%%Q1DIR%%/ezquake/help/commands/toggleconsole.xml -%%Q1DIR%%/ezquake/help/commands/togglemenu.xml -%%Q1DIR%%/ezquake/help/commands/tp_pickup.xml -%%Q1DIR%%/ezquake/help/commands/tp_point.xml -%%Q1DIR%%/ezquake/help/commands/tp_report.xml -%%Q1DIR%%/ezquake/help/commands/tp_took.xml -%%Q1DIR%%/ezquake/help/commands/track-.xml -%%Q1DIR%%/ezquake/help/commands/trackteam.xml -%%Q1DIR%%/ezquake/help/commands/unalias.xml -%%Q1DIR%%/ezquake/help/commands/unalias_re.xml -%%Q1DIR%%/ezquake/help/commands/unaliasall.xml -%%Q1DIR%%/ezquake/help/commands/unbind.xml -%%Q1DIR%%/ezquake/help/commands/unbindall.xml -%%Q1DIR%%/ezquake/help/commands/unignore.xml -%%Q1DIR%%/ezquake/help/commands/unignoreAll.xml -%%Q1DIR%%/ezquake/help/commands/unignoreAll_team.xml -%%Q1DIR%%/ezquake/help/commands/unignore_id.xml -%%Q1DIR%%/ezquake/help/commands/unignore_team.xml -%%Q1DIR%%/ezquake/help/commands/unset.xml -%%Q1DIR%%/ezquake/help/commands/unset_re.xml -%%Q1DIR%%/ezquake/help/commands/user.xml -%%Q1DIR%%/ezquake/help/commands/userdir.xml -%%Q1DIR%%/ezquake/help/commands/userinfo.xml -%%Q1DIR%%/ezquake/help/commands/users.xml -%%Q1DIR%%/ezquake/help/commands/v_cshift.xml -%%Q1DIR%%/ezquake/help/commands/validate_clients.xml -%%Q1DIR%%/ezquake/help/commands/version.xml -%%Q1DIR%%/ezquake/help/commands/vid_forcemode.xml -%%Q1DIR%%/ezquake/help/commands/vid_fullscreen.xml -%%Q1DIR%%/ezquake/help/commands/vid_minimize.xml -%%Q1DIR%%/ezquake/help/commands/vid_modelist.xml -%%Q1DIR%%/ezquake/help/commands/vid_testmode.xml -%%Q1DIR%%/ezquake/help/commands/vid_windowed.xml -%%Q1DIR%%/ezquake/help/commands/viewalias.xml -%%Q1DIR%%/ezquake/help/commands/wait.xml -%%Q1DIR%%/ezquake/help/commands/weapon.xml -%%Q1DIR%%/ezquake/help/commands/windows.xml -%%Q1DIR%%/ezquake/help/commands/writeconfig.xml -%%Q1DIR%%/ezquake/help/commands/writeip.xml +%%Q1DIR%%/ezquake/help.pak %%Q1DIR%%/ezquake/help/index.xml %%Q1DIR%%/ezquake/help/manual/cmdline.xml %%Q1DIR%%/ezquake/help/manual/commands.xml @@ -384,1348 +87,13 @@ %%Q1DIR%%/ezquake/help/manual/video.xml %%Q1DIR%%/ezquake/help/manual/welcome.xml %%Q1DIR%%/ezquake/help/manual/what_qw.xml -%%Q1DIR%%/ezquake/help/variables/_vid_default_mode.xml -%%Q1DIR%%/ezquake/help/variables/_vid_default_mode_win.xml -%%Q1DIR%%/ezquake/help/variables/_windowed_mouse.xml -%%Q1DIR%%/ezquake/help/variables/allow_download.xml -%%Q1DIR%%/ezquake/help/variables/allow_download_maps.xml -%%Q1DIR%%/ezquake/help/variables/allow_download_models.xml -%%Q1DIR%%/ezquake/help/variables/allow_download_pakmaps.xml -%%Q1DIR%%/ezquake/help/variables/allow_download_skins.xml -%%Q1DIR%%/ezquake/help/variables/allow_download_sounds.xml -%%Q1DIR%%/ezquake/help/variables/allow_f_cmdline.xml -%%Q1DIR%%/ezquake/help/variables/allow_f_system.xml -%%Q1DIR%%/ezquake/help/variables/allow_scripts.xml -%%Q1DIR%%/ezquake/help/variables/auth_validate.xml -%%Q1DIR%%/ezquake/help/variables/auth_viewcrc.xml -%%Q1DIR%%/ezquake/help/variables/auth_warninvalid.xml -%%Q1DIR%%/ezquake/help/variables/b_switch.xml -%%Q1DIR%%/ezquake/help/variables/baseskin.xml -%%Q1DIR%%/ezquake/help/variables/bgmvolume.xml -%%Q1DIR%%/ezquake/help/variables/block_switch.xml -%%Q1DIR%%/ezquake/help/variables/bottomcolor.xml -%%Q1DIR%%/ezquake/help/variables/cam_dist.xml -%%Q1DIR%%/ezquake/help/variables/cam_lockdir.xml -%%Q1DIR%%/ezquake/help/variables/cam_lockpos.xml -%%Q1DIR%%/ezquake/help/variables/cam_thirdperson.xml -%%Q1DIR%%/ezquake/help/variables/cam_zoomaccel.xml -%%Q1DIR%%/ezquake/help/variables/cam_zoomspeed.xml -%%Q1DIR%%/ezquake/help/variables/cfg_backup.xml -%%Q1DIR%%/ezquake/help/variables/cfg_legacy_exec.xml -%%Q1DIR%%/ezquake/help/variables/cfg_legacy_write.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_aliases.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_binds.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_cmdline.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_cmds.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_cvars.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_sysinfo.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_unchanged.xml -%%Q1DIR%%/ezquake/help/variables/cfg_save_userinfo.xml -%%Q1DIR%%/ezquake/help/variables/cl_anglespeedkey.xml -%%Q1DIR%%/ezquake/help/variables/cl_backspeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_bob.xml -%%Q1DIR%%/ezquake/help/variables/cl_bobcycle.xml -%%Q1DIR%%/ezquake/help/variables/cl_bobup.xml -%%Q1DIR%%/ezquake/help/variables/cl_bonusflash.xml -%%Q1DIR%%/ezquake/help/variables/cl_c2sImpulseBackup.xml -%%Q1DIR%%/ezquake/help/variables/cl_c2spps.xml -%%Q1DIR%%/ezquake/help/variables/cl_camera_death.xml -%%Q1DIR%%/ezquake/help/variables/cl_camera_tpp.xml -%%Q1DIR%%/ezquake/help/variables/cl_camera_tpp_distance.xml -%%Q1DIR%%/ezquake/help/variables/cl_camera_tpp_height.xml -%%Q1DIR%%/ezquake/help/variables/cl_chasecam.xml -%%Q1DIR%%/ezquake/help/variables/cl_chatmode.xml -%%Q1DIR%%/ezquake/help/variables/cl_chatsound.xml -%%Q1DIR%%/ezquake/help/variables/cl_clock.xml -%%Q1DIR%%/ezquake/help/variables/cl_clock_x.xml -%%Q1DIR%%/ezquake/help/variables/cl_clock_y.xml -%%Q1DIR%%/ezquake/help/variables/cl_confirmquit.xml -%%Q1DIR%%/ezquake/help/variables/cl_crossx.xml -%%Q1DIR%%/ezquake/help/variables/cl_crossy.xml -%%Q1DIR%%/ezquake/help/variables/cl_crypt_rcon.xml -%%Q1DIR%%/ezquake/help/variables/cl_deadbodyFilter.xml -%%Q1DIR%%/ezquake/help/variables/cl_demoPingInterval.xml -%%Q1DIR%%/ezquake/help/variables/cl_democlock.xml -%%Q1DIR%%/ezquake/help/variables/cl_democlock_x.xml -%%Q1DIR%%/ezquake/help/variables/cl_democlock_y.xml -%%Q1DIR%%/ezquake/help/variables/cl_demoplay_flash.xml -%%Q1DIR%%/ezquake/help/variables/cl_demospeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_fakename.xml -%%Q1DIR%%/ezquake/help/variables/cl_fakeshaft.xml -%%Q1DIR%%/ezquake/help/variables/cl_filterdrawviewmodel.xml -%%Q1DIR%%/ezquake/help/variables/cl_floodprot.xml -%%Q1DIR%%/ezquake/help/variables/cl_forwardspeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_fp_messages.xml -%%Q1DIR%%/ezquake/help/variables/cl_fp_persecond.xml -%%Q1DIR%%/ezquake/help/variables/cl_gameclock.xml -%%Q1DIR%%/ezquake/help/variables/cl_gameclock_x.xml -%%Q1DIR%%/ezquake/help/variables/cl_gameclock_y.xml -%%Q1DIR%%/ezquake/help/variables/cl_gibFilter.xml -%%Q1DIR%%/ezquake/help/variables/cl_hidenails.xml -%%Q1DIR%%/ezquake/help/variables/cl_hiderockets.xml -%%Q1DIR%%/ezquake/help/variables/cl_hightrack.xml -%%Q1DIR%%/ezquake/help/variables/cl_hud.xml -%%Q1DIR%%/ezquake/help/variables/cl_hudswap.xml -%%Q1DIR%%/ezquake/help/variables/cl_independentPhysics.xml -%%Q1DIR%%/ezquake/help/variables/cl_keypad.xml -%%Q1DIR%%/ezquake/help/variables/cl_loadFragfiles.xml -%%Q1DIR%%/ezquake/help/variables/cl_maxfps.xml -%%Q1DIR%%/ezquake/help/variables/cl_model_bobbing.xml -%%Q1DIR%%/ezquake/help/variables/cl_movespeedkey.xml -%%Q1DIR%%/ezquake/help/variables/cl_multiview.xml -%%Q1DIR%%/ezquake/help/variables/cl_muzzleflash.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvdisplayhud.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvhudpos.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvhudvertical.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvinset.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvinsetcrosshair.xml -%%Q1DIR%%/ezquake/help/variables/cl_mvinsethud.xml -%%Q1DIR%%/ezquake/help/variables/cl_newCompletion.xml -%%Q1DIR%%/ezquake/help/variables/cl_nodelta.xml -%%Q1DIR%%/ezquake/help/variables/cl_nofake.xml -%%Q1DIR%%/ezquake/help/variables/cl_nolerp.xml -%%Q1DIR%%/ezquake/help/variables/cl_nopred.xml -%%Q1DIR%%/ezquake/help/variables/cl_oldPL.xml -%%Q1DIR%%/ezquake/help/variables/cl_parseFrags.xml -%%Q1DIR%%/ezquake/help/variables/cl_parseFunChars.xml -%%Q1DIR%%/ezquake/help/variables/cl_parseSay.xml -%%Q1DIR%%/ezquake/help/variables/cl_parseWhiteText.xml -%%Q1DIR%%/ezquake/help/variables/cl_physfps.xml -%%Q1DIR%%/ezquake/help/variables/cl_pitchspeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_predict_players.xml -%%Q1DIR%%/ezquake/help/variables/cl_r2g.xml -%%Q1DIR%%/ezquake/help/variables/cl_restrictions.xml -%%Q1DIR%%/ezquake/help/variables/cl_rollalpha.xml -%%Q1DIR%%/ezquake/help/variables/cl_rollangle.xml -%%Q1DIR%%/ezquake/help/variables/cl_rollspeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_savehistory.xml -%%Q1DIR%%/ezquake/help/variables/cl_sbar.xml -%%Q1DIR%%/ezquake/help/variables/cl_showkeycodes.xml -%%Q1DIR%%/ezquake/help/variables/cl_shownet.xml -%%Q1DIR%%/ezquake/help/variables/cl_sidespeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_smartjump.xml -%%Q1DIR%%/ezquake/help/variables/cl_staticSounds.xml -%%Q1DIR%%/ezquake/help/variables/cl_timeout.xml -%%Q1DIR%%/ezquake/help/variables/cl_upspeed.xml -%%Q1DIR%%/ezquake/help/variables/cl_useproxy.xml -%%Q1DIR%%/ezquake/help/variables/cl_warncmd.xml -%%Q1DIR%%/ezquake/help/variables/cl_weaponhide.xml -%%Q1DIR%%/ezquake/help/variables/cl_weaponpreselect.xml -%%Q1DIR%%/ezquake/help/variables/cl_window_caption.xml -%%Q1DIR%%/ezquake/help/variables/cl_yawspeed.xml -%%Q1DIR%%/ezquake/help/variables/con_clearnotify.xml -%%Q1DIR%%/ezquake/help/variables/con_fragmessages.xml -%%Q1DIR%%/ezquake/help/variables/con_funchars_mode.xml -%%Q1DIR%%/ezquake/help/variables/con_highlight.xml -%%Q1DIR%%/ezquake/help/variables/con_highlight_mark.xml -%%Q1DIR%%/ezquake/help/variables/con_notifylines.xml -%%Q1DIR%%/ezquake/help/variables/con_notifytime.xml -%%Q1DIR%%/ezquake/help/variables/con_shift.xml -%%Q1DIR%%/ezquake/help/variables/con_timestamps.xml -%%Q1DIR%%/ezquake/help/variables/con_wordwrap.xml -%%Q1DIR%%/ezquake/help/variables/coop.xml -%%Q1DIR%%/ezquake/help/variables/crosshair.xml -%%Q1DIR%%/ezquake/help/variables/crosshairalpha.xml -%%Q1DIR%%/ezquake/help/variables/crosshaircolor.xml -%%Q1DIR%%/ezquake/help/variables/crosshairimage.xml -%%Q1DIR%%/ezquake/help/variables/crosshairsize.xml -%%Q1DIR%%/ezquake/help/variables/cvar_viewdefault.xml -%%Q1DIR%%/ezquake/help/variables/cvar_viewhelp.xml -%%Q1DIR%%/ezquake/help/variables/d_mipcap.xml -%%Q1DIR%%/ezquake/help/variables/d_mipscale.xml -%%Q1DIR%%/ezquake/help/variables/d_subdiv16.xml -%%Q1DIR%%/ezquake/help/variables/default_fov.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_codec.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_dir.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_fps.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_mp3.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_mp3_kbps.xml -%%Q1DIR%%/ezquake/help/variables/demo_capture_steadycam.xml -%%Q1DIR%%/ezquake/help/variables/demo_dir.xml -%%Q1DIR%%/ezquake/help/variables/demo_format.xml -%%Q1DIR%%/ezquake/help/variables/demo_getpings.xml -%%Q1DIR%%/ezquake/help/variables/demo_playlist_loop.xml -%%Q1DIR%%/ezquake/help/variables/demo_playlist_track_name.xml -%%Q1DIR%%/ezquake/help/variables/draw_fps.xml -%%Q1DIR%%/ezquake/help/variables/enemybothskin.xml -%%Q1DIR%%/ezquake/help/variables/enemycolor.xml -%%Q1DIR%%/ezquake/help/variables/enemypentskin.xml -%%Q1DIR%%/ezquake/help/variables/enemyquadskin.xml -%%Q1DIR%%/ezquake/help/variables/enemyskin.xml -%%Q1DIR%%/ezquake/help/variables/filterban.xml -%%Q1DIR%%/ezquake/help/variables/floodprotmsg.xml -%%Q1DIR%%/ezquake/help/variables/fov.xml -%%Q1DIR%%/ezquake/help/variables/freelook.xml -%%Q1DIR%%/ezquake/help/variables/gl_affinemodels.xml -%%Q1DIR%%/ezquake/help/variables/gl_anisotropic.xml -%%Q1DIR%%/ezquake/help/variables/gl_anisotropy.xml -%%Q1DIR%%/ezquake/help/variables/gl_bounceparticles.xml -%%Q1DIR%%/ezquake/help/variables/gl_buildingsparks.xml -%%Q1DIR%%/ezquake/help/variables/gl_caustics.xml -%%Q1DIR%%/ezquake/help/variables/gl_clear.xml -%%Q1DIR%%/ezquake/help/variables/gl_clearColor.xml -%%Q1DIR%%/ezquake/help/variables/gl_clipparticles.xml -%%Q1DIR%%/ezquake/help/variables/gl_colorlights.xml -%%Q1DIR%%/ezquake/help/variables/gl_consolefont.xml -%%Q1DIR%%/ezquake/help/variables/gl_contrast.xml -%%Q1DIR%%/ezquake/help/variables/gl_coronas.xml -%%Q1DIR%%/ezquake/help/variables/gl_coronas_tele.xml -%%Q1DIR%%/ezquake/help/variables/gl_cshiftpercent.xml -%%Q1DIR%%/ezquake/help/variables/gl_cull.xml -%%Q1DIR%%/ezquake/help/variables/gl_cutf_tesla_effect.xml -%%Q1DIR%%/ezquake/help/variables/gl_detail.xml -%%Q1DIR%%/ezquake/help/variables/gl_detpacklights.xml -%%Q1DIR%%/ezquake/help/variables/gl_ext_texture_compression.xml -%%Q1DIR%%/ezquake/help/variables/gl_externalTextures_bmodels.xml -%%Q1DIR%%/ezquake/help/variables/gl_externalTextures_world.xml -%%Q1DIR%%/ezquake/help/variables/gl_extratrails.xml -%%Q1DIR%%/ezquake/help/variables/gl_fb_bmodels.xml -%%Q1DIR%%/ezquake/help/variables/gl_fb_models.xml -%%Q1DIR%%/ezquake/help/variables/gl_finish.xml -%%Q1DIR%%/ezquake/help/variables/gl_flashblend.xml -%%Q1DIR%%/ezquake/help/variables/gl_fog.xml -%%Q1DIR%%/ezquake/help/variables/gl_fogend.xml -%%Q1DIR%%/ezquake/help/variables/gl_fogsky.xml -%%Q1DIR%%/ezquake/help/variables/gl_fogstart.xml -%%Q1DIR%%/ezquake/help/variables/gl_gamma.xml -%%Q1DIR%%/ezquake/help/variables/gl_hwblend.xml -%%Q1DIR%%/ezquake/help/variables/gl_inferno_speed.xml -%%Q1DIR%%/ezquake/help/variables/gl_inferno_trail.xml -%%Q1DIR%%/ezquake/help/variables/gl_lerpimages.xml -%%Q1DIR%%/ezquake/help/variables/gl_lighting_colour.xml -%%Q1DIR%%/ezquake/help/variables/gl_lighting_vertex.xml -%%Q1DIR%%/ezquake/help/variables/gl_lightmode.xml -%%Q1DIR%%/ezquake/help/variables/gl_lightning.xml -%%Q1DIR%%/ezquake/help/variables/gl_lightning_size.xml -%%Q1DIR%%/ezquake/help/variables/gl_lightning_sparks.xml -%%Q1DIR%%/ezquake/help/variables/gl_loadlitfiles.xml -%%Q1DIR%%/ezquake/help/variables/gl_lumaTextures.xml -%%Q1DIR%%/ezquake/help/variables/gl_max_size.xml -%%Q1DIR%%/ezquake/help/variables/gl_miptexLevel.xml -%%Q1DIR%%/ezquake/help/variables/gl_motiontrails.xml -%%Q1DIR%%/ezquake/help/variables/gl_motiontrails_wtf.xml -%%Q1DIR%%/ezquake/help/variables/gl_nailtrail.xml -%%Q1DIR%%/ezquake/help/variables/gl_nailtrail_plasma.xml -%%Q1DIR%%/ezquake/help/variables/gl_nailtrail_turb.xml -%%Q1DIR%%/ezquake/help/variables/gl_nocolors.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_blobs.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_blood.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_explosions.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_gunshots.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_inferno.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_lavasplash.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_spikes.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_telesplash.xml -%%Q1DIR%%/ezquake/help/variables/gl_part_trails.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_blobs.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_blood.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_blood_color.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_blood_type.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_deatheffect.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_explosions.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_fasttrails.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_fire.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_gibtrails.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_gunshots.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_gunshots_type.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_muzzleflash.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_shockwaves.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_shockwaves_flat.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_sparks.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_spikes.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_spikes_type.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_trail_detail.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_trail_lenght.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_trail_time.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_trail_type.xml -%%Q1DIR%%/ezquake/help/variables/gl_particle_trail_width.xml -%%Q1DIR%%/ezquake/help/variables/gl_picmip.xml -%%Q1DIR%%/ezquake/help/variables/gl_playermip.xml -%%Q1DIR%%/ezquake/help/variables/gl_polyblend.xml -%%Q1DIR%%/ezquake/help/variables/gl_scaleModelTextures.xml -%%Q1DIR%%/ezquake/help/variables/gl_scaleTurbTextures.xml -%%Q1DIR%%/ezquake/help/variables/gl_shaftlight.xml -%%Q1DIR%%/ezquake/help/variables/gl_smoothfont.xml -%%Q1DIR%%/ezquake/help/variables/gl_smoothmodels.xml -%%Q1DIR%%/ezquake/help/variables/gl_solidparticles.xml -%%Q1DIR%%/ezquake/help/variables/gl_subdivide_size.xml -%%Q1DIR%%/ezquake/help/variables/gl_surface_lava.xml -%%Q1DIR%%/ezquake/help/variables/gl_surface_slime.xml -%%Q1DIR%%/ezquake/help/variables/gl_textureless.xml -%%Q1DIR%%/ezquake/help/variables/gl_texturemode.xml -%%Q1DIR%%/ezquake/help/variables/gl_triplebuffer.xml -%%Q1DIR%%/ezquake/help/variables/gl_turb_trails.xml -%%Q1DIR%%/ezquake/help/variables/gl_turbalpha.xml -%%Q1DIR%%/ezquake/help/variables/gl_turbfog.xml -%%Q1DIR%%/ezquake/help/variables/gl_turbfogDensity.xml -%%Q1DIR%%/ezquake/help/variables/gl_turbripple.xml -%%Q1DIR%%/ezquake/help/variables/gl_weather_rain.xml -%%Q1DIR%%/ezquake/help/variables/gl_weather_rain_fast.xml -%%Q1DIR%%/ezquake/help/variables/gl_ztrick.xml -%%Q1DIR%%/ezquake/help/variables/help_files_interline.xml -%%Q1DIR%%/ezquake/help/variables/help_files_showdate.xml -%%Q1DIR%%/ezquake/help/variables/help_files_showsize.xml -%%Q1DIR%%/ezquake/help/variables/help_files_showstatus.xml -%%Q1DIR%%/ezquake/help/variables/help_files_showtime.xml -%%Q1DIR%%/ezquake/help/variables/help_files_sortmode.xml -%%Q1DIR%%/ezquake/help/variables/help_files_stripnames.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo1_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo2_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo3_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo4_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ammo_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_armor_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_duration.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_armordamage_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_big.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_blink.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_clock_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_digits_trim.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_face_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_show_min.xml -%%Q1DIR%%/ezquake/help/variables/hud_fps_title.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_cell_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_cell_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_cols.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_extra_spec_info.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_fliptext.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_padtext.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_rows.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_shownames.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_showself_always.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_showteams.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_space_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_space_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_strip.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_teamsort.xml -%%Q1DIR%%/ezquake/help/variables/hud_frags_vertical.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group1_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group2_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group3_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group4_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group5_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group6_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group7_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group8_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_name.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_picture.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_tile.xml -%%Q1DIR%%/ezquake/help/variables/hud_group9_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun2_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun3_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun4_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun5_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun6_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun7_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun8_wide.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_gun_wide.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_health_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_digits.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_duration.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_healthdamage_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo1_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo2_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo3_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo4_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iammo_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_iarmor_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_key1_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_key2_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_on_scoreboard.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_time_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_on_scoreboard.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_scroll.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_scroll_delay.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_mp3_title_wordwrap.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_period.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_net_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_alpha.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_full.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_inframes.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_lostscale.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_ploss.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_swap_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_swap_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_netgraph_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_offscreen.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_pent_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_blink.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_period.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_show_dev.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_show_max.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_show_min.xml -%%Q1DIR%%/ezquake/help/variables/hud_ping_show_pl.xml -%%Q1DIR%%/ezquake/help/variables/hud_planmode.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_quad_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_autosize.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_fade_players.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_itemfilter.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_onlytp.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_opacity.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_otherfilter.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_player_size.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_show_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_show_hold.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_show_names.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_show_powerups.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_show_stats.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_weaponfilter.xml -%%Q1DIR%%/ezquake/help/variables/hud_radar_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_ring_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil1_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil2_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil3_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_sigil4_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_color_fast.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_color_fastest.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_color_insane.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_color_normal.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_color_stopped.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_opacity.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_orientation.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_radius.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed2_wrapspeed.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_color_fast.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_color_fastest.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_color_insane.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_color_normal.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_color_stopped.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_opacity.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_text_align.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_tick_spacing.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_vertical.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_vertical_text.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_speed_xyz.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_scale.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_suit_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_cell_height.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_cell_width.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_cols.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_extra_spec_info.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_fliptext.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_onlytp.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_padtext.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_rows.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_show.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_shownames.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_space_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_space_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_strip.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_vertical.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdbar_onlytp.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdbar_show_text.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdbar_vertical.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdinfo_itemfilter.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdinfo_onlytp.xml -%%Q1DIR%%/ezquake/help/variables/hud_teamholdinfo_style.xml -%%Q1DIR%%/ezquake/help/variables/hud_tp_need.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_align_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_align_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_format.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_frame.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_place.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_pos_x.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_pos_y.xml -%%Q1DIR%%/ezquake/help/variables/hud_tracking_show.xml -%%Q1DIR%%/ezquake/help/variables/ignore_flood.xml -%%Q1DIR%%/ezquake/help/variables/ignore_flood_duration.xml -%%Q1DIR%%/ezquake/help/variables/ignore_mode.xml -%%Q1DIR%%/ezquake/help/variables/ignore_opponents.xml -%%Q1DIR%%/ezquake/help/variables/ignore_qizmo_spec.xml -%%Q1DIR%%/ezquake/help/variables/ignore_spec.xml -%%Q1DIR%%/ezquake/help/variables/image_jpeg_quality_level.xml -%%Q1DIR%%/ezquake/help/variables/image_png_compression_level.xml -%%Q1DIR%%/ezquake/help/variables/joystick.xml -%%Q1DIR%%/ezquake/help/variables/keymap_name.xml -%%Q1DIR%%/ezquake/help/variables/log_dir.xml -%%Q1DIR%%/ezquake/help/variables/log_readable.xml -%%Q1DIR%%/ezquake/help/variables/lookspring.xml -%%Q1DIR%%/ezquake/help/variables/lookstrafe.xml -%%Q1DIR%%/ezquake/help/variables/m_accel.xml -%%Q1DIR%%/ezquake/help/variables/m_filter.xml -%%Q1DIR%%/ezquake/help/variables/m_forcewheel.xml -%%Q1DIR%%/ezquake/help/variables/m_forward.xml -%%Q1DIR%%/ezquake/help/variables/m_pitch.xml -%%Q1DIR%%/ezquake/help/variables/m_rate.xml -%%Q1DIR%%/ezquake/help/variables/m_showrate.xml -%%Q1DIR%%/ezquake/help/variables/m_side.xml -%%Q1DIR%%/ezquake/help/variables/m_yaw.xml -%%Q1DIR%%/ezquake/help/variables/match_auto_logconsole.xml -%%Q1DIR%%/ezquake/help/variables/match_auto_minlength.xml -%%Q1DIR%%/ezquake/help/variables/match_auto_record.xml -%%Q1DIR%%/ezquake/help/variables/match_auto_spectating.xml -%%Q1DIR%%/ezquake/help/variables/match_auto_sshot.xml -%%Q1DIR%%/ezquake/help/variables/match_format_2on2.xml -%%Q1DIR%%/ezquake/help/variables/match_format_3on3.xml -%%Q1DIR%%/ezquake/help/variables/match_format_4on4.xml -%%Q1DIR%%/ezquake/help/variables/match_format_arena.xml -%%Q1DIR%%/ezquake/help/variables/match_format_coop.xml -%%Q1DIR%%/ezquake/help/variables/match_format_duel.xml -%%Q1DIR%%/ezquake/help/variables/match_format_ffa.xml -%%Q1DIR%%/ezquake/help/variables/match_format_multiteam.xml -%%Q1DIR%%/ezquake/help/variables/match_format_race.xml -%%Q1DIR%%/ezquake/help/variables/match_format_solo.xml -%%Q1DIR%%/ezquake/help/variables/match_format_tdm.xml -%%Q1DIR%%/ezquake/help/variables/match_format_tf_clanwar.xml -%%Q1DIR%%/ezquake/help/variables/match_format_tf_duel.xml -%%Q1DIR%%/ezquake/help/variables/match_name_and.xml -%%Q1DIR%%/ezquake/help/variables/match_name_nick.xml -%%Q1DIR%%/ezquake/help/variables/match_name_on.xml -%%Q1DIR%%/ezquake/help/variables/match_name_spec.xml -%%Q1DIR%%/ezquake/help/variables/match_name_versus.xml -%%Q1DIR%%/ezquake/help/variables/mp3_grabvolume.xml -%%Q1DIR%%/ezquake/help/variables/mp3_scrolltitle.xml -%%Q1DIR%%/ezquake/help/variables/mp3_showtime.xml -%%Q1DIR%%/ezquake/help/variables/mp3_volume.xml -%%Q1DIR%%/ezquake/help/variables/mp3_winamp_dir.xml -%%Q1DIR%%/ezquake/help/variables/msg.xml -%%Q1DIR%%/ezquake/help/variables/msg_filter.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autohud.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autotrack.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autotrack_1on1.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autotrack_2on2.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autotrack_4on4.xml -%%Q1DIR%%/ezquake/help/variables/mvd_autotrack_custom.xml -%%Q1DIR%%/ezquake/help/variables/mvd_info.xml -%%Q1DIR%%/ezquake/help/variables/mvd_info_show_header.xml -%%Q1DIR%%/ezquake/help/variables/mvd_info_x.xml -%%Q1DIR%%/ezquake/help/variables/mvd_info_y.xml -%%Q1DIR%%/ezquake/help/variables/mvd_moreinfo.xml -%%Q1DIR%%/ezquake/help/variables/mvd_multitrack_1.xml -%%Q1DIR%%/ezquake/help/variables/mvd_multitrack_2.xml -%%Q1DIR%%/ezquake/help/variables/mvd_multitrack_3.xml -%%Q1DIR%%/ezquake/help/variables/mvd_multitrack_4.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_pent_1.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_pent_2.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_pent_3.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_quad_1.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_quad_2.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_quad_3.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_view_1.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_view_2.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_view_3.xml -%%Q1DIR%%/ezquake/help/variables/mvd_pc_view_4.xml -%%Q1DIR%%/ezquake/help/variables/mvd_powerup_cam.xml -%%Q1DIR%%/ezquake/help/variables/mvd_status.xml -%%Q1DIR%%/ezquake/help/variables/mvd_status_x.xml -%%Q1DIR%%/ezquake/help/variables/mvd_status_y.xml -%%Q1DIR%%/ezquake/help/variables/name.xml -%%Q1DIR%%/ezquake/help/variables/noaim.xml -%%Q1DIR%%/ezquake/help/variables/noskins.xml -%%Q1DIR%%/ezquake/help/variables/pausable.xml -%%Q1DIR%%/ezquake/help/variables/pm_bunnyspeedcap.xml -%%Q1DIR%%/ezquake/help/variables/pm_ktjump.xml -%%Q1DIR%%/ezquake/help/variables/pm_pground.xml -%%Q1DIR%%/ezquake/help/variables/pm_slidefix.xml -%%Q1DIR%%/ezquake/help/variables/pushlatency.xml -%%Q1DIR%%/ezquake/help/variables/qizmo_dir.xml -%%Q1DIR%%/ezquake/help/variables/qwdtools_dir.xml -%%Q1DIR%%/ezquake/help/variables/r_aliastransadj.xml -%%Q1DIR%%/ezquake/help/variables/r_aliastransbase.xml -%%Q1DIR%%/ezquake/help/variables/r_ambient.xml -%%Q1DIR%%/ezquake/help/variables/r_chaticons_alpha.xml -%%Q1DIR%%/ezquake/help/variables/r_clearcolor.xml -%%Q1DIR%%/ezquake/help/variables/r_damagestats.xml -%%Q1DIR%%/ezquake/help/variables/r_drawentities.xml -%%Q1DIR%%/ezquake/help/variables/r_drawflame.xml -%%Q1DIR%%/ezquake/help/variables/r_drawflat.xml -%%Q1DIR%%/ezquake/help/variables/r_draworder.xml -%%Q1DIR%%/ezquake/help/variables/r_drawviewmodel.xml -%%Q1DIR%%/ezquake/help/variables/r_dspeeds.xml -%%Q1DIR%%/ezquake/help/variables/r_dynamic.xml -%%Q1DIR%%/ezquake/help/variables/r_explosionLight.xml -%%Q1DIR%%/ezquake/help/variables/r_explosionLightColor.xml -%%Q1DIR%%/ezquake/help/variables/r_explosionType.xml -%%Q1DIR%%/ezquake/help/variables/r_farclip.xml -%%Q1DIR%%/ezquake/help/variables/r_fastsky.xml -%%Q1DIR%%/ezquake/help/variables/r_fastturb.xml -%%Q1DIR%%/ezquake/help/variables/r_flagColor.xml -%%Q1DIR%%/ezquake/help/variables/r_floorcolor.xml -%%Q1DIR%%/ezquake/help/variables/r_fullbright.xml -%%Q1DIR%%/ezquake/help/variables/r_fullbrightSkins.xml -%%Q1DIR%%/ezquake/help/variables/r_glstats.xml -%%Q1DIR%%/ezquake/help/variables/r_graphheight.xml -%%Q1DIR%%/ezquake/help/variables/r_grenadeTrail.xml -%%Q1DIR%%/ezquake/help/variables/r_lavacolor.xml -%%Q1DIR%%/ezquake/help/variables/r_lerpframes.xml -%%Q1DIR%%/ezquake/help/variables/r_lerpmuzzlehack.xml -%%Q1DIR%%/ezquake/help/variables/r_lgbloodColor.xml -%%Q1DIR%%/ezquake/help/variables/r_lightflicker.xml -%%Q1DIR%%/ezquake/help/variables/r_lightmap.xml -%%Q1DIR%%/ezquake/help/variables/r_max_size_1.xml -%%Q1DIR%%/ezquake/help/variables/r_maxedges.xml -%%Q1DIR%%/ezquake/help/variables/r_maxsurfs.xml -%%Q1DIR%%/ezquake/help/variables/r_netgraph.xml -%%Q1DIR%%/ezquake/help/variables/r_netstats.xml -%%Q1DIR%%/ezquake/help/variables/r_novis.xml -%%Q1DIR%%/ezquake/help/variables/r_numedges.xml -%%Q1DIR%%/ezquake/help/variables/r_numsurfs.xml -%%Q1DIR%%/ezquake/help/variables/r_polymodelstats.xml -%%Q1DIR%%/ezquake/help/variables/r_powerupGlow.xml -%%Q1DIR%%/ezquake/help/variables/r_reportedgeout.xml -%%Q1DIR%%/ezquake/help/variables/r_reportsurfout.xml -%%Q1DIR%%/ezquake/help/variables/r_rocketLight.xml -%%Q1DIR%%/ezquake/help/variables/r_rocketLightColor.xml -%%Q1DIR%%/ezquake/help/variables/r_rocketTrail.xml -%%Q1DIR%%/ezquake/help/variables/r_shadows.xml -%%Q1DIR%%/ezquake/help/variables/r_shiftbeam.xml -%%Q1DIR%%/ezquake/help/variables/r_skycolor.xml -%%Q1DIR%%/ezquake/help/variables/r_skyname.xml -%%Q1DIR%%/ezquake/help/variables/r_slimecolor.xml -%%Q1DIR%%/ezquake/help/variables/r_speeds.xml -%%Q1DIR%%/ezquake/help/variables/r_telecolor.xml -%%Q1DIR%%/ezquake/help/variables/r_telesplash.xml -%%Q1DIR%%/ezquake/help/variables/r_timegraph.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_align_right.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_flags.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_frags.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_frame_color.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_messages.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_scale.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_streaks.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_time.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_x.xml -%%Q1DIR%%/ezquake/help/variables/r_tracker_y.xml -%%Q1DIR%%/ezquake/help/variables/r_turbwarp.xml -%%Q1DIR%%/ezquake/help/variables/r_viewmodelSize.xml -%%Q1DIR%%/ezquake/help/variables/r_wallcolor.xml -%%Q1DIR%%/ezquake/help/variables/r_watercolor.xml -%%Q1DIR%%/ezquake/help/variables/r_zgraph.xml -%%Q1DIR%%/ezquake/help/variables/rate.xml -%%Q1DIR%%/ezquake/help/variables/s_ambientfade.xml -%%Q1DIR%%/ezquake/help/variables/s_ambientlevel.xml -%%Q1DIR%%/ezquake/help/variables/s_bits.xml -%%Q1DIR%%/ezquake/help/variables/s_device.xml -%%Q1DIR%%/ezquake/help/variables/s_khz.xml -%%Q1DIR%%/ezquake/help/variables/s_loadas8bit.xml -%%Q1DIR%%/ezquake/help/variables/s_mixahead.xml -%%Q1DIR%%/ezquake/help/variables/s_mm1_file.xml -%%Q1DIR%%/ezquake/help/variables/s_mm1_volume.xml -%%Q1DIR%%/ezquake/help/variables/s_mm2_file.xml -%%Q1DIR%%/ezquake/help/variables/s_mm2_volume.xml -%%Q1DIR%%/ezquake/help/variables/s_noalsa.xml -%%Q1DIR%%/ezquake/help/variables/s_noextraupdate.xml -%%Q1DIR%%/ezquake/help/variables/s_nosound.xml -%%Q1DIR%%/ezquake/help/variables/s_otherchat_file.xml -%%Q1DIR%%/ezquake/help/variables/s_otherchat_volume.xml -%%Q1DIR%%/ezquake/help/variables/s_precache.xml -%%Q1DIR%%/ezquake/help/variables/s_show.xml -%%Q1DIR%%/ezquake/help/variables/s_spec_file.xml -%%Q1DIR%%/ezquake/help/variables/s_spec_volume.xml -%%Q1DIR%%/ezquake/help/variables/s_stereo.xml -%%Q1DIR%%/ezquake/help/variables/s_swapstereo.xml -%%Q1DIR%%/ezquake/help/variables/s_volume.xml -%%Q1DIR%%/ezquake/help/variables/sb_autohide.xml -%%Q1DIR%%/ezquake/help/variables/sb_autoupdate.xml -%%Q1DIR%%/ezquake/help/variables/sb_hidedead.xml -%%Q1DIR%%/ezquake/help/variables/sb_hideempty.xml -%%Q1DIR%%/ezquake/help/variables/sb_hidefull.xml -%%Q1DIR%%/ezquake/help/variables/sb_hidenotempty.xml -%%Q1DIR%%/ezquake/help/variables/sb_inforetries.xml -%%Q1DIR%%/ezquake/help/variables/sb_infospersec.xml -%%Q1DIR%%/ezquake/help/variables/sb_infotimeout.xml -%%Q1DIR%%/ezquake/help/variables/sb_liveupdate.xml -%%Q1DIR%%/ezquake/help/variables/sb_mastercache.xml -%%Q1DIR%%/ezquake/help/variables/sb_masterretries.xml -%%Q1DIR%%/ezquake/help/variables/sb_mastertimeout.xml -%%Q1DIR%%/ezquake/help/variables/sb_maxheight.xml -%%Q1DIR%%/ezquake/help/variables/sb_maxwidth.xml -%%Q1DIR%%/ezquake/help/variables/sb_pings.xml -%%Q1DIR%%/ezquake/help/variables/sb_pingspersec.xml -%%Q1DIR%%/ezquake/help/variables/sb_pingtimeout.xml -%%Q1DIR%%/ezquake/help/variables/sb_showaddress.xml -%%Q1DIR%%/ezquake/help/variables/sb_showcounters.xml -%%Q1DIR%%/ezquake/help/variables/sb_showfraglimit.xml -%%Q1DIR%%/ezquake/help/variables/sb_showgamedir.xml -%%Q1DIR%%/ezquake/help/variables/sb_showmap.xml -%%Q1DIR%%/ezquake/help/variables/sb_showping.xml -%%Q1DIR%%/ezquake/help/variables/sb_showplayers.xml -%%Q1DIR%%/ezquake/help/variables/sb_showtimelimit.xml -%%Q1DIR%%/ezquake/help/variables/sb_sortplayers.xml -%%Q1DIR%%/ezquake/help/variables/sb_sortservers.xml -%%Q1DIR%%/ezquake/help/variables/sb_sortsources.xml -%%Q1DIR%%/ezquake/help/variables/sb_sourcevalidity.xml -%%Q1DIR%%/ezquake/help/variables/sb_starttab.xml -%%Q1DIR%%/ezquake/help/variables/sb_status.xml -%%Q1DIR%%/ezquake/help/variables/scr_allowsnap.xml -%%Q1DIR%%/ezquake/help/variables/scr_autoid.xml -%%Q1DIR%%/ezquake/help/variables/scr_centerMenu.xml -%%Q1DIR%%/ezquake/help/variables/scr_centerSbar.xml -%%Q1DIR%%/ezquake/help/variables/scr_centershift.xml -%%Q1DIR%%/ezquake/help/variables/scr_centertime.xml -%%Q1DIR%%/ezquake/help/variables/scr_coloredText.xml -%%Q1DIR%%/ezquake/help/variables/scr_compactHud.xml -%%Q1DIR%%/ezquake/help/variables/scr_compactHudAlign.xml -%%Q1DIR%%/ezquake/help/variables/scr_conalpha.xml -%%Q1DIR%%/ezquake/help/variables/scr_consize.xml -%%Q1DIR%%/ezquake/help/variables/scr_conspeed.xml -%%Q1DIR%%/ezquake/help/variables/scr_drawHFrags.xml -%%Q1DIR%%/ezquake/help/variables/scr_drawVFrags.xml -%%Q1DIR%%/ezquake/help/variables/scr_menualpha.xml -%%Q1DIR%%/ezquake/help/variables/scr_newhud.xml -%%Q1DIR%%/ezquake/help/variables/scr_printspeed.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawammo.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawammocounts.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawammoicon.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawarmor.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawarmoricon.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawfaceicon.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawguns.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawhealth.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawitems.xml -%%Q1DIR%%/ezquake/help/variables/scr_sbar_drawsigils.xml -%%Q1DIR%%/ezquake/help/variables/scr_scaleMenu.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_borderless.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_centered.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_drawtitle.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_fadescreen.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_fillalpha.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_fillcolored.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_forcecolors.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_posy.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_showfrags.xml -%%Q1DIR%%/ezquake/help/variables/scr_scoreboard_teamsort.xml -%%Q1DIR%%/ezquake/help/variables/scr_spectatorMessage.xml -%%Q1DIR%%/ezquake/help/variables/scr_tracking.xml -%%Q1DIR%%/ezquake/help/variables/sensitivity.xml -%%Q1DIR%%/ezquake/help/variables/show_fps.xml -%%Q1DIR%%/ezquake/help/variables/show_fps_x.xml -%%Q1DIR%%/ezquake/help/variables/show_fps_y.xml -%%Q1DIR%%/ezquake/help/variables/show_speed.xml -%%Q1DIR%%/ezquake/help/variables/show_speed_x.xml -%%Q1DIR%%/ezquake/help/variables/show_speed_y.xml -%%Q1DIR%%/ezquake/help/variables/showdrop.xml -%%Q1DIR%%/ezquake/help/variables/showpackets.xml -%%Q1DIR%%/ezquake/help/variables/showpause.xml -%%Q1DIR%%/ezquake/help/variables/showram.xml -%%Q1DIR%%/ezquake/help/variables/showturtle.xml -%%Q1DIR%%/ezquake/help/variables/skill.xml -%%Q1DIR%%/ezquake/help/variables/skin.xml -%%Q1DIR%%/ezquake/help/variables/spectator.xml -%%Q1DIR%%/ezquake/help/variables/sshot_dir.xml -%%Q1DIR%%/ezquake/help/variables/sshot_format.xml -%%Q1DIR%%/ezquake/help/variables/sv_accelerate.xml -%%Q1DIR%%/ezquake/help/variables/sv_aim.xml -%%Q1DIR%%/ezquake/help/variables/sv_airaccelerate.xml -%%Q1DIR%%/ezquake/help/variables/sv_cheats.xml -%%Q1DIR%%/ezquake/help/variables/sv_fastconnect.xml -%%Q1DIR%%/ezquake/help/variables/sv_friction.xml -%%Q1DIR%%/ezquake/help/variables/sv_gravity.xml -%%Q1DIR%%/ezquake/help/variables/sv_highchars.xml -%%Q1DIR%%/ezquake/help/variables/sv_loadentfiles.xml -%%Q1DIR%%/ezquake/help/variables/sv_mapcheck.xml -%%Q1DIR%%/ezquake/help/variables/sv_maxpitch.xml -%%Q1DIR%%/ezquake/help/variables/sv_maxrate.xml -%%Q1DIR%%/ezquake/help/variables/sv_maxspeed.xml -%%Q1DIR%%/ezquake/help/variables/sv_maxtic.xml -%%Q1DIR%%/ezquake/help/variables/sv_maxvelocity.xml -%%Q1DIR%%/ezquake/help/variables/sv_minpitch.xml -%%Q1DIR%%/ezquake/help/variables/sv_mintic.xml -%%Q1DIR%%/ezquake/help/variables/sv_nailhack.xml -%%Q1DIR%%/ezquake/help/variables/sv_paused.xml -%%Q1DIR%%/ezquake/help/variables/sv_phs.xml -%%Q1DIR%%/ezquake/help/variables/sv_spectalk.xml -%%Q1DIR%%/ezquake/help/variables/sv_spectatormaxspeed.xml -%%Q1DIR%%/ezquake/help/variables/sv_stopspeed.xml -%%Q1DIR%%/ezquake/help/variables/sv_wateraccelerate.xml -%%Q1DIR%%/ezquake/help/variables/sv_waterfriction.xml -%%Q1DIR%%/ezquake/help/variables/sw_contrast.xml -%%Q1DIR%%/ezquake/help/variables/sw_gamma.xml -%%Q1DIR%%/ezquake/help/variables/sys_disableWinKeys.xml -%%Q1DIR%%/ezquake/help/variables/sys_highpriority.xml -%%Q1DIR%%/ezquake/help/variables/sys_inactiveSleep.xml -%%Q1DIR%%/ezquake/help/variables/sys_yieldcpu.xml -%%Q1DIR%%/ezquake/help/variables/team.xml -%%Q1DIR%%/ezquake/help/variables/teambothskin.xml -%%Q1DIR%%/ezquake/help/variables/teamcolor.xml -%%Q1DIR%%/ezquake/help/variables/teampentskin.xml -%%Q1DIR%%/ezquake/help/variables/teamquadskin.xml -%%Q1DIR%%/ezquake/help/variables/teamskin.xml -%%Q1DIR%%/ezquake/help/variables/timeout.xml -%%Q1DIR%%/ezquake/help/variables/topcolor.xml -%%Q1DIR%%/ezquake/help/variables/tp_forceTriggers.xml -%%Q1DIR%%/ezquake/help/variables/tp_loadlocs.xml -%%Q1DIR%%/ezquake/help/variables/tp_msgtriggers.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_armor.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_armortype_ga.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_armortype_ra.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_armortype_ya.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_at.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_axe.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_backpack.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_cells.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_disp.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_enemy.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_eyes.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_flag.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ga.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_gl.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_health.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_lg.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_mh.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_nails.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ng.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_none.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_nothing.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_pent.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_pented.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_quad.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_quaded.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ra.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ring.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rl.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rockets.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rune1.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rune2.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rune3.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_rune4.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_sentry.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_separator.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_sg.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_shells.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_sng.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_someplace.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ssg.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_status_blue.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_status_green.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_status_red.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_status_yellow.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_suit.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_teammate.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_weapon.xml -%%Q1DIR%%/ezquake/help/variables/tp_name_ya.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_cells.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_ga.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_health.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_nails.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_ra.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_rl.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_rockets.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_shells.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_weapon.xml -%%Q1DIR%%/ezquake/help/variables/tp_need_ya.xml -%%Q1DIR%%/ezquake/help/variables/tp_pointpriorities.xml -%%Q1DIR%%/ezquake/help/variables/tp_soundtrigger.xml -%%Q1DIR%%/ezquake/help/variables/tp_triggers.xml -%%Q1DIR%%/ezquake/help/variables/tp_weapon_order.xml -%%Q1DIR%%/ezquake/help/variables/v_centermove.xml -%%Q1DIR%%/ezquake/help/variables/v_centerspeed.xml -%%Q1DIR%%/ezquake/help/variables/v_contentblend.xml -%%Q1DIR%%/ezquake/help/variables/v_damagecshift.xml -%%Q1DIR%%/ezquake/help/variables/v_dlightcshift.xml -%%Q1DIR%%/ezquake/help/variables/v_gunkick.xml -%%Q1DIR%%/ezquake/help/variables/v_idlescale.xml -%%Q1DIR%%/ezquake/help/variables/v_ipitch_cycle.xml -%%Q1DIR%%/ezquake/help/variables/v_ipitch_level.xml -%%Q1DIR%%/ezquake/help/variables/v_iroll_cycle.xml -%%Q1DIR%%/ezquake/help/variables/v_iroll_level.xml -%%Q1DIR%%/ezquake/help/variables/v_iyaw_cycle.xml -%%Q1DIR%%/ezquake/help/variables/v_iyaw_level.xml -%%Q1DIR%%/ezquake/help/variables/v_kickpitch.xml -%%Q1DIR%%/ezquake/help/variables/v_kickroll.xml -%%Q1DIR%%/ezquake/help/variables/v_kicktime.xml -%%Q1DIR%%/ezquake/help/variables/v_pentcshift.xml -%%Q1DIR%%/ezquake/help/variables/v_quadcshift.xml -%%Q1DIR%%/ezquake/help/variables/v_ringcshift.xml -%%Q1DIR%%/ezquake/help/variables/v_suitcshift.xml -%%Q1DIR%%/ezquake/help/variables/v_viewheight.xml -%%Q1DIR%%/ezquake/help/variables/vid_config_x.xml -%%Q1DIR%%/ezquake/help/variables/vid_config_y.xml -%%Q1DIR%%/ezquake/help/variables/vid_displayfrequency.xml -%%Q1DIR%%/ezquake/help/variables/vid_flashonactivity.xml -%%Q1DIR%%/ezquake/help/variables/vid_forcerestoregamma.xml -%%Q1DIR%%/ezquake/help/variables/vid_fullscreen_mode.xml -%%Q1DIR%%/ezquake/help/variables/vid_hwgammacontrol.xml -%%Q1DIR%%/ezquake/help/variables/vid_mode.xml -%%Q1DIR%%/ezquake/help/variables/vid_nopageflip.xml -%%Q1DIR%%/ezquake/help/variables/vid_resetonswitch.xml -%%Q1DIR%%/ezquake/help/variables/vid_stretch_by_2.xml -%%Q1DIR%%/ezquake/help/variables/vid_vsync.xml -%%Q1DIR%%/ezquake/help/variables/vid_window_x.xml -%%Q1DIR%%/ezquake/help/variables/vid_window_y.xml -%%Q1DIR%%/ezquake/help/variables/vid_windowed_mode.xml -%%Q1DIR%%/ezquake/help/variables/viewsize.xml -%%Q1DIR%%/ezquake/help/variables/w_switch.xml -%%Q1DIR%%/ezquake/help/variables/watervis.xml -%%Q1DIR%%/ezquake/help/variables/zombietime.xml %%Q1DIR%%/ezquake/help/xsd/command.xsd %%Q1DIR%%/ezquake/help/xsd/document.xsd %%Q1DIR%%/ezquake/help/xsd/variable.xsd %%Q1DIR%%/ezquake/help/xsl/command.xsl %%Q1DIR%%/ezquake/help/xsl/document.xsl %%Q1DIR%%/ezquake/help/xsl/variable.xsl +%%Q1DIR%%/ezquake/hud.pak %%Q1DIR%%/ezquake/keymaps/default.kmap %%Q1DIR%%/ezquake/keymaps/dvorak.kmap %%Q1DIR%%/ezquake/keymaps/es.kmap @@ -1735,13 +103,16 @@ %%Q1DIR%%/ezquake/keymaps/hungarian.kmap %%Q1DIR%%/ezquake/keymaps/se.kmap %%Q1DIR%%/ezquake/keymaps/uk.kmap +%%Q1DIR%%/ezquake/locs.pak %%Q1DIR%%/ezquake/manual/backblue.gif %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/about.txt +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/gfx/h2_left.png +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/gfx/h2_tile.png %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0103.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0125.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0143.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index01bb.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0306.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index032b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index03f3.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index04b4.html @@ -1758,16 +129,16 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index13ad.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index14d4.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index15fe.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index16e3.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1708.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1872.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1879.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index18d9.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index19ad.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index19cf.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index19e4.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1a84.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1ac5.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1b1f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1cfa.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1d7c.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1dd1.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1eb0.html @@ -1782,8 +153,6 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index29f9.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2a3b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2a84.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2b7b.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2e87.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2eab.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index30f2.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3169.html @@ -1795,14 +164,12 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3db6.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4011.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4083.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4313.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index43d8.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4516.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4578.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index456c.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index479a.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index47a5.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index489b.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4962.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4a77.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4c81.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4e9d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index4f08.html @@ -1811,7 +178,7 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index516b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5278.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5357.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5381.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index545c.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index558e.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index56c7.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5859.html @@ -1826,7 +193,7 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5e9f.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5f6b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index610f.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6131.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index639a.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index64cb.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index650b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index657f.html @@ -1840,7 +207,9 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6c9a.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6ee3.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7045.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index704f.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index712e.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index71b2.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index71bb.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index73b0.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7709.html @@ -1858,24 +227,25 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index86c0.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index87ea.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8845.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index89fb.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8a84.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8b54.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8ba9.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8c0d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8c98.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8d77.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8eaa.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8eda.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8efd.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9027.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9030.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9287.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9300.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index942b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9636.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9665.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index97b6.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index980d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9908.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9c50.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9d4b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9e51.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9eaf.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9f01.html @@ -1890,16 +260,18 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa741.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexab9d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexabc4.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexabf6.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexac37.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexae64.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexaf2d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexb00a.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexb170.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexb4ac.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexb758.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexb837.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexbcaa.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexbe6f.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc019.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc0cf.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc0f2.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc211.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc22f.html @@ -1909,8 +281,10 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc87e.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc9bf.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexcbb1.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexcbb6.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexce4e.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexd132.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexd41d.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexd715.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexd766.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexd7f3.html @@ -1919,7 +293,6 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexda75.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexdaba.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexdb6c.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexdd26.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexdd5b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexde51.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe008.html @@ -1931,18 +304,18 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe420.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe484.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe535.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe5cc.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe688.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe7c5.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe7e6.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe91e.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe986.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexec01.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexec2b.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexee64.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexef18.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexf2d5.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexf6ce.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexf940.html -%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexfa01.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexfd44.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexfe10.html %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexffec.html @@ -1966,154 +339,44 @@ %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/underwater_trails.jpg %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/weatherrain.jpg %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/style.css +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/style2.css %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/gallery/teamplay_hud_features.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/gallery/teamplay_observing_features_2.png %%Q1DIR%%/ezquake/manual/fade.gif %%Q1DIR%%/ezquake/manual/index.html +%%Q1DIR%%/ezquake/pak.lst %%Q1DIR%%/ezquake/pak0.pak -%%Q1DIR%%/ezquake/qwprogs.dat +%%Q1DIR%%/ezquake/progs.pak +%%Q1DIR%%/ezquake/sb/as-sv.txt %%Q1DIR%%/ezquake/sb/au-sv.txt %%Q1DIR%%/ezquake/sb/ctf.txt +%%Q1DIR%%/ezquake/sb/eu-4on4.txt %%Q1DIR%%/ezquake/sb/eu-sv.txt +%%Q1DIR%%/ezquake/sb/ffa.txt %%Q1DIR%%/ezquake/sb/global.txt %%Q1DIR%%/ezquake/sb/na-sv.txt %%Q1DIR%%/ezquake/sb/qizmo.txt %%Q1DIR%%/ezquake/sb/sa-sv.txt %%Q1DIR%%/ezquake/sb/sources.txt %%Q1DIR%%/ezquake/sb/tf.txt -%%Q1DIR%%/ezquake/spprogs.dat -%%Q1DIR%%/ezquake/textures/charsets/moondid2.png -%%Q1DIR%%/ezquake/textures/chaticons.png -%%Q1DIR%%/ezquake/textures/particlefont.png -%%Q1DIR%%/ezquake/textures/wad/anum_0.png -%%Q1DIR%%/ezquake/textures/wad/anum_1.png -%%Q1DIR%%/ezquake/textures/wad/anum_2.png -%%Q1DIR%%/ezquake/textures/wad/anum_3.png -%%Q1DIR%%/ezquake/textures/wad/anum_4.png -%%Q1DIR%%/ezquake/textures/wad/anum_5.png -%%Q1DIR%%/ezquake/textures/wad/anum_6.png -%%Q1DIR%%/ezquake/textures/wad/anum_7.png -%%Q1DIR%%/ezquake/textures/wad/anum_8.png -%%Q1DIR%%/ezquake/textures/wad/anum_9.png -%%Q1DIR%%/ezquake/textures/wad/anum_colon.png -%%Q1DIR%%/ezquake/textures/wad/anum_minus.png -%%Q1DIR%%/ezquake/textures/wad/anum_slash.png -%%Q1DIR%%/ezquake/textures/wad/backtile.png -%%Q1DIR%%/ezquake/textures/wad/disc.png -%%Q1DIR%%/ezquake/textures/wad/face1.png -%%Q1DIR%%/ezquake/textures/wad/face2.png -%%Q1DIR%%/ezquake/textures/wad/face3.png -%%Q1DIR%%/ezquake/textures/wad/face4.png -%%Q1DIR%%/ezquake/textures/wad/face5.png -%%Q1DIR%%/ezquake/textures/wad/face_inv2.png -%%Q1DIR%%/ezquake/textures/wad/face_invis.png -%%Q1DIR%%/ezquake/textures/wad/face_invis2.png -%%Q1DIR%%/ezquake/textures/wad/face_invul.png -%%Q1DIR%%/ezquake/textures/wad/face_invul1.png -%%Q1DIR%%/ezquake/textures/wad/face_invul2.png -%%Q1DIR%%/ezquake/textures/wad/face_p1.png -%%Q1DIR%%/ezquake/textures/wad/face_p2.png -%%Q1DIR%%/ezquake/textures/wad/face_p3.png -%%Q1DIR%%/ezquake/textures/wad/face_p4.png -%%Q1DIR%%/ezquake/textures/wad/face_p5.png -%%Q1DIR%%/ezquake/textures/wad/face_quad.png -%%Q1DIR%%/ezquake/textures/wad/inv2_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inv2_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inv_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv_nails.tga -%%Q1DIR%%/ezquake/textures/wad/inv_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inv_rocket.tga -%%Q1DIR%%/ezquake/textures/wad/inv_shells.tga -%%Q1DIR%%/ezquake/textures/wad/inv_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inv_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inv_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva1_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva2_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva3_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva4_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_lightng.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_nailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_rlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_shotgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_snailgun.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_srlaunch.tga -%%Q1DIR%%/ezquake/textures/wad/inva5_sshotgun.tga -%%Q1DIR%%/ezquake/textures/wad/net.png -%%Q1DIR%%/ezquake/textures/wad/num_0.png -%%Q1DIR%%/ezquake/textures/wad/num_1.png -%%Q1DIR%%/ezquake/textures/wad/num_2.png -%%Q1DIR%%/ezquake/textures/wad/num_3.png -%%Q1DIR%%/ezquake/textures/wad/num_4.png -%%Q1DIR%%/ezquake/textures/wad/num_5.png -%%Q1DIR%%/ezquake/textures/wad/num_6.png -%%Q1DIR%%/ezquake/textures/wad/num_7.png -%%Q1DIR%%/ezquake/textures/wad/num_8.png -%%Q1DIR%%/ezquake/textures/wad/num_9.png -%%Q1DIR%%/ezquake/textures/wad/num_colon.png -%%Q1DIR%%/ezquake/textures/wad/num_minus.png -%%Q1DIR%%/ezquake/textures/wad/num_slash.png -%%Q1DIR%%/ezquake/textures/wad/ram.png -%%Q1DIR%%/ezquake/textures/wad/sb_armor1.png -%%Q1DIR%%/ezquake/textures/wad/sb_armor2.png -%%Q1DIR%%/ezquake/textures/wad/sb_armor3.png -%%Q1DIR%%/ezquake/textures/wad/sb_cells.png -%%Q1DIR%%/ezquake/textures/wad/sb_invis.png -%%Q1DIR%%/ezquake/textures/wad/sb_invuln.png -%%Q1DIR%%/ezquake/textures/wad/sb_key1.png -%%Q1DIR%%/ezquake/textures/wad/sb_key2.png -%%Q1DIR%%/ezquake/textures/wad/sb_nails.png -%%Q1DIR%%/ezquake/textures/wad/sb_quad.png -%%Q1DIR%%/ezquake/textures/wad/sb_rocket.png -%%Q1DIR%%/ezquake/textures/wad/sb_shells.png -%%Q1DIR%%/ezquake/textures/wad/sb_suit.png -%%Q1DIR%%/ezquake/textures/wad/scorebar.png -%%Q1DIR%%/ezquake/textures/wad/turtle.png -@dirrm %%Q1DIR%%/ezquake/textures/wad -@dirrm %%Q1DIR%%/ezquake/textures/charsets -@dirrm %%Q1DIR%%/ezquake/textures +%%Q1DIR%%/ezquake/sb/update_sources.bat +%%Q1DIR%%/ezquake/skins/player_base.png +%%Q1DIR%%/ezquake/skins/player_blue.png +%%Q1DIR%%/ezquake/skins/player_green.png +%%Q1DIR%%/ezquake/skins/player_red.png +@dirrm %%Q1DIR%%/ezquake/skins @dirrm %%Q1DIR%%/ezquake/sb @dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/gallery @dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics +@dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/gfx @dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs @dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net @dirrm %%Q1DIR%%/ezquake/manual @dirrm %%Q1DIR%%/ezquake/keymaps @dirrm %%Q1DIR%%/ezquake/help/xsl @dirrm %%Q1DIR%%/ezquake/help/xsd -@dirrm %%Q1DIR%%/ezquake/help/variables @dirrm %%Q1DIR%%/ezquake/help/manual/demos @dirrm %%Q1DIR%%/ezquake/help/manual -@dirrm %%Q1DIR%%/ezquake/help/commands @dirrm %%Q1DIR%%/ezquake/help @dirrm %%Q1DIR%%/ezquake/cfg @dirrm %%Q1DIR%%/ezquake |