Getting the most FPS I can...
-
- Posts: 12
- Joined: Wed Oct 12, 2005 3:17 pm
It's always been the same with id games, I'm surprised you expected any different tbh. When Q3 came out nobody could get anywhere near the sweetspot of 125fps (seem to recall having mine capped at 30), It was the same with Q2 too (software mode \o/)
The id engines tend to have a longer shelf life than most (think Call of Duty released some 4 years after Q3 release) and Carmack tends to build for future technology (and dictates it to a certain extent)
It's a bit of a bitch now, but as bigger CPU's and better GFX cards come along we'll really see what the Doom 3 engine is capable of. ATM the maps are having to be kept to a smallish size to make sure most people can play them, in a couple of years time we'll probably see the kind of monster maps that came with RA3 (the castle map in Q3 bought my computer to a virtual standstill at the time)
The id engines tend to have a longer shelf life than most (think Call of Duty released some 4 years after Q3 release) and Carmack tends to build for future technology (and dictates it to a certain extent)
It's a bit of a bitch now, but as bigger CPU's and better GFX cards come along we'll really see what the Doom 3 engine is capable of. ATM the maps are having to be kept to a smallish size to make sure most people can play them, in a couple of years time we'll probably see the kind of monster maps that came with RA3 (the castle map in Q3 bought my computer to a virtual standstill at the time)
ok i think i found the reason for those bad FPS ... you can test ist on ur own ...
Start a server and walk alittle bit around ... then open the console and what do u see ???
WARNING: loaded non-precached ...
and this hundreds of times ...
I think id forgot to build in the precache and now our machines must do this while gaming !
Now I'm trying to fix this with coimmands and i found 2
the default of "image_useCache" is 0 ... please report if u get more FPS !
Hope this is the remedy
Start a server and walk alittle bit around ... then open the console and what do u see ???
WARNING: loaded non-precached ...
and this hundreds of times ...
I think id forgot to build in the precache and now our machines must do this while gaming !
Now I'm trying to fix this with coimmands and i found 2
Code: Select all
image_useCache "1" #to set the cache on!
image_cacheMegs "100" #the size of the cache mine was 100
Hope this is the remedy
likely, what model P4?RedAlley wrote:A 2.8 p4 should not be that much of a bottleneck.... so your telling me I should be getting 37fps on low with a 2.8ghz p4, 1 gig ram, x850 pro?
Shaft has a close system (slightly more CPU, slightly less video), this may be a driver issue ATI will address fairly soon. You card is probably just fine.
Last edited by Bdw3 on Sat Oct 22, 2005 8:46 pm, edited 2 times in total.
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
-
- Posts: 10620
- Joined: Tue May 07, 2002 7:00 am
no i set image_cacheMegs to 512
but now i'm really sure that the preload/cache is the problem
i typed "com_showMemoryUsage 1" in and every time i see new things(like models,weapons or textures) my RAM Usage rises for a second though the average ram-usage is 0 ... it must be fixable ... give me some minutes
but now i'm really sure that the preload/cache is the problem
i typed "com_showMemoryUsage 1" in and every time i see new things(like models,weapons or textures) my RAM Usage rises for a second though the average ram-usage is 0 ... it must be fixable ... give me some minutes

Indeed.RedAlley wrote:I upgraded a X850 PRO from a Radeon 9800 Pro... I did a complete reinstall of windows before I installed the x850 Pro. Guys you have no idea how frustrating this is.

Everythign has up to date Drivers and all that good stuff?
Last edited by Bdw3 on Sat Oct 22, 2005 9:08 pm, edited 2 times in total.
Only thing coming to mind right now. It was added to XP with SP2.RedAlley wrote:DEP?
http://support.microsoft.com/kb/875352
I remember there being an issue with Q3 frame rates being lower with SP2, disabling DEP seemed to fix some of the problems…

Disable it thusly:
Open boot.ini (located in the root of disc C:\.)
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
should be changed to
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=AlwaysOff /fastdetect
restart
I don't get any difference but, it's worth a shot.
