Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Sesquipedalian on November 21, 2003, 05:24:24 am

Title: Hmm, can't find the info I need
Post by: Sesquipedalian on November 21, 2003, 05:24:24 am
I've been searching for a way to turn the shine mapping and glow mapping off entirely (not just adjust it down to zero) so that the rendering of these textures simply doesn't happen.  This is essentially an attempt to save my framerates.  How can I do so?
Title: Hmm, can't find the info I need
Post by: Goober5000 on November 21, 2003, 05:28:03 am
To turn off shine mapping, use -nospec.  Turning off glow mapping is not currently possible.

As you've seen in the Internal (Feature Activation), we're working on it. ;)
Title: Hmm, can't find the info I need
Post by: RandomTiger on November 21, 2003, 12:29:54 pm
In the newest build it should be -noglow
Also if you remove your fs2_open vp that will do it as well.