diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-09-01 06:42:23 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-09-01 06:42:23 +0800 |
commit | b70e2f963e758aae6689b3f8b8c175a978302161 (patch) | |
tree | 4674192a7ddc52e6339205712b4d6ceb37ebf2b4 /games | |
parent | f1dcaf1d75e33fb63d9d85b51b0280069c44bac5 (diff) | |
download | freebsd-ports-gnome-b70e2f963e758aae6689b3f8b8c175a978302161.tar.gz freebsd-ports-gnome-b70e2f963e758aae6689b3f8b8c175a978302161.tar.zst freebsd-ports-gnome-b70e2f963e758aae6689b3f8b8c175a978302161.zip |
Combining the features of all modern QuakeWorld clients, ezQuake makes
QuakeWorld easier to start and play. The immortal first person shooter Quake
in the brand new skin with superb graphics and extremely fast gameplay.
Features:
- Modern graphics.
- Multiview support.
- Tons of features to serve latest pro-gaming needs.
- Inbuilt Server Browser & MP3 player control.
- Recorded Games Browser.
- Customization of all possible graphics elements of the game including Head
Up Display.
- All sorts of scripting possibilities.
- MAC OS X platform supported. Software version for computers without 3D
graphics accelerators.
WWW: http://ezquake.sourceforge.net/
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/ezquake/Makefile | 104 | ||||
-rw-r--r-- | games/ezquake/distinfo | 6 | ||||
-rw-r--r-- | games/ezquake/files/patch-EX_misc.c | 11 | ||||
-rw-r--r-- | games/ezquake/files/patch-Makefile | 192 | ||||
-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 | 54 | ||||
-rw-r--r-- | games/ezquake/files/patch-config_manager.c | 11 | ||||
-rw-r--r-- | games/ezquake/files/patch-image.c | 19 | ||||
-rw-r--r-- | games/ezquake/files/patch-menu.h | 11 | ||||
-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-mp3_player.h | 11 | ||||
-rw-r--r-- | games/ezquake/files/patch-quakeasm.h | 15 | ||||
-rw-r--r-- | games/ezquake/files/patch-snd_linux.c | 90 | ||||
-rw-r--r-- | games/ezquake/files/patch-snd_oss.c | 75 | ||||
-rw-r--r-- | games/ezquake/files/patch-sys_linux.c | 26 | ||||
-rw-r--r-- | games/ezquake/files/patch-vid_glx.c | 12 | ||||
-rw-r--r-- | games/ezquake/pkg-descr | 18 | ||||
-rw-r--r-- | games/ezquake/pkg-message | 9 | ||||
-rw-r--r-- | games/ezquake/pkg-plist | 1947 |
22 files changed, 2916 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 55197794d515..62242e9c3709 100644 --- a/games/Makefile +++ b/games/Makefile @@ -177,6 +177,7 @@ SUBDIR += exhaust-ma SUBDIR += exmars SUBDIR += exult + SUBDIR += ezquake SUBDIR += falconseye SUBDIR += farblazer SUBDIR += fargoal diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile new file mode 100644 index 000000000000..3b687ae1aba2 --- /dev/null +++ b/games/ezquake/Makefile @@ -0,0 +1,104 @@ +# New ports collection makefile for: ezquake +# Date created: 29 Aug 2006 +# Whom: alepulver +# +# $FreeBSD$ +# + +PORTNAME= ezquake +PORTVERSION= 1517 +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} + +MAINTAINER= alepulver@FreeBSD.org +COMMENT= Modern QuakeWorld client + +EXTRACT_DEPENDS=p7zip:${PORTSDIR}/archivers/p7zip +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + pcre.0:${PORTSDIR}/devel/pcre \ + png.5:${PORTSDIR}/graphics/png \ + xmms.4:${PORTSDIR}/multimedia/xmms + +USE_GCC= 3.2+ +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 +MAKE_ENV+= ${v}="${${v}}" +.endfor +NO_WRKSUBDIR= yes + +OPTIONS= GLX "Build GLX client" on \ + OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ + X11 "Build X11 client" on \ + X86_ASM "Enable x86 assembly code" on + +.include "${.CURDIR}/../quake-data/Makefile.include" + +.include <bsd.port.pre.mk> + +.if defined(WITHOUT_GLX) && defined(WITHOUT_X11) +IGNORE= needs at least one interface (GLX or X11) +.endif + +.if !defined(WITHOUT_GLX) +USE_GL= yes +ALL_TARGET+= glx_release +PLIST_SUB+= GLX="" +.else +PLIST_SUB+= GLX="@comment " +.endif + +.if !defined(WITHOUT_X11) +USE_XLIB= yes +ALL_TARGET+= x11_release +PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " +.endif + +.for f in OPTIMIZED_CFLAGS X86_ASM +. if !defined(WITHOUT_${f}) +MAKE_ENV+= USE_${f}=YES +. else +MAKE_ENV+= USE_${f}=NO +. endif +.endfor + +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} +.for f in cfg help keymaps manual pak0.pak sb textures ../qw/* + ${CP} -R ${WRKSRC}/ezquake/${f} ${Q1DIR}/${PORTNAME} +.endfor +.if !defined(WITHOUT_GLX) + ${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake-gl.glx \ + ${PREFIX}/bin/ezquake-glx +.endif +.if !defined(WITHOUT_X11) + ${INSTALL_PROGRAM} ${WRKSRC}/release/ezquake.x11 \ + ${PREFIX}/bin/ezquake-x11 +.endif + +post-install: + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + +.include <bsd.port.post.mk> diff --git a/games/ezquake/distinfo b/games/ezquake/distinfo new file mode 100644 index 000000000000..a357311c7460 --- /dev/null +++ b/games/ezquake/distinfo @@ -0,0 +1,6 @@ +MD5 (ezquake/ezquake_source_1517.7z) = 006acbb0b17522266c8e70e3516edc6b +SHA256 (ezquake/ezquake_source_1517.7z) = df91df3dd268a4f71c622959d8dfcceba47499668cfea178c51fe2b9ef0dce5e +SIZE (ezquake/ezquake_source_1517.7z) = 1940056 +MD5 (ezquake/ezquake_linux_1517.tar.gz) = e367ff5e2fbf3bd78b4dfc4e5aa8c7a4 +SHA256 (ezquake/ezquake_linux_1517.tar.gz) = c2c320cc898aafe9619b3996b278903f09804f856c25f3a996c9a8359f104d7c +SIZE (ezquake/ezquake_linux_1517.tar.gz) = 9963640 diff --git a/games/ezquake/files/patch-EX_misc.c b/games/ezquake/files/patch-EX_misc.c new file mode 100644 index 000000000000..533acd880cbc --- /dev/null +++ b/games/ezquake/files/patch-EX_misc.c @@ -0,0 +1,11 @@ +--- ./EX_misc.c.orig Wed Mar 29 18:54:03 2006 ++++ ./EX_misc.c Tue Aug 29 20:59:12 2006 +@@ -8,7 +8,7 @@ + #include "EX_misc.h"
+ #include "EX_FunNames.h"
+
+-#if defined __linux || defined(__APPLE__)
++#if defined __unix__ || defined(__APPLE__)
+ #define CLIPBOARDSIZE 1024
+ static char clipboard[CLIPBOARDSIZE] = "\0"; // for clipboard implementation
+ #endif
diff --git a/games/ezquake/files/patch-Makefile b/games/ezquake/files/patch-Makefile new file mode 100644 index 000000000000..a115d2f4c37c --- /dev/null +++ b/games/ezquake/files/patch-Makefile @@ -0,0 +1,192 @@ +--- ./Makefile.orig Fri Apr 7 13:48:24 2006 ++++ ./Makefile Tue Aug 29 21:08:26 2006 +@@ -5,54 +5,26 @@ +
+
+ # compilation tool and detection of targets/achitecture
+-CC =gcc
+ CC_BASEVERSION =$(shell $(CC) -dumpversion | sed -e 's/\..*//g')
+ MACHINE =$(shell $(CC) -dumpmachine)
+ ARCH =$(shell echo $(MACHINE) | sed -e 's/.*mingw32.*/mingw32/g' -e 's/\-.*//g' -e 's/i.86/x86/g')
+ STRIP =strip --strip-unneeded --remove-section=.comment
+
+-# Mac OSX Tiger : powerpc -> ppc
+-ifeq ($(MACHINE),powerpc-apple-darwin8) # MacOS-10.4/ppc
+- ARCH = ppc
+-endif
+-
+-# Mac OSX Tiger : i686 -> macx86
+-ifeq ($(MACHINE),i686-apple-darwin8) # MacOS-10.4/x86
+- ARCH = macx86
+- STRIP = strip
+-endif
+-
+-# add special architecture based flags
+-ifeq ($(ARCH),x86) # Linux/x86
+- DEST_ARCH =x86
+- ARCH_CFLAGS =-march=$(shell echo $(MACHINE) | sed -e 's/\-.*//g')
+-endif
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- DEST_ARCH =x86
+- ARCH_CFLAGS =-mwin32 -mno-cygwin
+-endif
+-ifeq ($(ARCH),ppc) # MacOS-X/ppc
+- DEST_ARCH =ppc
+- ARCH_CFLAGS =-arch ppc -faltivec -maltivec -mcpu=7450 -mtune=7450 -mpowerpc -mpowerpc-gfxopt
+- ifeq ($(CC_BASEVERSION),4) # auto vectorize if we're using gcc4.0+
+- ARCH_CFLAGS += -ftree-vectorize
+- endif
+-endif
+-
+-
+ #======================================================================
+ # Output Directories
+ #======================================================================
+ # location of source relative to Makefile
+ SOURCE_DIR =.
+
+-BUILD_DEBUG_DIR =debug-$(ARCH)
+-BUILD_RELEASE_DIR =release-$(ARCH)
++BUILD_DEBUG_DIR =debug
++BUILD_RELEASE_DIR =release
+
+ # compiler flags
+ PRJ_CFLAGS =-DWITH_ZLIB -DWITH_PNG -DEMBED_TCL -DUSE_TCL_STUBS
+-XMMS_CFLAGS =-DWITH_XMMS `glib-config --cflags`
+-BASE_CFLAGS =-Wall $(PRJ_CFLAGS) $(ARCH_CFLAGS)
++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 $(PRJ_CFLAGS) $(XMMS_CFLAGS)
++
++ifeq ($(USE_OPTIMIZED_CFLAGS),YES)
+ BASE_RELEASE_CFLAGS =-ffast-math -fomit-frame-pointer -fexpensive-optimizations
+ ifneq ($(CC_BASEVERSION),4) # if we're not auto-vectorizing then we can unroll the loops (mdfour ahoy)
+ BASE_RELEASE_CFLAGS += -funroll-loops
+@@ -69,99 +41,47 @@ + BASE_RELEASE_CFLAGS += -falign-loops=2 -falign-jumps=2 -falign-functions=2
+ endif
+ endif
++endif
++
+ BASE_DEBUG_CFLAGS =-g -D_DEBUG
+
+-ifeq ($(ARCH),x86) # Linux/x86
+- BASE_CFLAGS += -Did386 $(XMMS_CFLAGS)
+- CL_DLFLAGS += -ldl
+-endif
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- # use define for special assembly routines:
+- BASE_CFLAGS += -Did386 -DMINGW32
+-endif
+-ifeq ($(ARCH),ppc) # MacOS-X/ppc
+- BASE_CFLAGS += -D__BIG_ENDIAN__ -Ddarwin
+-endif
+-ifeq ($(ARCH),macx86) # MacOS-X/x86
+- BASE_CFLAGS += -Ddarwin
+-endif
+-ifeq ($(ARCH),powerpc) # Linux/PPC
+- BASE_CFLAGS += -D__BIG_ENDIAN__
+- CL_DLFLAGS += -ldl
++ifeq ($(ARCH),i386)
++ ifeq ($(USE_X86_ASM),YES)
++ BASE_CFLAGS += -Did386
++ endif
+ endif
+
+ BASE_CFLAGS += -funsigned-char -pipe -fno-strict-aliasing
+ RELEASE_CFLAGS =$(BASE_CFLAGS) $(BASE_RELEASE_CFLAGS) -DNDEBUG
+ DEBUG_CFLAGS =$(BASE_CFLAGS) $(BASE_DEBUG_CFLAGS) -Wimplicit
+
+-
+ # software and console (svga) builds
+ DO_CC =$(CC) -DWITH_VMODE $(CFLAGS) -o $@ -c $<
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- DO_CC += -D_WINDOWS -mwindows
+-endif
+ DO_O_CC =$(CC) -O $(CFLAGS) -o $@ -c $<
+ DO_AS =$(CC) $(CFLAGS) -x assembler-with-cpp
+-ifeq ($(ARCH),x86) # Linux/x86
+- DO_AS += -DELF
+-endif
++DO_AS += -DELF
+ DO_AS += -o $@ -c $<
+
+ # opengl builds
+-BASE_GLCFLAGS =-DWITH_JPEG -DGLQUAKE
+-ifeq ($(ARCH),x86) # Linux/x86
+- ARCH_GLCFLAGS =-I/usr/include -DWITH_VMODE -DWITH_DGA -DWITH_EVDEV
+-endif
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- ARCH_GLCFLAGS =-mwindows -I/opt/xmingw/include/ -I./pcre/ -I./libexpat/
+-endif
+-ifeq ($(ARCH),ppc) # MacOS-X/ppc
+- ARCH_GLCFLAGS = -I/opt/local/include/ -I/Developer/Headers/FlatCarbon -I/sw/include -FOpenGL -FAGL
+-endif
+-ifeq ($(ARCH),macx86) # MacOS-X/x86
+- ARCH_GLCFLAGS = -I/opt/local/include/ -I/Developer/Headers/FlatCarbon -I/sw/include -FOpenGL -FAGL `pcre-config --cflags` -I./libs
+-endif
++BASE_GLCFLAGS =-DWITH_JPEG -DGLQUAKE -I$(X11BASE)/include
++ARCH_GLCFLAGS =-DWITH_VMODE -DWITH_DGA
+
+ GLCFLAGS =$(ARCH_GLCFLAGS) $(BASE_GLCFLAGS)
+
+ DO_GL_CC =$(CC) $(CFLAGS) $(GLCFLAGS) -o $@ -c $<
+ DO_GL_AS =$(CC) $(CFLAGS) $(GLCFLAGS) -x assembler-with-cpp
+-ifeq ($(ARCH),x86) # Linux/x86
+- DO_GL_AS += -DELF
+-endif
++DO_GL_AS += -DELF
+ DO_GL_AS += -o $@ -c $<
+
+-
+ # linker flags
+-LDFLAGS =-lm `glib-config --libs` -lpthread -lexpat `pcre-config --libs` -ltclstub $(CL_DLFLAGS)
++LDFLAGS =-L$(LOCALBASE)/lib -lm `glib-config --libs` $(PTHREAD_LIBS) -lexpat `pcre-config --libs` -ltclstub$(TCL_SUFX) $(CL_DLFLAGS)
+ SVGALDFLAGS =-lvga
+-X11_LDFLAGS =-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- LDFLAGS += -lws2_32 -luser32 -lwinmm
+-endif
+-ifeq ($(ARCH),ppc) # MacOS-X/ppc
+- LDFLAGS =`pcre-config --libs` -lexpat -framework OpenGL -framework AGL -framework DrawSprocket -framework Carbon -framework ApplicationServices -framework IOKit
+-endif
+-ifeq ($(ARCH),macx86) # MacOS-X/x86
+- LDFLAGS =`pcre-config --libs` -lexpat -framework OpenGL -framework AGL -framework DrawSprocket -framework Carbon -framework ApplicationServices -framework IOKit
+-endif
++X11_LDFLAGS =-L$(X11BASE)/lib -lX11 -lXext -lXxf86dga -lXxf86vm
+
+ # opengl build
+ BASE_GL_LDFLAGS =-L/usr/X11R6/lib -lGL -lm -lX11 -lXext
+ ARCH_GL_LDFLAGS =
+-ifeq ($(ARCH),x86) # Linux/x86
+- ARCH_GL_LDFLAGS =-lXxf86dga -lXxf86vm
+-endif
+-ifeq ($(ARCH),mingw32) # Win32/x86 in MingW environment
+- BASE_GL_LDFLAGS =
+- ARCH_GL_LDFLAGS =-mwindows -lopengl32 -ldxguid -lgdi32
+-endif
+-ifeq ($(ARCH),ppc) # MacOS-X/ppc
+- BASE_GL_LDFLAGS =
+-endif
+-ifeq ($(ARCH),macx86) # MacOS-X/x86
+- BASE_GL_LDFLAGS =
+-endif
++ARCH_GL_LDFLAGS =-lXxf86dga -lXxf86vm
+ GL_LDFLAGS =$(ARCH_GL_LDFLAGS) $(BASE_GL_LDFLAGS)
+
+
+@@ -234,7 +154,6 @@ + $(BUILDDIR)/build/snd_mix.o \
+ $(BUILDDIR)/build/snd_linux.o \
+ $(BUILDDIR)/build/snd_oss.o \
+- $(BUILDDIR)/build/snd_alsa.o \
+ \
+ $(BUILDDIR)/build/cl_input.o \
+ $(BUILDDIR)/build/keys.o \
+@@ -855,7 +774,6 @@ + $(BUILDDIR)/build-gl/snd_mix.o \
+ $(BUILDDIR)/build-gl/snd_linux.o \
+ $(BUILDDIR)/build-gl/snd_oss.o \
+- $(BUILDDIR)/build-gl/snd_alsa.o \
+ \
+ $(BUILDDIR)/build-gl/cl_input.o \
+ $(BUILDDIR)/build-gl/keys.o \
diff --git a/games/ezquake/files/patch-cd_linux.c b/games/ezquake/files/patch-cd_linux.c new file mode 100644 index 000000000000..8a68b2a7e404 --- /dev/null +++ b/games/ezquake/files/patch-cd_linux.c @@ -0,0 +1,253 @@ +--- ./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 new file mode 100644 index 000000000000..89b0f91d0313 --- /dev/null +++ b/games/ezquake/files/patch-cl_tcl.c @@ -0,0 +1,10 @@ +--- ./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 new file mode 100644 index 000000000000..a7bc34f4b90c --- /dev/null +++ b/games/ezquake/files/patch-common.c @@ -0,0 +1,54 @@ +--- ./common.c.orig Tue Apr 18 17:59:55 2006 ++++ ./common.c Wed Aug 30 18:01:03 2006 +@@ -1387,14 +1387,18 @@ + }
+
+ void FS_InitFilesystem (void) {
++ char *home;
++ char homepath[MAX_OSPATH];
+ int i;
+
++ home = getenv("HOME");
++
+ // -basedir <path>
+ // Overrides the system supplied base directory (under id1)
+ if ((i = COM_CheckParm ("-basedir")) && i < com_argc - 1)
+ strlcpy (com_basedir, com_argv[i + 1], sizeof(com_basedir));
+ else
+- getcwd(com_basedir, sizeof(com_basedir) - 1);
++ strlcpy(com_basedir, DATADIR, sizeof(com_basedir) - 1);
+
+ for (i = 0; i < strlen(com_basedir); i++)
+ if (com_basedir[i] == '\\')
+@@ -1406,8 +1410,16 @@ +
+ // 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) );
++ if (home != NULL)
++ FS_AddGameDirectory(va("%s/.ezquake/qw", home));
++
++ FS_AddGameDirectory ( va("%s/ezquake", com_basedir) );
++ if (home != NULL)
++ FS_AddGameDirectory(va("%s/.ezquake/ezquake", home));
+
+ // any set gamedirs will be freed up to here
+ com_base_searchpaths = com_searchpaths;
+@@ -1426,6 +1438,13 @@ + {
+ if( UserdirSet )
+ 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);
+ }
+ }
+
diff --git a/games/ezquake/files/patch-config_manager.c b/games/ezquake/files/patch-config_manager.c new file mode 100644 index 000000000000..7b556b2e78ff --- /dev/null +++ b/games/ezquake/files/patch-config_manager.c @@ -0,0 +1,11 @@ +--- config_manager.c.orig Tue Apr 18 17:59:55 2006 ++++ config_manager.c Wed Aug 30 19:01:17 2006 +@@ -67,7 +67,7 @@ + cvar_t cfg_save_unchanged = {"cfg_save_unchanged", "0"};
+ cvar_t cfg_save_userinfo = {"cfg_save_userinfo", "2"};
+ cvar_t cfg_legacy_exec = {"cfg_legacy_exec", "1"};
+-cvar_t cfg_legacy_write = {"cfg_legacy_write", "0"};
++cvar_t cfg_legacy_write = {"cfg_legacy_write", "1"};
+
+ cvar_t cfg_save_cvars = {"cfg_save_cvars", "1"};
+ cvar_t cfg_save_aliases = {"cfg_save_aliases", "1"};
diff --git a/games/ezquake/files/patch-image.c b/games/ezquake/files/patch-image.c new file mode 100644 index 000000000000..6204632f299a --- /dev/null +++ b/games/ezquake/files/patch-image.c @@ -0,0 +1,19 @@ +--- ./image.c.orig Sat Apr 8 10:15:01 2006 ++++ ./image.c Tue Aug 29 20:59:12 2006 +@@ -20,6 +20,7 @@ + $Id: image.c,v 1.20 2006/04/08 13:15:01 disconn3ct Exp $
+ */
+
++#include <dlfcn.h>
+ #include "quakedef.h"
+
+
+@@ -1271,7 +1272,7 @@ +
+ static QLIB_HANDLETYPE_T jpeg_handle = NULL;
+
+-#define qjpeg_create_compress(cinfo) \
++#define qjpeg_create_compress(cinfo) \
+ qjpeg_CreateCompress((cinfo), JPEG_LIB_VERSION, (size_t) sizeof(struct jpeg_compress_struct))
+
+ static struct jpeg_error_mgr *(*qjpeg_std_error)(struct jpeg_error_mgr *);
diff --git a/games/ezquake/files/patch-menu.h b/games/ezquake/files/patch-menu.h new file mode 100644 index 000000000000..4bb9bbaa298d --- /dev/null +++ b/games/ezquake/files/patch-menu.h @@ -0,0 +1,11 @@ +--- ./menu.h.orig Thu Apr 6 13:47:34 2006 ++++ ./menu.h Tue Aug 29 21:09:39 2006 +@@ -34,7 +34,7 @@ + m_none, m_main, m_singleplayer, m_load, m_save, m_multiplayer,
+ m_setup, m_options, m_video, m_keys, m_help, m_quit,
+ m_gameoptions, m_slist,/* m_sedit,*/ m_fps, m_demos, m_demos_del
+-#if defined(_WIN32) || (defined(__linux__) && defined(WITH_XMMS))
++#if defined(_WIN32) || (defined(__unix__) && defined(WITH_XMMS))
+ , m_mp3_control, m_mp3_playlist
+ #endif
+ } m_state;
diff --git a/games/ezquake/files/patch-modules.c b/games/ezquake/files/patch-modules.c new file mode 100644 index 000000000000..64904d62fe15 --- /dev/null +++ b/games/ezquake/files/patch-modules.c @@ -0,0 +1,10 @@ +--- ./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 new file mode 100644 index 000000000000..1f9bb8f2da53 --- /dev/null +++ b/games/ezquake/files/patch-mp3_player.c @@ -0,0 +1,31 @@ +--- 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-mp3_player.h b/games/ezquake/files/patch-mp3_player.h new file mode 100644 index 000000000000..6d01cb2557d0 --- /dev/null +++ b/games/ezquake/files/patch-mp3_player.h @@ -0,0 +1,11 @@ +--- ./mp3_player.h.orig Fri Sep 9 08:00:27 2005 ++++ ./mp3_player.h Tue Aug 29 21:05:59 2006 +@@ -19,7 +19,7 @@ + */
+
+
+-#if defined(__linux__) && defined(WITH_XMMS)
++#if defined(__unix__) && defined(WITH_XMMS)
+ #define __XMMS__
+ #endif
+
diff --git a/games/ezquake/files/patch-quakeasm.h b/games/ezquake/files/patch-quakeasm.h new file mode 100644 index 000000000000..51396555c038 --- /dev/null +++ b/games/ezquake/files/patch-quakeasm.h @@ -0,0 +1,15 @@ +--- quakeasm.h.orig Tue Jul 5 17:01:34 2005 ++++ quakeasm.h Thu Aug 31 17:29:32 2006 +@@ -25,12 +25,6 @@ + #define __i386__ 1
+ #endif
+
+-#ifdef __i386__
+-#define id386 1
+-#else
+-#define id386 0
+-#endif
+-
+ #ifndef SERVERONLY
+
+ // !!! must be kept the same as in d_iface.h !!!
diff --git a/games/ezquake/files/patch-snd_linux.c b/games/ezquake/files/patch-snd_linux.c new file mode 100644 index 000000000000..25773fb9449e --- /dev/null +++ b/games/ezquake/files/patch-snd_linux.c @@ -0,0 +1,90 @@ +--- ./snd_linux.c.orig Fri Sep 9 08:00:27 2005 ++++ ./snd_linux.c Tue Aug 29 20:59:12 2006 +@@ -6,7 +6,6 @@ +
+ #include "quakedef.h"
+
+-qbool SNDDMA_ALSA;
+ int snd_inited;
+ // 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
+@@ -15,13 +14,9 @@ +
+ // 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);
+ void SNDDMA_Submit_OSS(void);
+
+
+@@ -31,30 +26,8 @@ + {
+ int retval;
+
+- // Give user the option to force OSS...
+- if(COM_CheckParm("-noalsa")) // || Cvar_VariableValue("s_noalsa") )
+- {
+- // User wants us to use OSS...
+- 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();
+
+ snd_inited = retval;
+ return retval;
+@@ -64,10 +37,7 @@ + {
+ if( snd_inited )
+ {
+- if( SNDDMA_ALSA )
+- return SNDDMA_GetDMAPos_ALSA();
+- else
+- return SNDDMA_GetDMAPos_OSS();
++ return SNDDMA_GetDMAPos_OSS();
+ }
+ else
+ return 0;
+@@ -77,10 +47,7 @@ + {
+ if (snd_inited)
+ {
+- if( SNDDMA_ALSA )
+- SNDDMA_Shutdown_ALSA();
+- else
+- SNDDMA_Shutdown_OSS();
++ SNDDMA_Shutdown_OSS();
+
+ snd_inited = 0;
+ }
+@@ -97,8 +64,6 @@ + {
+ if( snd_inited )
+ {
+- if( SNDDMA_ALSA )
+- SNDDMA_Submit_ALSA();
+ // 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 new file mode 100644 index 000000000000..cdcf188f7db8 --- /dev/null +++ b/games/ezquake/files/patch-snd_oss.c @@ -0,0 +1,75 @@ +--- snd_oss.c.orig Mon Mar 20 10:51:28 2006 ++++ snd_oss.c Wed Aug 30 20:09:50 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" +@@ -78,13 +82,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; +- } +- + shm = &sn; + shm->splitbuffer = 0; + +@@ -125,19 +122,6 @@ + else + shm->channels = 2; + +- shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); +- shm->submission_chunk = 1; +- +- // memory map the dma buffer +- +- shm->buffer = (byte *) mmap(NULL, info.fragstotal * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0); +- if (!shm->buffer) { +- perror(snd_dev); +- Com_Printf ("Could not mmap %s\n", snd_dev); +- close(audio_fd); +- return 0; +- } +- + tmp = 0; + if (shm->channels == 2) + tmp = 1; +@@ -182,6 +166,26 @@ + } else { + perror(snd_dev); + Com_Printf ("%d-bit sound not supported.", shm->samplebits); ++ 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; ++ } ++ ++ shm->samples = info.fragstotal * info.fragsize / (shm->samplebits/8); ++ shm->submission_chunk = 1; ++ ++ // memory map the dma buffer ++ ++ shm->buffer = (byte *) mmap(NULL, info.fragstotal * info.fragsize, PROT_WRITE, MAP_FILE|MAP_SHARED, audio_fd, 0); ++ if (!shm->buffer) { ++ perror(snd_dev); ++ Com_Printf ("Could not mmap %s\n", snd_dev); + close(audio_fd); + return 0; + } diff --git a/games/ezquake/files/patch-sys_linux.c b/games/ezquake/files/patch-sys_linux.c new file mode 100644 index 000000000000..46d2cdb26928 --- /dev/null +++ b/games/ezquake/files/patch-sys_linux.c @@ -0,0 +1,26 @@ +--- ./sys_linux.c.orig Mon Mar 20 10:51:28 2006 ++++ ./sys_linux.c Tue Aug 29 20:59:12 2006 +@@ -35,7 +35,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>
+@@ -256,6 +255,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;
+@@ -292,6 +292,7 @@ +
+ Com_Printf("RTC Timer Enabled.\n");
+ }
++#endif
+
+ #if id386
+ Sys_SetFPCW();
diff --git a/games/ezquake/files/patch-vid_glx.c b/games/ezquake/files/patch-vid_glx.c new file mode 100644 index 000000000000..bd5ad2a39c5d --- /dev/null +++ b/games/ezquake/files/patch-vid_glx.c @@ -0,0 +1,12 @@ +--- ./vid_glx.c.orig Thu Apr 6 20:23:19 2006 ++++ ./vid_glx.c Tue Aug 29 20:59:12 2006 +@@ -20,7 +20,9 @@ + #include <termios.h>
+ #include <sys/ioctl.h>
+ #include <sys/stat.h>
++#ifdef __linux__
+ #include <sys/vt.h>
++#endif
+ #include <stdarg.h>
+ #include <stdio.h>
+ #include <signal.h>
diff --git a/games/ezquake/pkg-descr b/games/ezquake/pkg-descr new file mode 100644 index 000000000000..63a1b07199e6 --- /dev/null +++ b/games/ezquake/pkg-descr @@ -0,0 +1,18 @@ +Combining the features of all modern QuakeWorld clients, ezQuake makes +QuakeWorld easier to start and play. The immortal first person shooter Quake +in the brand new skin with superb graphics and extremely fast gameplay. + +Features: + +- Modern graphics. +- Multiview support. +- Tons of features to serve latest pro-gaming needs. +- Inbuilt Server Browser & MP3 player control. +- Recorded Games Browser. +- Customization of all possible graphics elements of the game including Head + Up Display. +- All sorts of scripting possibilities. +- MAC OS X platform supported. Software version for computers without 3D + graphics accelerators. + +WWW: http://ezquake.sourceforge.net/ diff --git a/games/ezquake/pkg-message b/games/ezquake/pkg-message new file mode 100644 index 000000000000..c29e130b8b22 --- /dev/null +++ b/games/ezquake/pkg-message @@ -0,0 +1,9 @@ +============================================================================== + +ezQuake has been installed. + +If you have mouse problems you can try running it with the "-nomdga" +parameter (this will make the mouse work fine when the DGA X11 extension is +disabled). + +============================================================================== diff --git a/games/ezquake/pkg-plist b/games/ezquake/pkg-plist new file mode 100644 index 000000000000..c6af775548a4 --- /dev/null +++ b/games/ezquake/pkg-plist @@ -0,0 +1,1947 @@ +%%GLX%%bin/ezquake-glx +%%X11%%bin/ezquake-x11 +%%Q1DIR%%/ezquake/cfg/eq260.cfg +%%Q1DIR%%/ezquake/cfg/gfx_gl_eyecandy.cfg +%%Q1DIR%%/ezquake/cfg/gfx_gl_faithful.cfg +%%Q1DIR%%/ezquake/cfg/gfx_gl_fast.cfg +%%Q1DIR%%/ezquake/cfg/gfx_gl_movies.cfg +%%Q1DIR%%/ezquake/cfg/gfx_sw_default.cfg +%%Q1DIR%%/ezquake/cfg/gfx_sw_fast.cfg +%%Q1DIR%%/ezquake/cfg/how_to_use_these_files.txt +%%Q1DIR%%/ezquake/cfg/hud_berzerk.cfg +%%Q1DIR%%/ezquake/cfg/hud_corner.cfg +%%Q1DIR%%/ezquake/cfg/hud_dobbz.cfg +%%Q1DIR%%/ezquake/cfg/hud_empezar.cfg +%%Q1DIR%%/ezquake/cfg/hud_murdoc.cfg +%%Q1DIR%%/ezquake/cfg/hud_vleesh.cfg +%%Q1DIR%%/ezquake/cfg/movement.cfg +%%Q1DIR%%/ezquake/cfg/teamplay.cfg +%%Q1DIR%%/ezquake/cfg/teamtime.cfg +%%Q1DIR%%/ezquake/fragfile.dat +%%Q1DIR%%/ezquake/help/commands/+attack.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/-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/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/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/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/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/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/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/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/rotate.xml +%%Q1DIR%%/ezquake/help/commands/save.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/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/teamcolor.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_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/windows.xml +%%Q1DIR%%/ezquake/help/commands/writeconfig.xml +%%Q1DIR%%/ezquake/help/commands/writeip.xml +%%Q1DIR%%/ezquake/help/index.xml +%%Q1DIR%%/ezquake/help/manual/cmdline.xml +%%Q1DIR%%/ezquake/help/manual/commands.xml +%%Q1DIR%%/ezquake/help/manual/concept.xml +%%Q1DIR%%/ezquake/help/manual/demos/accel-1.mvd +%%Q1DIR%%/ezquake/help/manual/demos/accel-2.mvd +%%Q1DIR%%/ezquake/help/manual/demos/accel-3.mvd +%%Q1DIR%%/ezquake/help/manual/demos/accel-4.mvd +%%Q1DIR%%/ezquake/help/manual/demos/accel-5.mvd +%%Q1DIR%%/ezquake/help/manual/demos/accel-6.mvd +%%Q1DIR%%/ezquake/help/manual/demos/overkill.mvd +%%Q1DIR%%/ezquake/help/manual/demos/skill-1.mvd +%%Q1DIR%%/ezquake/help/manual/demos/skill-2.mvd +%%Q1DIR%%/ezquake/help/manual/demos/skill-3.mvd +%%Q1DIR%%/ezquake/help/manual/demos/skill-4.mvd +%%Q1DIR%%/ezquake/help/manual/demos/skill-5.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-1.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-2.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-3.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-4.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-5.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-6.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-7.mvd +%%Q1DIR%%/ezquake/help/manual/demos/speed-8.mvd +%%Q1DIR%%/ezquake/help/manual/demos/strafe-1.mvd +%%Q1DIR%%/ezquake/help/manual/demos/strafe-2.mvd +%%Q1DIR%%/ezquake/help/manual/demos/strafe-3.mvd +%%Q1DIR%%/ezquake/help/manual/demos/strafe-4.mvd +%%Q1DIR%%/ezquake/help/manual/demos/strafe-5.mvd +%%Q1DIR%%/ezquake/help/manual/dm2.xml +%%Q1DIR%%/ezquake/help/manual/dm3.xml +%%Q1DIR%%/ezquake/help/manual/dm6.xml +%%Q1DIR%%/ezquake/help/manual/e1m2.xml +%%Q1DIR%%/ezquake/help/manual/e3m7.xml +%%Q1DIR%%/ezquake/help/manual/etiquette.xml +%%Q1DIR%%/ezquake/help/manual/external_resources.xml +%%Q1DIR%%/ezquake/help/manual/faq.xml +%%Q1DIR%%/ezquake/help/manual/history.xml +%%Q1DIR%%/ezquake/help/manual/important_commands.xml +%%Q1DIR%%/ezquake/help/manual/items.xml +%%Q1DIR%%/ezquake/help/manual/jumping.xml +%%Q1DIR%%/ezquake/help/manual/links.xml +%%Q1DIR%%/ezquake/help/manual/maps.xml +%%Q1DIR%%/ezquake/help/manual/ping_lag.xml +%%Q1DIR%%/ezquake/help/manual/qizmo.xml +%%Q1DIR%%/ezquake/help/manual/quick.xml +%%Q1DIR%%/ezquake/help/manual/scripts.xml +%%Q1DIR%%/ezquake/help/manual/server.xml +%%Q1DIR%%/ezquake/help/manual/structure.xml +%%Q1DIR%%/ezquake/help/manual/teamplay.xml +%%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/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_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_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_predictPlayers.xml +%%Q1DIR%%/ezquake/help/variables/cl_r2g.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_solidPlayers.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_window_caption.xml +%%Q1DIR%%/ezquake/help/variables/cl_yawspeed.xml +%%Q1DIR%%/ezquake/help/variables/con_clearnotify.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_sound_mm1_file.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_mm1_volume.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_mm2_file.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_mm2_volume.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_other_file.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_other_volume.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_spec_file.xml +%%Q1DIR%%/ezquake/help/variables/con_sound_spec_volume.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_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_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_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_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_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_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_speed_align_x.xml +%%Q1DIR%%/ezquake/help/variables/hud_speed_align_y.xml +%%Q1DIR%%/ezquake/help/variables/hud_speed_frame.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_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_fliptext.xml +%%Q1DIR%%/ezquake/help/variables/hud_teamfrags_frame.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_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_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_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_flags.xml +%%Q1DIR%%/ezquake/help/variables/r_tracker_frags.xml +%%Q1DIR%%/ezquake/help/variables/r_tracker_messages.xml +%%Q1DIR%%/ezquake/help/variables/r_tracker_streaks.xml +%%Q1DIR%%/ezquake/help/variables/r_tracker_time.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_initsound.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_noextraupdate.xml +%%Q1DIR%%/ezquake/help/variables/s_nosound.xml +%%Q1DIR%%/ezquake/help/variables/s_precache.xml +%%Q1DIR%%/ezquake/help/variables/s_show.xml +%%Q1DIR%%/ezquake/help/variables/s_swapstereo.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_rune_1.xml +%%Q1DIR%%/ezquake/help/variables/tp_name_rune_2.xml +%%Q1DIR%%/ezquake/help/variables/tp_name_rune_3.xml +%%Q1DIR%%/ezquake/help/variables/tp_name_rune_4.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_pickup.xml +%%Q1DIR%%/ezquake/help/variables/tp_point.xml +%%Q1DIR%%/ezquake/help/variables/tp_soundtrigger.xml +%%Q1DIR%%/ezquake/help/variables/tp_took.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_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/volume.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/keymaps/default.kmap +%%Q1DIR%%/ezquake/keymaps/dvorak.kmap +%%Q1DIR%%/ezquake/keymaps/fi.kmap +%%Q1DIR%%/ezquake/keymaps/german.kmap +%%Q1DIR%%/ezquake/keymaps/hungarian.kmap +%%Q1DIR%%/ezquake/keymaps/se.kmap +%%Q1DIR%%/ezquake/keymaps/uk.kmap +%%Q1DIR%%/ezquake/manual/backblue.gif +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index.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/index032b.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index03f3.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index04b4.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index05bd.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0b24.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index0d16.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index10c2.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index1116.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index112a.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index122d.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index127a.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/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/index1ac5.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 +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2245.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2493.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2517.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2588.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2732.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index2734.html +%%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/index2eab.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index30f2.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3169.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3483.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3811.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index39c8.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3aa7.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index3c06.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/index4516.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index479a.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 +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index50ab.html +%%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/index558e.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5859.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index58b5.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5934.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index599f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5b32.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5c4f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5d08.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index5d7b.html +%%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/index64cb.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index657f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6632.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6786.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6815.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index6b30.html +%%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/index712e.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/index7844.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7d25.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7d5f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7e45.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7e72.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index7f06.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index80b3.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index84a0.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8696.html +%%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/index8a84.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index8ba9.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/index8efd.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/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/index9eaf.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9f01.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/index9f45.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa0f8.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa117.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa282.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa330.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexa53f.html +%%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/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/indexbcaa.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc019.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc0f2.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc22f.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc5d4.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexc5e6.html +%%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/indexd132.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/indexd967.html +%%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/indexdd5b.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexde51.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe008.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe00b.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe206.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe25d.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe3a7.html +%%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/indexe688.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexe7c5.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/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/indexfe10.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/indexffec.html +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_damagestats.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_lightning_sparks.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_motiontrails_wtf.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_nailtrail_plasma.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_particle_muzzleflash.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_surface_lava.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_surface_slime.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_underwater_trails.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/_th_weatherrain.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/damagestats.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/lightning_sparks.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/motiontrails_wtf.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/nailtrail_plasma.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/particle_muzzleflash.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/surface_lava.jpg +%%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics/surface_slime.jpg +%%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/fade.gif +%%Q1DIR%%/ezquake/manual/index.html +%%Q1DIR%%/ezquake/pak0.pak +%%Q1DIR%%/ezquake/qwprogs.dat +%%Q1DIR%%/ezquake/sb/au-sv.txt +%%Q1DIR%%/ezquake/sb/ctf.txt +%%Q1DIR%%/ezquake/sb/eu-qizmo.txt +%%Q1DIR%%/ezquake/sb/eu-sv.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/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/ibar.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/sbar.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 +@dirrm %%Q1DIR%%/ezquake/sb +@dirrm %%Q1DIR%%/ezquake/manual/ezquake.sourceforge.net/docs/pics +@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 |