PDA

View Full Version : Annoying pop-up


JDR13
December 27th, 2006, 09:49
I'm trying to get rid of certain types of vegetation (small trees and bushes) popping into view very close to me. I've already edited the ini. file to increase view distance for grass and objects,(chairs, tables, etc) and it worked well. I just can't figure out how to make those bushes fade in at a greater distance.

It's not - - VegetationAdmin.ViewRange=
That only controls the draw distance for grass.

It's also not any of these ,(as far as I can tell)

- ObjectDetails.fScreenObjectDistanceCulling_High=
- ObjectDetails.fProcessingRangeFadeOutRange_High=
- ObjectDetails.fRangedBaseLoDOffset_High=


I already checked the sticky thread for tweaks and found no solution there.
Any ideas?

HiddenX
December 28th, 2006, 00:07
you can experiment with these settings (not tested by myself !):

ObjectDetails.fProcessingRangeFadeOutRange_High=50 0.0 ; old: 300.0
ObjectDetails.fRangedBaseLoDOffset_High=500.0 ; old: 300.0
ObjectDetails.fProcessingRangeFadeOutRange_Medium= 600.0 ; old: 500.0

and

these settings:
(depending on the options settings:
DistanceHigh=3 ; 1=Low, 2=Medium, 3=High
DistanceLow=3 ; 1=Low, 2=Medium, 3=High)

DistanceHigh.fFarClippingPlane_High=10000.0
DistanceHigh.fFarClippingPlane_Medium=8000.0
DistanceHigh.fFarClippingPlane_Low=6000.0

DistanceLow.fFarClippingPlaneLowPolyMesh_High=1000 00.0
DistanceLow.fFarClippingPlaneLowPolyMesh_Medium=45 000.0
DistanceLow.fFarClippingPlaneLowPolyMesh_Low=20000 .0

PS:
spaces in numbers should be ignored -> forum engine bug

JDR13
December 30th, 2006, 01:18
LOL! I feel like an idiot!

I screwed around with the ini. file so much that I didn't realize that I had accidently
changed a variable that affected the 'Object detail' slider.

The slider was reduced to Low in the options menu, that's why I was getting so much pop-up.