Author Topic: Warning: Number of lightmaps > MAX_LIGHTMAPS  (Read 2505 times)

seeeker

  • Posts: 122
  • Turrets: +19/-5
Warning: Number of lightmaps > MAX_LIGHTMAPS
« on: February 26, 2008, 12:08:04 am »
Hello, please help me. I get this error in console after map has loaded:
Warning: Number of lightmaps > MAX_LIGHTMAPS
I dont think i get any errors, i think (see below)
Code: [Select]
--- LoadMapFile ---
Loading D:/Program Files/tremulous/base/maps/dryout_b5a.map
entering D:/Program Files/tremulous/base/maps/dryout_b5a.map
        2 light entities
--- SetupBrushes ---
     6580 opaque brushes
--- SetupDirt ---
       48 dirtmap vectors
--- SetupSurfaceLightmaps ---
    10235 surfaces
     9538 raw lightmaps
       84 surfaces vertex lit
    10151 surfaces lightmapped
    10112 planar surfaces lightmapped
       39 non-planar surfaces lightmapped
        0 patches lightmapped
        0 planar patches lightmapped
--- SetupTraceNodes ---
   264969 trace windings (66.71MB)
   497644 trace triangles (41.76MB)
   163814 trace nodes (10.00MB)
    81477 leaf nodes (4.97MB)
        3 average windings per leaf node
       32 max trace depth
--- SetupGrid ---
Grid size = { 144, 144, 192 }
Storing adjusted grid size
   955537 grid points
--- CreateLights ---
Sun: textures/dryout/misc_redsky
      614 point lights
        0 spotlights
     2428 diffuse (area) lights
        1 sun/sky lights
--- SetupEnvelopes (fast) ---
     2947 total lights
       96 culled lights
--- TraceGrid ---
0...1...2...3...4...5...6...7...8...9... (169)
149 x 121 x 53 = 955537 grid
1575634844 grid points envelope culled
117319399 grid points bounds culled
--- MapRawLightmap ---
0...1...2...3...4...5...6...7...8...9... (3)
  3885271 luxels
  2267894 luxels mapped
   115456 luxels occluded
--- SetupEnvelopes (fast) ---
     2947 total lights
        0 culled lights
--- IlluminateRawLightmap ---
0...1...2...3...4...5...6...7...8...9... (87)
  3885271 luxels illuminated
--- IlluminateVertexes ---
0...1...2...3...4...5...6...7...8...9... (0)
    55358 vertexes illuminated
  1797235 lights plane culled
 24412008 lights envelope culled
        0 lights bounds culled
        0 lights cluster culled
--- StoreSurfaceLightmaps ---
Subsampling...sorting...allocating...storing...

It causes ugly lightning errors like the ones shown below









please help =)