07-09-2012, 12:29 PM
Code:
--- SetupSurfaceLightmaps ---
WARNING: surface at ( 2048 192 512) ( 2048 240 1216) too large for desired samplesize/lightmapsize/lightmapscale combination, increased samplesize from 4 to 8
WARNING: surface at ( 2048 -176 512) ( 2048 240 1216) too large for desired samplesize/lightmapsize/lightmapscale combination, increased samplesize from 4 to 8
WARNING: surface at ( 2048 -512 512) ( 2048 -176 1216) too large for desired samplesize/lightmapsize/lightmapscale combination, increased samplesize from 4 to 8
--------------- skip about 100+ of these things ----------------
WARNING: surface at ( 363 619 0) ( 896 640 0) too large for desired samplesize/lightmapsize/lightmapscale combination, increased samplesize from 4 to 48
WARNING: surface at ( 363 576 0) ( 896 640 0) too large for desired samplesize/lightmapsize/lightmapscale combination, increased samplesize from 4 to 48
Connection closed.
and then it dies ... this is on the test compiles ...
usually I get a few of them and things work fine ... but sometimes it just crashes ....
I have avoided the issue in the past by switching to a lower quality compile ... or even undoing a bunch of work on the map... but in this case I want to actually fix the issue
I tried changing the compile line to this [q3map2] -light -fast -samplesize 64 "[MapFile]"
but it still keeps the tiny samplesize ...