Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Neilsouth on December 31, 2005, 03:03:40 pm

Title: Major hard drive thrashing
Post by: Neilsouth on December 31, 2005, 03:03:40 pm
Everything was going good till i got to the first mission where they find the new jump node
and those alien shivans(?) appear... then the hard drive light started flashing and it was stuttering
it slowly got worse to the point the hard drive thrashed like crazy and every now and then the game
would stall and return.


I think its because i have 1GB ram, i did have 2GB but alas its currently being rma'd
due to it failing  :mad:
Title: Re: Major hard drive thrashing
Post by: CaptJosh on December 31, 2005, 03:10:07 pm
I have half a gig of ram and it doesn't do that to me...
What build and what effects are you using?
Title: Re: Major hard drive thrashing
Post by: Neilsouth on December 31, 2005, 03:27:30 pm
Everything :p

oh and latest build, its a brand new install
Title: Re: Major hard drive thrashing
Post by: Neilsouth on December 31, 2005, 03:49:34 pm
Ok it's mipmapping thats causing the problem, so ive got that disabled... shame really
so ill need to get that 2gb ram sorted when i can, stupid ballistix  :mad:

I have all the texture mods, nebula mods, advanced textures everything possible

edit : and it still looks the dogs bollox :D :D
Title: Re: Major hard drive thrashing
Post by: Taristin on December 31, 2005, 04:14:49 pm
mipmapping won't do anything yet anyway, as none of the art is set up with mipmaps, AFAIK. And only the newest build supports it properly.
Title: Re: Major hard drive thrashing
Post by: taylor on December 31, 2005, 04:55:40 pm
Be sure to use OGL if possible, D3D has some memory leaks in it.  Also make use of -img2dds if you want, to compress textures and reduce overall memory usage.
Title: Re: Major hard drive thrashing
Post by: Neilsouth on December 31, 2005, 05:07:53 pm
Thanks guys, ill give it all a go...

Its running pretty damn perfect now and looking SO SO GOOD :D
Title: Re: Major hard drive thrashing
Post by: WMCoolmon on December 31, 2005, 11:59:38 pm
mipmapping won't do anything yet anyway, as none of the art is set up with mipmaps, AFAIK. And only the newest build supports it properly.

-mipmaps automatically generates mipmaps for textures, so it'll use up more memory.