]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_sof2.h
ported over the 1.5 branch version of q3map2 which is newer
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_sof2.h
index 5d12d07da386393b002a7151a4a4c16f379e0b26..c97603928e8a26c796850e3924d2f93f87a09300 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.
 
@@ -130,11 +131,18 @@ game_t struct
        ".sof2",                                /* unix home sub-dir */
        "soldier",                              /* magic path word */
        "shaders",                              /* shader directory */
-       qfalse,                                 /* wolf lighting model? */
+       64,                                             /* max lightmapped surface verts */
+       999,                                    /* max surface verts */
+       6000,                                   /* max surface indexes */
        qtrue,                                  /* flares */
        "gfx/misc/lens_flare",  /* default flare shader */
+       qfalse,                                 /* wolf lighting model? */
+       128,                                    /* lightmap width/height */
+       1.0f,                                   /* lightmap gamma */
+       1.0f,                                   /* lightmap compensate */
        "RBSP",                                 /* bsp file prefix */
        1,                                              /* bsp file version */
+       qfalse,                                 /* cod-style lump len/ofs order */
        LoadRBSPFile,                   /* bsp load function */
        WriteRBSPFile,                  /* bsp write function */