]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_quake3.h
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_quake3.h
index 9b55787d83df536d5cc039d07430a36cada08eaf..1aad043d2b4d6e3f1069b9b5133b362af8912511 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/* -------------------------------------------------------------------------------
+
 Copyright (C) 1999-2007 id Software, Inc. and contributors.
 For a list of contributors, see the accompanying CONTRIBUTORS file.
 
@@ -103,11 +104,18 @@ game_t struct
        ".q3a",                         /* unix home sub-dir */
        "quake",                        /* magic path word */
        "scripts",                      /* shader directory */
-       qfalse,                         /* wolf lighting model? */
+       64,                                     /* max lightmapped surface verts */
+       999,                            /* max surface verts */
+       6000,                           /* max surface indexes */
        qfalse,                         /* flares */
        "flareshader",          /* default flare shader */
+       qfalse,                         /* wolf lighting model? */
+       128,                            /* lightmap width/height */
+       1.0f,                           /* lightmap gamma */
+       1.0f,                           /* lightmap compensate */
        "IBSP",                         /* bsp file prefix */
        46,                                     /* bsp file version */
+       qfalse,                         /* cod-style lump len/ofs order */
        LoadIBSPFile,           /* bsp load function */
        WriteIBSPFile,          /* bsp write function */