Updated The Wastes' config to use world grid optimisation
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5320 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
39e1f24511
commit
2cdbe035df
1 changed files with 4 additions and 4 deletions
|
@ -52,11 +52,11 @@
|
|||
#ifndef MULTITHREAD
|
||||
#define MULTITHREAD //misc basic multithreading - dsound, downloads, basic stuff that's unlikely to have race conditions.
|
||||
#endif
|
||||
#define LOADERTHREAD //worker threads for loading misc stuff. falls back on main thread if not supported.
|
||||
//#define USEAREAGRID //world collision optimisation. REQUIRED for performance with xonotic. hopefully it helps a few other mods too.
|
||||
#define LOADERTHREAD // worker threads for loading misc stuff. falls back on main thread if not supported.
|
||||
#define USEAREAGRID // world collision optimisation
|
||||
#define USERBE
|
||||
#undef AVAIL_FREETYPE //for truetype font rendering
|
||||
#define IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load.
|
||||
#undef AVAIL_FREETYPE // for truetype font rendering
|
||||
#define IMAGEFMT_DDS // .dds files embed mipmaps and texture compression. faster to load.
|
||||
#define DECOMPRESS_ETC2
|
||||
#define DECOMPRESS_RGTC
|
||||
#define DECOMPRESS_S3TC
|
||||
|
|
Loading…
Reference in a new issue