Suggestions #13
closedHeld objects too bright
Description
Held items are far too bright. I could be wrong, but it looks like additive blending. It makes it very difficult to see on Liberty Island.
Updated by Hawk Bird over 6 years ago
Could be the ScaleGlow here in DeusExPlayer?
if ( CarriedDecoration.SetLocation(Location + upDir + (0.5 * CollisionRadius + CarriedDecoration.CollisionRadius) * lookDir) )
{
CarriedDecoration.SetPhysics(PHYS_None);
CarriedDecoration.SetBase(self);
CarriedDecoration.SetCollision(False, False, False);
CarriedDecoration.bCollideWorld = False;
// make it translucent CarriedDecoration.Style = STY_Translucent; CarriedDecoration.ScaleGlow = 1.0; CarriedDecoration.bUnlit = True; FrobTarget = None; }
Updated by Hawk Bird over 4 years ago
- Status changed from New to Done
- Assignee set to Hawk Bird
- Target version set to 1.2.2
- % Done changed from 0 to 100