Game Development Community

Fps

by Daniel Brown · in Torque Game Engine · 05/06/2004 (10:40 pm) · 7 replies

Hey all,

My fps is incredibly low, its about 12 anywhere outside and when i get near ai it drops to about 7! i would expect this on an older machine but i have a 2800xp+ AMD a gig of ram a GeForce 5200Fx and plenty of harddisk space. I have just updated my drivers and still no difference, any ideas on why this might be?

Thanks

#1
05/07/2004 (12:13 am)
Are you running the debug version?
#2
05/07/2004 (4:39 am)
Yes i am, i take it thats why, how do i run it in normal mode?
#3
05/07/2004 (5:30 am)
It depends on what compiler/linker you have. I don't think debugmode should lower fps to that extent. My machine is considerably weaker than yours.

1.4GhZ P4
256MB RAM
Geforce 4 Ti4800

6 gigs of free HD space.
I get 100 fps max in releasemode and 40 in debugmode.

Anyway, if you want to build a release version instead, set the compiler and linker to use the release configuration instead of debug, in VC6 - this is going;

Build
Active Configurations

------------------------
Torque Demo - Win32 Release <-
Torque Demo - Win32 Debug
Torque Lib - Win32 Release
etc.
#4
05/07/2004 (7:18 am)
Ive tried the release version now, and it runs about 10-17 fps now. Ive tried it on my old 600mhz machine 128 ram 32mb video card and i get 22-25fps!!! This doesn't make any sense at all. Are there any driver issues with geforce fx 5200?
#5
05/07/2004 (7:58 am)
You prolly have it set to DirectX.
try OpenGL
#6
05/07/2004 (8:11 am)
Quote:
I have just updated my drivers
You should try downgrading to the 4x.xx series, those used to be a lot faster on my GF FX 5600...
Downgrading is kind of a pain though, its hard to get the new ones out... you should uninstall the new ones, use the standard windows drivers temporarily, then remove the card from the device manager completely, and then install the older ones... or something like that ;)
#7
05/07/2004 (2:55 pm)
I installed older drivers and it runs amazingly fast now, 120fps in buildings and bout 70 outside!

Thanks stefan :)