My gfx card gets a little hot while gaming so in other games you can use a maxfps command by that you say "render only 125 frames" and the card has less work to do.
So in the case of spring I would limit it to 60, right now I use vsync t o do that but vsync sucks when you get less than 60 frames.
And its more than just limiting the framerate.
Is there a maxfps command in spring?
Is there a way to limit fps apart from vsync?
Moderator: Moderators
Re: Is there a way to limit fps apart from vsync?
you can configure vsync ingame via:
e.g. "/vsync 10" will just sync each 10th frame, this makes it much more practical for low FPS.
Code: Select all
/vsync %sync_each_nth_frame%
-
- Posts: 642
- Joined: 12 Feb 2010, 11:55
Re: Is there a way to limit fps apart from vsync?
Thx Ill try this
vsync 1 gives me 61 fps
vsync 2 will give me about 80-90 fps
anything above is basically without a limit same as vsync 0
vsync 1 gives me 61 fps
vsync 2 will give me about 80-90 fps
anything above is basically without a limit same as vsync 0
Re: Is there a way to limit fps apart from vsync?
If you have a CRT monitor it may be possible to reduce the refresh rate to e.g. 30Hz. This in combination with vsync means lower fps. Not sure if LCD monitors can be tweaked like this.
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Is there a way to limit fps apart from vsync?
Just spend 5 - 10 bucks and get a decent fan for the gpu. Shit'll buff out.Machete234 wrote:Thx Ill try this
vsync 1 gives me 61 fps
vsync 2 will give me about 80-90 fps
anything above is basically without a limit same as vsync 0
Re: Is there a way to limit fps apart from vsync?
here /vsync x gives me 60/x fps ...Machete234 wrote:Thx Ill try this
vsync 1 gives me 61 fps
vsync 2 will give me about 80-90 fps
anything above is basically without a limit same as vsync 0
-
- Posts: 642
- Joined: 12 Feb 2010, 11:55
Re: Is there a way to limit fps apart from vsync?
So youre limited at 30 fps whe you use /vsync 2 ?
Maybe it doesnt work in my case so that anything other than vsync 1 will disable it.
In my case it seems more that vsync 2 will allow 120 fps.
vsync 3 180 etc, 60*x.
Maybe it doesnt work in my case so that anything other than vsync 1 will disable it.
In my case it seems more that vsync 2 will allow 120 fps.
vsync 3 180 etc, 60*x.
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: Is there a way to limit fps apart from vsync?
Forboding Angel wrote:Just spend 5 - 10 bucks and get a decent fan for the gpu. Shit'll buff out.Machete234 wrote:Thx Ill try this
vsync 1 gives me 61 fps
vsync 2 will give me about 80-90 fps
anything above is basically without a limit same as vsync 0

On topic: in linux, "/vsync x" limits to x frames per second. On windows, code is different so I dunno.
Re: Is there a way to limit fps apart from vsync?
:D :D :Dzerver wrote:If you have a CRT monitor it may be possible to reduce the refresh rate to e.g. 30Hz. This in combination with vsync means lower fps. Not sure if LCD monitors can be tweaked like this.
nice one!
windows always uses 60Hz by default, it so hurts, but i am sure that all non tech guys in offices with CRTs are using it.. i feel sick after a few minutes.