POV-Ray : Newsgroups : povray.off-topic : Another game question Server Time
1 Oct 2024 00:03:32 EDT (-0400)
  Another game question (Message 18 to 27 of 37)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Darren New
Subject: Re: Another game question
Date: 19 Aug 2008 11:49:04
Message: <48aaeb70@news.povray.org>
St. wrote:
>    Well, maybe not, but it does make a difference.

That's weird. I have no idea why it would make that much of a 
difference. I didn't think the Windows scheduler sucked that much. :-)

(It's not that I didn't believe you. It just wasn't clear to me from 
your earlier posts whether this was a first-hand experience or something 
you heard rumored somewhere.  Actually, reading it again, it is clear 
you said you personally experienced that. Sorry.)

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: St 
Subject: Re: Another game question
Date: 19 Aug 2008 14:34:46
Message: <48ab1246$1@news.povray.org>
"Darren New" <dne### [at] sanrrcom> wrote in message 
news:48aaeb70@news.povray.org...
> St. wrote:
>>    Well, maybe not, but it does make a difference.
>
> That's weird. I have no idea why it would make that much of a difference. 
> I didn't think the Windows scheduler sucked that much. :-)

     Well, I didn't disable that. I left all windows services running and 
disabled ZA, AVG email scanner, AVG Watchdog, Google update service, 
Ad-Aware, Epson printer status, A-Squared free service, Office source engine 
and nVidia driver service(???).

     I guess you could also disable a lot of Windows services too, but you'd 
have to be careful (or at least I would), because some rely on others to 
work and I haven't got a clue as to what services rely on others.


>
> (It's not that I didn't believe you. It just wasn't clear to me from your 
> earlier posts whether this was a first-hand experience or something you 
> heard rumored somewhere.  Actually, reading it again, it is clear you said 
> you personally experienced that. Sorry.)

 Dang man! Now you've just killed my trolling! ;)  No need to apologise 
Darren, I'm not the brightest spark in an engine when it comes to computers 
that's for sure. But I continue to learn from you guys as best I can.  :)

   Here's something I learnt all by my very own self only an hour ago. 
Today, I bought a 500Gb external hard drive. I shoved all of my FarCry files 
(2 gigs)over to it, and all of my Crysis files (6 gigs) too. I then tested 
my map ingame after trying to sort out the first savepoint in my level. It 
*felt* even faster than it usually does! The savepoint didn't work, so I've 
done something wrong, but when I figure what it is and test it again, I'll 
get Fraps to show me the fps ingame. This is with all services on. Hmm, just 
getting rid of 8 gigs helps game performance? I'm not so sure about that, 
but it felt more 'fluid' if you like.

  See, that's the kind of thing that puzzles me about computers. <scratches 
rapidly balding head> Heh... ;)

     ~Steve~


>
> -- 
> Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Darren New
Subject: Re: Another game question
Date: 19 Aug 2008 14:56:00
Message: <48ab1740$1@news.povray.org>
St. wrote:
>      Well, I didn't disable that.

I meant the process scheduler, not the service called "scheduler". :-)

> I left all windows services running and 
> disabled ZA, AVG email scanner, AVG Watchdog, Google update service, 
> Ad-Aware, Epson printer status, A-Squared free service, Office source engine 
> and nVidia driver service(???).

Oh, OK. Well, I guess the AV type stuff might be running more than you'd 
expect, and I wouldn't be surprised of the nVidia driver services were 
the problem. I almost always leave that sort of stuff turned off and 
never have a problem.  Lots of AV stuff is a performance suck.

>      I guess you could also disable a lot of Windows services too, but you'd 
> have to be careful (or at least I would), because some rely on others to 
> work and I haven't got a clue as to what services rely on others.

Well, it's all listed, and turning it off tells you what else it'll 
disable. Knowing what they're *for* is another question. And it won't 
let you turn off the stuff you need to run windows at all.

> but it felt more 'fluid' if you like.

"Feelings" is what I was trying to avoid, especially when the game will 
show you the actual measured results. :-)

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Sabrina Kilian
Subject: Re: Another game question
Date: 19 Aug 2008 17:03:13
Message: <48ab3511$1@news.povray.org>
St. wrote:
> "Darren New" <dne### [at] sanrrcom> wrote in message 
> news:48aaeb70@news.povray.org...
>> St. wrote:
>>>    Well, maybe not, but it does make a difference.
>> That's weird. I have no idea why it would make that much of a difference. 
>> I didn't think the Windows scheduler sucked that much. :-)
> 
>      Well, I didn't disable that. I left all windows services running and 
> disabled ZA, AVG email scanner, AVG Watchdog, Google update service, 
> Ad-Aware, Epson printer status, A-Squared free service, Office source engine 
> and nVidia driver service(???).
> 


AVG is an absolute bear for system resources. Back at the end of last 
year when I got Portal, I couldn't run it at all. I would get to some 
complex location in the map, and would land on the desktop with a system 
message about not being able to get a texture lock. Quick search of the 
net, most of the people complaining were using AVG. Turns out, AVG had a 
tendency to acquire lots of mutex objects in the OS part of ram, so many 
infact that a moderately well programmed game would have to fault 
because it couldn't get a lock.

Several patches from both sides have fixed the issue, but I wouldn't be 
surprised if it still slowed things down as the OS paged those mutex in 
and out of virtual ram.


Post a reply to this message

