But, are you really sure you want to be playing a game that refuses dt in favor of that assumption?TechnoCat wrote:Argh, and my system refuses to do vsync. So everyone who decides to not use dt and assume max FPS makes a game I can't play.tentus wrote:Now that I've got that off my chest, it's probably a video card cap: many systems will refuse to go much above 60 fps, to avoid overheating. My Asus M51 does that, which is kinda irritating but makes sense (makes it much harder to optimize code ).
there has any tricks to improve FPS for old PC?
- tentus
- Inner party member
- Posts: 1060
- Joined: Sun Oct 31, 2010 7:56 pm
- Location: Appalachia
- Contact:
Re: there has any tricks to improve FPS for old PC?
Kurosuke needs beta testers
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: there has any tricks to improve FPS for old PC?
I know I wouldn't.tentus wrote:But, are you really sure you want to be playing a game that refuses dt in favor of that assumption?
BTW, how does everyone tell Löve to ignore the max FPS anyway? I've never been able to get my projects to break past 60FPS. It caps it there.
(The vsync option doesn't seem to work for me. I get 60 no matter what)
Re: there has any tricks to improve FPS for old PC?
maybe there from love source code has clue for break FPS limit,Jasoco wrote:I know I wouldn't.tentus wrote:But, are you really sure you want to be playing a game that refuses dt in favor of that assumption?
BTW, how does everyone tell Löve to ignore the max FPS anyway? I've never been able to get my projects to break past 60FPS. It caps it there.
(The vsync option doesn't seem to work for me. I get 60 no matter what)
something like "frame skip" stuff.
every frame must load from graphic buffer,
if there have frame manager mekanism mybe we can skip some frame before display it to screen to gain more FPS.
at large scale game this can be usefull.
( sry for my english )
- slime
- Solid Snayke
- Posts: 3170
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: there has any tricks to improve FPS for old PC?
Code: Select all
t.screen.vsync = false
Re: there has any tricks to improve FPS for old PC?
success = love.graphics.setMode( 800, 600, false, false, 0 ) also does it
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: there has any tricks to improve FPS for old PC?
Works. Robin's code above was wrong. Wrong! It was missing the .screen part.slime wrote:in love.conf in conf.lua works every time for me. *shrug*Code: Select all
t.screen.vsync = false
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: there has any tricks to improve FPS for old PC?
I most humbly apologise. That's what I get for not looking at the documentation before pressing "Submit".Jasoco wrote:Robin's code above was wrong. Wrong! It was missing the .screen part.
Help us help you: attach a .love.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: there has any tricks to improve FPS for old PC?
No harm was done. At least I know I wasn't crazy.Robin wrote:I most humbly apologise. That's what I get for not looking at the documentation before pressing "Submit".Jasoco wrote:Robin's code above was wrong. Wrong! It was missing the .screen part.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: there has any tricks to improve FPS for old PC?
There are also some graphics drivers which boldly ignore any settings made by users or applications.
Re: there has any tricks to improve FPS for old PC?
Its the card/driver "problem" (and it is "by design"). BTW, you should not really count on FPS to measure your code. Check those:Jasoco wrote:I know I wouldn't.tentus wrote:But, are you really sure you want to be playing a game that refuses dt in favor of that assumption?
BTW, how does everyone tell Löve to ignore the max FPS anyway? I've never been able to get my projects to break past 60FPS. It caps it there.
(The vsync option doesn't seem to work for me. I get 60 no matter what)
http://www.d-silence.com/feature.php?id=255
http://www.mvps.org/directx/articles/fp ... e_time.htm
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
Who is online
Users browsing this forum: No registered users and 5 guests