Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Mars on August 25, 2007, 03:51:21 pm

Title: Is there a framecap I don't know about or something?
Post by: Mars on August 25, 2007, 03:51:21 pm
When my framerate hits 100 and above the game slows down (framerate high but everything seems to move slower), I've tried several fixes and nothing seems to work...

is it possible to cap my frames per second so I don't run into this problem
Title: Re: Is there a framecap I don't know about or something?
Post by: castor on August 26, 2007, 09:43:35 am
You could try this in the .fs2_open.ini
Code: [Select]
MaxFPS=75

It won't be smooth.. but a bit better anyways.
Title: Re: Is there a framecap I don't know about or something?
Post by: haloboy100 on August 26, 2007, 11:41:33 am
you can actually have a rig that runs games too fast??  :shaking:
Title: Re: Is there a framecap I don't know about or something?
Post by: CP5670 on August 26, 2007, 11:52:55 am
The framecap is 120fps by default, but you can create a dword registry key called MaxFPS to reduce it. I used that briefly when I had SLI and vsync did not work. Although I have no idea why the game is slowing down for you.