PDA

View Full Version : Basic .ini question: disabling Teamskin shaders



ostbattalion
11-24-2007, 03:57 PM
I suppose the meat of the question is laid out in the title: Is there any way to disable the brightskins used in team games? Preferably both on vehicles and players, although I'd think both would be achieved by editing a single parameter.

Before posting this thread I searched the forums and could not find a solution that worked. In one thread, someone suggested using FloatingPointRenderTargets and changing it from "True" to "False". That didn't seem to work. Perhaps I missed something.

In any case, any help would be greatly appreciated.

Nereid
11-25-2007, 12:57 AM
The skin glow is done in the material for the player skin. The only way to change this is to set the glow in the skin material to 0, which is not something that can be done in the .ini and requires a mutator or so.

ostbattalion
11-25-2007, 11:17 AM
I see. Thanks for the reply.
Is there perhaps some way to turn of teamskins entierly, then?