Slashdot Mirror


Doom 3 System Requirements Revealed

The Llama King writes "The Houston Chronicle's Computing column has got the Doom 3 minimum system requirements. Biggest eye-opener: 384 MB of memory. Lots of mainstream PCs have been sold with 256 MB of RAM, so upgrades will be in order. RAM chip manufacturers should be salivating about now. You'll also need a 1.5-GHz processor and a GeForce 3 or Radeon 8500 graphics card or better."

9 of 867 comments (clear)

  1. thats it? by inf0c0m · · Score: 5, Informative

    is it just me or is anyone else suprised?

    even the desktops i order at work come with more than the minimum requirements (1gb ram, 2.4+ processor, geforce 4 (or equiv)).

    but i suppose this is minimum requirements...recommended will be much more.

    1. Re:thats it? by Tim+C · · Score: 5, Informative

      We recently bought a bunch of new Dells, and they all come with Quadro FX 500 cards. Not that we need them - but to get the other specs we need (gig of RAM, 3GHz proc - we do server-side Java, and run every locally while developing, including the server), that's what comes in the machine.

      It's really not worth our while getting them swapped out, though; our IT dept seems to have a fear of non-standard configurations. At least this way, if a machine dies, we can have an exact replacement here within hours (theoretically, at least).

  2. Re:DirectX 9.0? by juuri · · Score: 5, Informative

    Capability

    That's just a shorthand way of saying "we require pixel shaders".

    --
    --- I do not moderate.
  3. Re:What OS are Supported? by Tyreth · · Score: 4, Informative
    The initial release will not have Mac or Linux support, but the Linux binaries will be released shortly after.

    http://www.linuxgames.com/news/feedback.php?identi ferID=6737&action=flatview/

  4. Doom 3 Technology by PIPBoy3000 · · Score: 4, Informative

    Here's a good article on the technology behind Doom 3.

    Essentially, it's geared towards a technology set that's already fairly well established. It relies heavily on normal mapping to produce seemingly high-polygon models when they're actually quite low-polygon. This is all done in OpenGL and not DirectX. Personally, I think it speaks highly of the ID developers that they can make an engine that looks so good on so many PCs.

  5. Re:Geforce 3 by MP3Chuck · · Score: 5, Informative

    No ... In fact, I remember Carmack being annoyed with the naming scheme for the GF4 MX cards. Their performance is hardly comparable with a "real" GF4 ... and I don't honestly think an MX is up to par -- at all -- for Doom III.

  6. Re:DirectX 9.0? by h4rdc0d3 · · Score: 5, Informative
    I thought Carmack was a big OpenGL fan. (Maybe the last one in the video game industry.) Why would you need DirectX for Doom? Maybe that's just shorthand for certain shared requirements, such as programmable GPU capabilities.
    It uses both actually. OpenGL is the graphics API which ID has always used, but it uses DirectX for the sound and input, etc.
  7. Re:Geforce 3 by ToLu+the+Happy+Furby · · Score: 4, Informative

    Is the Geforce 4 MX supported?

    Yes. Presumably the Chronicle reporter either didn't understand or didn't want to confuse his readers by explaining that the GF4 MX has less advanced functionality than the "lower-numbered" GF3.

    I know that origionally Carmak wanted to require programable shaders, is that still the case, or did he relent and support the fixed function pipline that the Geforce 4 MX line inherited from the Geforce 2?

    The Doom 3 engine does not and was never conceived of as requiring general-purpose programable fragment shaders. From the beginning Carmack targeted it at the "register-combiner" fragment pipeline of the GeForce 1 (NV1x) family, which allows for restricted combinations of pixel operations but not the programmability of even the very simple PS 1.0-1.3 style shader languages introduced in DX8. (So it's something of a halfway point between the DX7- style fixed-function pixel pipeline and the DX8+ style programmable pipeline. The NV1x register-combiner pipeline did not have an analogue in the Radeon 7x00 series (R1x0) and was not exposed in DX7, so ironically Doom 3--written in OpenGL of course, so using Nvidia's proprietary extensions is allowed--will be one of the first and only games to use the technology.)

    Except for some minor effects in the ARB2 (PS 2.0+ level functionality) path, Doom 3 will not be exercising any fragment level functionality that can't be done with register combiners; the only difference is the number of passes required per fragment (5 or more for NV1x in common situations; 2 or 3 for NV2x; and 1 for NV3x+ and R2x0+).

    So, leaving performance--and possibly memory size limitations--out of it, Doom 3 is perfectly compatible with any NV1x card, all the way down to the GeForce 1 SDR. Of course this is like saying that you can run Windows XP on a 386; it doesn't address whether the thing is playable or not. Last I heard, id intended on including at least some GF4 MX cards on the minimum requirements list, which would indicate that a GF2 or GF2-Ultra would be even more playable (which is to say not very).

  8. Re:Carmack's Engine Code Delivers Again by imr · · Score: 4, Informative

    The problem with your speech is that D3 was written in C++.