The Wastes config changes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5264 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e143173e21
commit
0c85db76ce
1 changed files with 9 additions and 8 deletions
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
// All my fault -eukara
|
// All my fault -eukara
|
||||||
#define MENU_NATIVECODE
|
#define MENU_NATIVECODE
|
||||||
|
#define ENGINE_ROUTING
|
||||||
|
|
||||||
// What do we use
|
// What do we use
|
||||||
//#define D3D9QUAKE
|
//#define D3D9QUAKE
|
||||||
|
@ -60,22 +61,22 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//various package formats
|
// Various package formats
|
||||||
#define PACKAGE_PK3
|
#define PACKAGE_PK3
|
||||||
#undef PACKAGE_Q1PAK //also q2
|
#undef PACKAGE_Q1PAK
|
||||||
#undef PACKAGE_DOOMWAD //doom wad support (generates various file names, and adds support for doom's audio, sprites, etc)
|
#undef PACKAGE_DOOMWAD
|
||||||
#undef PACKAGE_TEXWAD //quake's image wad support
|
#define PACKAGE_TEXWAD // We need this for WAD3 support
|
||||||
|
|
||||||
//map formats
|
// Map formats
|
||||||
#define Q3BSPS
|
#define Q3BSPS
|
||||||
#undef Q1BSPS
|
#define Q1BSPS // Half-Life Support
|
||||||
#undef Q2BSPS
|
#undef Q2BSPS
|
||||||
#undef RFBSPS //qfusion's bsp format / jk2o etc.
|
#undef RFBSPS
|
||||||
#undef TERRAIN
|
#undef TERRAIN
|
||||||
#undef DOOMWADS
|
#undef DOOMWADS
|
||||||
#undef MAP_PROC
|
#undef MAP_PROC
|
||||||
|
|
||||||
//model formats
|
// Model formats
|
||||||
#define INTERQUAKEMODELS
|
#define INTERQUAKEMODELS
|
||||||
#undef SPRMODELS
|
#undef SPRMODELS
|
||||||
#undef SP2MODELS
|
#undef SP2MODELS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue