Larger area

CaseyB

28-07-2006 23:41:33

How would I make the area of terrain shown around the camera bigger? I tried changing some of the values in the config file, but didn't see to hit the right one.

Cutter

29-07-2006 00:21:48

Do you mean "VisibleRenderables"?

CaseyB

29-07-2006 01:08:22

Here are the changes I've made:VisibleRenderables=500 # was 200
MaxAdjacentPages=5 # was 2
CameraThreshold=10 # was 5

MaxNumRenderables=512 # was 256
MaxNumTiles=512 # was 256
And none of this seemed to result in a larger area around the camera.

tuan kuranes

31-07-2006 13:20:04

it does here.

In gcanyon_height_4k2k/cfg, try changing


VisibleRenderables=75
MaxAdjacentPages=1
MaxPreloadedPages=2
MaxNumRenderables=256
MaxNumTiles=256


to


VisibleRenderables=150
MaxAdjacentPages=2
MaxPreloadedPages=3
MaxNumRenderables=512
MaxNumTiles=512


If it works, then you problem is related to your map config.