From: St 
Subject: Re: Another game question
Date: 19 Aug 2008 17:50:00
Message: <48ab4008$1@news.povray.org>
"Darren New" <dne### [at] sanrrcom> wrote in message 
news:48ab1740$1@news.povray.org...
> St. wrote:
>>      Well, I didn't disable that.
>
> I meant the process scheduler, not the service called "scheduler". :-)

    Ah, I see.


>
>> I left all windows services running and disabled ZA, AVG email scanner, 
>> AVG Watchdog, Google update service, Ad-Aware, Epson printer status, 
>> A-Squared free service, Office source engine and nVidia driver 
>> service(???).
>
> Oh, OK. Well, I guess the AV type stuff might be running more than you'd 
> expect, and I wouldn't be surprised of the nVidia driver services were the 
> problem.


 You think? I'm surprised that I could play the game at all if the nVidia 
services were turned off. See? Confused.



 I almost always leave that sort of stuff turned off and
> never have a problem.  Lots of AV stuff is a performance suck.

    Yes, this is one thing I knew, but to be fair, AVG is good. If I've had 
a proper virus at all, (that actually infected my computer), then I know it 
was my fault. Everything else in nearly 10 years, AVG has dealt with.




>
>>      I guess you could also disable a lot of Windows services too, but 
>> you'd have to be careful (or at least I would), because some rely on 
>> others to work and I haven't got a clue as to what services rely on 
>> others.
>
> Well, it's all listed, and turning it off tells you what else it'll 
> disable. Knowing what they're *for* is another question. And it won't let 
> you turn off the stuff you need to run windows at all.

   Oh, thanks for that! I was frightened to actually try anything to do with 
Windows services in case I messed something up. I'll have a play... gulp.


>
>> but it felt more 'fluid' if you like.
>
> "Feelings" is what I was trying to avoid, especially when the game will 
> show you the actual measured results. :-)

       Yeah, I know what you're saying. Maybe the removal of 8 gigs hasn't 
actually helped speed up the game, and maybe my map is actually quite 
playable on low end machines. Anyway, I'll know soon because it's not far 
from being finished, and the young 'uns over at crymod will soon tell me. 
Heh...  ;)

     ~Steve~



>
> -- 
> Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Darren New
Subject: Re: Another game question
Date: 19 Aug 2008 17:57:45
Message: <48ab41d9$1@news.povray.org>
St. wrote:
>  You think? I'm surprised that I could play the game at all if the nVidia 
> services were turned off. See? Confused.

My experience is that most of the video "drivers" stuff is really 
basically compensation for driver flaws more than anything. I've *never* 
run that, and usually never had a game that had a problem. (And starting 
the service before the game never fixed the problem.)   Indeed, I've 
never figured out what it's for. Maybe high-end stuff like color matching.

>     Yes, this is one thing I knew, but to be fair, AVG is good.

Yeah. I use it, but only on an on-demand basis. I usually do a scan 
before a full backup, is all.

>    Oh, thanks for that! I was frightened to actually try anything to do with 
> Windows services in case I messed something up. I'll have a play... gulp.

Well, at worst, stop it, and if it screws soemthing up, reboot.  But 
generally, if you will crash the machine by stopping it, Windows won't 
let you.

> Heh...  ;)

Good luck on that!

-- 
Darren New / San Diego, CA, USA (PST)


Post a reply to this message

From: Chambers
Subject: Re: Another game question
Date: 20 Aug 2008 02:09:43
Message: <48abb527$1@news.povray.org>
St. wrote:
> I get around 10 to 18 fps which is 'playable'.

o_O

Anything less than 30 consistently gives me rather bad headaches.  I try 
to keep things running at 50+, though (obviously, 75+ is best, but not 
feasible for me on modern games).

To my eye (and my headaches!), games look better with low resolution and 
low graphics but high framerates.  After all, I'm not sitting and 
looking at individual frames.

...Chambers


Post a reply to this message

From: Invisible
Subject: Re: Another game question
Date: 20 Aug 2008 04:06:55
Message: <48abd09f$1@news.povray.org>
>> I get around 10 to 18 fps which is 'playable'.
> 
> o_O

You've never played Quake II on a Pentium 233 MHz with 16 MB RAM and no 
3D hardware, have you?

> Anything less than 30 consistently gives me rather bad headaches.  I try 
> to keep things running at 50+, though (obviously, 75+ is best, but not 
> feasible for me on modern games).

Uh-huh. And you understand that your monitor only physically draws 60 
frames each second anyway, right?

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: scott
Subject: Re: Another game question
Date: 20 Aug 2008 05:23:58
Message: <48abe2ae@news.povray.org>
> Uh-huh. And you understand that your monitor only physically draws 60 
> frames each second anyway, right?

Not if you still have a CRT, my old CRT used to go up to 120 Hz and man that 
looked smoooooooth if you could get a game running at 120 Hz (and yes, you 
can tell the difference between 60 and 120 Hz refresh, IIRC above about 85 
Hz you don't notice any difference).


Post a reply to this message

From: scott
Subject: Re: Another game question
Date: 20 Aug 2008 05:36:17
Message: <48abe591@news.povray.org>
> The fact of the matter is, if you were on an island surrounded by highly 
> trained mercinaries and you were armed only with a pistol, you wouldn't 
> last five seconds.

But you're a highly trained military type guy too, and you're taking them 
all by surprise.  Besides, it's not like they have an army anywhere, there's 
rarely more than a dozen of them in one area or more than a couple standing 
next to each other.  And once you've shot one of them, you have the same gun 
they do ;-)


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.