]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_tenebrae.h
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_tenebrae.h
index a639288f7bc0a1858b442cbe0aaa002afa2e4796..355c926338cd5ee1ee9f60e9a88cc50241206c67 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
        ".tenebrae",            /* unix home sub-dir */
        "tenebrae",                     /* magic path word */
        "scripts",                      /* shader directory */
-       qfalse,                         /* wolf lighting model? */
+       1024,                           /* max lightmapped surface verts */
+       1024,                           /* max surface verts */
+       6144,                           /* max surface indexes */
        qfalse,                         /* flares */
        "flareshader",          /* default flare shader */
+       qfalse,                         /* wolf lighting model? */
+       512,                            /* lightmap width/height */
+       2.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 */