]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_unvanquished.h
Garux: replace undefined strnicmp with Q_strncasecmp
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_unvanquished.h
index d623a24b20e32cba26d27dda7bd7eee36b0ae42b..cf749731303e6b9750541f6eb6cf89b9f6fd88ef 100644 (file)
@@ -27,6 +27,7 @@ several games based on the Quake III Arena engine, in the form of "Q3Map2."
 ------------------------------------------------------------------------------- */
 
 /* Derived from Tremulous support by LinuxManMikeC */
+/* Updated to Unvanquished support by Neumond */
 
 
 /* marker */
@@ -60,7 +61,7 @@ game_t struct
 {
        "unvanquished",         /* -game x */
        "pkg",                  /* default base game data dir */
-       ".unvanquished",        /* unix home sub-dir */
+       ".local/share/unvanquished", /* unix home sub-dir */
        "unvanquished",         /* magic path word */
        "scripts",              /* shader directory */
        1048575,                /* max lightmapped surface verts */
@@ -84,12 +85,12 @@ game_t struct
        8,                      /* default patchMeta subdivisions tolerance */
        qfalse,                 /* patch casting enabled */
        qfalse,                 /* compile deluxemaps */
-       1,                      /* deluxemaps default mode */
+       0,                      /* deluxemaps default mode */
        512,                    /* minimap size */
        1.0f,                   /* minimap sharpener */
        0.0f,                   /* minimap border */
        qtrue,                  /* minimap keep aspect */
-       MINIMAP_MODE_BLACK,     /* minimap mode */
+       MINIMAP_MODE_WHITE,     /* minimap mode */
        "../minimaps/%s.tga",   /* minimap name format */
        "IBSP",                 /* bsp file prefix */
        46,                     /* bsp file version */