Armin2 10 Posted July 29, 2009 (edited) Hi, I am looking for a script/ logic/ addon that does only the following thing: - If fps drop below x, reduce viewdistance as much as needed - If fps is above y increase viewdistance up to c Maybe something to smoothen the process. There is a tool called FPSSaver but it first decreases the terrain detail which is not what I desire. Edited July 29, 2009 by Armin2 Share this post Link to post Share on other sites
p75 10 Posted July 29, 2009 Hi,I am looking for a script/ logic/ addon that does only the following thing: - If fps drop below x, reduce viewdistance as much as needed - If fps is above y increase viewdistance up to c Maybe something to smoothen the process. There is a tool called FPSSaver but it first decreases the terrain detail which is not what I desire. Interesting idea! Share this post Link to post Share on other sites
Defunkt 431 Posted July 29, 2009 (edited) *burp* Edited July 29, 2009 by Defunkt Share this post Link to post Share on other sites
kremator 1065 Posted July 29, 2009 Armin, I think it would look really crazy seeing the VD snapping back and forward based on the scene viewed. Better using something like ION_ViewDistance (for Arma1 - even though it throws up a serialisation error) as that works perfectly in Arma2. Share this post Link to post Share on other sites
Mudkip 0 Posted July 29, 2009 There is a tool called FPSSaver but it first decreases the terrain detail which is not what I desire. That's easy to change, just unpbo VFFPSS.pbo, open VFFPSS.sqf and change these values: _tglo = 45; _tghi = 10; If you want Very High Terrain change them to: _tglo = 3.125; _tghi = 3.125; If you want High Terrain change them to: _tglo = 10; _tghi = 10; If you want Very Low Terrain change them to: _tglo = 50; _tghi = 50; I can remember the values for Normal and Low so you'll have to check if you want them. Share this post Link to post Share on other sites
Armin2 10 Posted July 29, 2009 Thanks a lot but does tglocked do the same as setting them manually to normal. Where could I find the normal settings for tglo/hi ? Thx! Share this post Link to post Share on other sites
Armin2 10 Posted July 31, 2009 What variable do I have to change to make VFFPS work in airborne mode ? (sometimes I get too low fps while flying) Share this post Link to post Share on other sites