
Nice
#14918 posted by
negke on 2008/08/15 14:50:41
but why didn't you submit it as a news post?

Heh
#14919 posted by Tronyn on 2008/08/15 14:59:04
I dunno, figured some moderator would move it.

It Has After All
#14920 posted by Tronyn on 2008/08/15 15:01:17
been three years since I had anything newsworthy to submit; I'm claiming the right to be dumb based on that.
PS: update at my site (http://www.planetquake.com/tronyn), pretty much the same info/links as here.

Interesting Talk By Jon Olick (a Programmer At Id)
#14921 posted by
BlackDog on 2008/08/15 16:01:02
http://s08.idav.ucdavis.edu/olick-current-and-next-generation-parallelism-in-games.pdf
He goes into some of the stuff they do to approach many-core parallelism, including some details about the infinite-geometry stuff Carmack has being waffling on about.
It's missing a lot of context and is pretty hard to follow, but interesting regardless.

Trinca
#14922 posted by
HeadThump on 2008/08/15 19:17:04
I couldn't message back to you, but that site, despite having part of my address name has no affiliation with me. It goes against my 'under the radar' belief system to have something out there like that. I don't recommend clicking on it, it looks like a Target marketing gimmick at best, or a depository of viruses at worst.

?
#14923 posted by
necros on 2008/08/16 22:03:12
Elderworld or Elder World?

According To Quake
#14924 posted by
Spirit on 2008/08/16 22:24:02
Episode 4: The Elder World

16MB Graphics Card
I've asked a similar question before, but I never got an answer:
How can I get Fitzquake to run well on a 16mb graphics card?
- jengle
#14926 posted by
necros on 2008/08/17 02:08:57
According To Quake
Episode 4: The Elder World
it's ugly that way though, isn't it? :P~

My God
#14928 posted by
HeadThump on 2008/08/17 05:08:43
If you check the last 30 days of active peeps, Ricky has not been around. It doesn't seem that long. Where the hell is Ricky?

My God
#14929 posted by
HeadThump on 2008/08/17 05:11:53
Checking the log of all those who ever signed into the func_board, Ricky never existed! . Like he was the figment of my imagination or something.

Ht:
#14930 posted by
metlslime on 2008/08/17 07:54:41
he changed his name to SadGitNerdFace.

Jengle:
#14931 posted by
metlslime on 2008/08/17 08:41:14
some ways to reduce memory usage in any engine:
- run in 16 bpp mode. This requires only half the texture memory that 32 bpp mode uses.
- set gl_max_size to e.g. 256 (this will only downsample the largest images, and leave the rest looking normal. Unfortunately, many monster skins and player skins would be among those affected.)
- set gl_picmip to 1 (or even 2, though that would be really blurry)
- run in a lower resolution (framebuffer takes up video memory)
Here are some fitzquake-specific things that might reduce texture thrashing:
- set gl_fullbrights to 0 (textures will still be loaded, but won't be used and therefore will stay out of video memory after the first thrash.)
- set r_oldwater to 1 (again, textures will be loaded, but then not used and therefore will get bumped out of memory permanently.)

Metl
#14934 posted by
HeadThump on 2008/08/17 18:25:51
I was being cheeky because Ricky didn't change the color of his (or, maybe, her) font.

And
#14936 posted by
madfox on 2008/08/17 19:58:22
I'm still heading my tumb which flic pimpt me on my luuny ran to IRC.

Hexen II, Anyone?
#14937 posted by
erc on 2008/08/17 22:08:55
Have a look at this engine here - pretty good.
http://www.quake-engine.com

Metlslime:
all those changes combined made only a minimal difference; it's still *way* doggy. anything else i can do?

Jengle:
#14939 posted by
metlslime on 2008/08/18 01:39:27
It's also possible you are limited by heapsize, not video memory. A larger heap would prevent re-caching of models (this happens in cases where you are using close to 100% of the heap, and it constantly juggles models in and out of it)
does it run badly on any map, or just large or just single-player maps?

I Found A Favorite Article
#14940 posted by
HeadThump on 2008/08/18 04:53:02
Don't think I have ever posted this before, but if so, shoot me. If you have not had a good ten minute hate today, this one will surely fit the bill if you hate what comics devolved into during
the nineties as much as i do:
The 40 Worst Rob Liefeld Drawings
http://progressiveboink.com/archive/robliefeld.html

I Enjoyed The Read
#14942 posted by
mwh on 2008/08/18 10:45:51
Even if I know less than most people about comics. I do like a good bit of vitriol though.