Jump to content
Sign in to follow this  
VictorFarbau

VF FPS Saver (VFFPSS)

Recommended Posts

Yes it is. But I haven't touched Arma 2 for a couple of weeks due to vacation and lots of RL work to do. I will work on this again some time soon.

VictorFarbau

Share this post


Link to post
Share on other sites

Curious, once you turn this on while ingame, can you deactivate it ingame as well? Also, since its changing settings, are those reset when you log off and back onto a server?

Share this post


Link to post
Share on other sites

Victor *COUGH* VFAI_Equipment and VFAI_Smokeshell being worked on too I hope :)

Would LOVE to see them ingame - really opened up A1!

Share this post


Link to post
Share on other sites
Victor *COUGH* VFAI_Equipment and VFAI_Smokeshell being worked on too I hope :)!

You bet :) Code revision almost done. Release within 2 weeks from now I guess. Darn lack of time for anything right now :mad:

VictorFarbau

Share this post


Link to post
Share on other sites

What could I change in the config.cpp to make the ground less blurry and the water textures default?

Sorry I'm an idiot, this was the wrong FPS helper thread.

Edited by LeftSkidLow

Share this post


Link to post
Share on other sites

i cant get this mod to work. i try severla versions of arma. 1.2, 1.3 and 1.3 beta

i put the files in the addOns folder like this.

c:\arma2\addons\@mod\addons\files.pbo

im using a launcher to load the mods.

but this one and several others like fps counter and slx doesnt seem to work

and others like the hdr and sun mods are working just fine.

is there something else i should do to get to work properly?

thnks

Share this post


Link to post
Share on other sites

Updated to build 046. Please see first post for changes and download. I still need to use this. Maybe it'll get better with Win 7 :)

VictorFarbau

Share this post


Link to post
Share on other sites

Thanks, I ve been checking for this best/most important addon ever almost weekly...

Hope you add more and more features to the panel within the next versions.

With VFFPS ArmA II has become a lot more enjoyable.

Share this post


Link to post
Share on other sites

I like the idea of this addon very much. As it seems to auto-adjust settings which can also be set manually by every player it would be great for MP! Therefore it would be nice to have a signed version of this addon or do i miss a point why this isn´t already available?

Share this post


Link to post
Share on other sites

hi you might wanna change your config to this to get the option in the default game menu

// VFFPSS Addon Control Panel
// Arma II, Rev 1.0
class CfgPatches
{
class VFFPSS_ControlPanel
{
 units[] = {};
 requiredVersion = 0.1;
 requiredAddons[] = {};
};
};
class RscStandardDisplay;
class RscText;
class RscPicture;
class CA_Title;
class RscShortcutButtonMain;
class RscXKeyShadow;
class RscShortcutButton;
class RscDisplayInterrupt: RscStandardDisplay
{
class controls
{
 class VFFPSS_optionsBtn: RscShortcutButton
 {
  idc = -1;
  x = "0.005 + SafeZoneX";
  y = "0.105 + SafeZoneY";
  w = 0.3;
  onButtonClick = "[this] execVM ""\VFFPSS\VFFPSSdlg.sqf""";
  text = "FPS Control Panel";
  default = 0;
 };
};
};
class RscDisplayMPInterrupt: RscStandardDisplay
{
class controls
{
 class VFFPSS_optionsBtn: RscShortcutButton
 {
  idc = -1;
  x = "0.005 + SafeZoneX";
  y = "0.105 + SafeZoneY";
  w = 0.3;
  onButtonClick = "[this] execVM ""\VFFPSS\VFFPSSdlg.sqf""";
  text = "FPS Control Panel";
  default = 0;
 };
};
};
#include "ddef.hpp"

edit did not real whole post sorry

Edited by armatech

Share this post


Link to post
Share on other sites

Hi Armatech, yes Robalo_AS also suggested that earlier. I just never came around to implement it. Now, your config works right off the bat. I am not a friend of copy and paste jobs but here I am :)

Hope you don't mind - I just took the config, adapted it slightly (text and width) and also revised the core code for the control panel to show up quicker.

All in all a good improvement I shall say. Hence:

Updated to Rev 48, as usual all to be found in the first link.

Thanks,

VictorFarbau

Share this post


Link to post
Share on other sites

One issue:

Whenever the viewdistance is changed the post processing effect is deactivated. One has to make a roll on the ground to activate it again.

Share this post


Link to post
Share on other sites

This addon is awesome, it really helps.

However, It bother me a little to reactivate the script every mission start and I would like the script to start automatically with the game. I tried the bin.pbo hack mentionned earlier with no success.

It must be simple to achieve that but I'm really noob at editing config files.

Thanks really for any upcoming help.

Share this post


Link to post
Share on other sites

How can I permanently change the default settings of Minimum viewdistance and min/max fps rate?

With every game start I have to change the default setting to my personal setting.

Share this post


Link to post
Share on other sites
How can I permanently change the default settings of Minimum viewdistance and min/max fps rate?

With every game start I have to change the default setting to my personal setting.

I second this, a config with a default value setting would be real nice to finish things off :) Can get a tiny bit tiresome to have to keep re entering values, especially when you find your sweet spot for nearly every time you use it.

EDIT .. the config could also have a true/false line for auto start on mission start too :)

Share this post


Link to post
Share on other sites

Reasonable suggestions indeed, will put them on the list for the next update.

Cheers,

VictorFarbau

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×