]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_tremulous.h
quake3/help: move away from termcap
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_tremulous.h
index 6853e61746f9b4ac7cf6428d96b91d73b4f445ea..6a5fd0f1f4777c89ce55337360e83a3a1ca5fce2 100644 (file)
@@ -40,6 +40,7 @@
    content and surface flags - also uses defines from game_quake3.h
 
    ------------------------------------------------------------------------------- */
+
 #define TREM_CONT_NOALIENBUILD         0x1000
 #define TREM_CONT_NOHUMANBUILD         0x2000
 #define TREM_CONT_NOBUILD              0x4000
    ------------------------------------------------------------------------------- */
 
 {
-       "tremulous",            /* -game x */
-       "base",         /* default base game data dir */
-       ".tremulous",               /* unix home sub-dir */
-       "tremulous",            /* magic path word - think this is right for trem*/
+       "tremulous",        /* -game x */
+       "base",             /* default base game data dir */
+       ".tremulous",       /* unix home sub-dir */
+       "tremulous",        /* magic path word - think this is right for trem*/
        "scripts",          /* shader directory */
        64,                 /* max lightmapped surface verts */
        999,                /* max surface verts */
        6000,               /* max surface indexes */
+       qfalse,             /* enable per shader prefix surface flags and .tex file */
        qfalse,             /* flares */
        "flareshader",      /* default flare shader */
        qfalse,             /* wolf lighting model? */
@@ -90,6 +92,7 @@
        qtrue,              /* minimap keep aspect */
        MINIMAP_MODE_GRAY,  /* minimap mode */
        "%s.tga",           /* minimap name format */
+       MINIMAP_SIDECAR_NONE, /* minimap sidecar format */
        "IBSP",             /* bsp file prefix */
        46,                 /* bsp file version */
        qfalse,             /* cod-style lump len/ofs order */