Slashdot Mirror


Carmack Expounds on Doom III

Rainier Wolfecastle writes: "Non-high-end-comp-owning geeks rejoice! GameSpot is reporting that John Carmack has confirmed that Doom III is Xbox-bound. Carmack said that id is totally commited to bringing the game to Microsoft's console with its visual splendor intact. Best of all, the game could be available on the Xbox as soon as May next year." And Warrior-GS writes: "John Carmack gave a two-hour presentation about Doom 3 and engine technology. GameSpy reports on the presentations and analyzes Carmack's comments and how they apply to the future of gaming. There is also a look at the demo of Doom III"

95 of 334 comments (clear)

  1. Listed to the Address by IronTek · · Score: 5, Informative

    The folks here managed to record the audio of carmack's speech despite the "no audio, no video" policy (who knows how they snuck it in!).

    enjoy!

  2. zerg by Lord+Omlette · · Score: 4, Funny

    Before anyone accuses Carmack of selling out to Microsoft, please keep in mind that his wife is really hot and he owns his own aerospace company. He doesn't have to sell out to anyone.

    --
    [o]_O
  3. After seeing screenshots and reading that article. by TellarHK · · Score: 2, Funny

    ... I think I need to change my underwear.

    Anyone got a cigarette?

  4. Re:Dropping system requirements? by MindStalker · · Score: 2

    Well I'm sure it would just be a matter of dropping some of the rendering options. One thing though I read that doomIII is not going to support sound acceleration hardware in the pc, while the xbox version will (could be because its not standardized enough on the pc or something I don't know)

  5. API? by Sivar · · Score: 5, Interesting

    Does this mean that JC (John Carmack, not the other one) has caved in and will be using Direct3D, or can he use OpenGL without Microsoft throwing a fit?

    --
    Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra
    1. Re:API? by lowe0 · · Score: 2, Informative

      Nvidia has an ICD for the XBox, IIRC. MS didn't throw a fit about it for exactly this reason.

    2. Re:API? by FyRE666 · · Score: 2

      Does this mean that JC (John Carmack, not the other one) has caved in and will be using Direct3D, or can he use OpenGL without Microsoft throwing a fit?

      Er, this is John Carmack - he can do whatever the hell he likes! Really, even Redmond know how much money he can make (or cost) them. If there ever was a case of the tail wagging the dog, it's him. Likewise, I'm guessing Sony offered him the Earth to get a PS2 version of Doom III...

    3. Re:API? by NanoGator · · Score: 4, Insightful

      I doubt that department of MS would even care. Just because it's MS, doesn't mean that the XBOX department has any interest in 'evil plans to take over the world'. The goal of that department is to make money. If they sell a million copies of Doom III on the XBOX, then it doesn't matter if ID uses OPG, D3D, or Logo.

      --
      "Derp de derp."
    4. Re:API? by (startx) · · Score: 3, Funny

      Doom3 should definately be written in LogoWriter, cause that kicked ass back in day...wait, even better, I'll make a LogoWriter mod for it! it'll be sweet!

    5. Re:API? by mr_zorg · · Score: 3, Informative

      The XBOX boots a minimal Win2K-embedded kernel with just enough support to run the built-in menus and bootstrap the DVD drive. Beyond that it is up to the software vendor to load up any additional modules they need for their game from the DVD drive. Theoretically there's nothing that says the XBOX has to use Direct3D, they could just as easily boot up and use an OpenGL library. Presuming there is one for that graphics chipset -- and since it's essentially a GeForce 3 Ti, I don't see why there wouldn't be.

      As for the porting, I can't imagine there's much to it. The XBOX is a PC at heart, after all. Basically, they just need to pick and choose which Win2K modules they want to load and test it all to make sure it works as expected. Of course, if the game has a complex GUI (which FPSes usually don't) they may need to rework the GUI for simpler use with controller, but that's about it...

    6. Re:API? by 1g$man · · Score: 2

      id *does* mess around with DirectX. Just not Direct3D. Carmack didn't use Direct3D at first because it sucked. It doesn't suck any longer, but there's no point in learning something new when what you have already works.

      id games have and do make use of DirectDraw, DirectInput, and DirectSound.

      As far as the XBox port, I heard rumors a long time back of nVidia coming up with an OpenGL wrapper for Direct3D for XBox. Maybe they'll do something similar?

    7. Re:API? by Dolly_Llama · · Score: 2
      Does this mean that JC (John Carmack, not the other one)

      You mean Jack Chick?

      --

      Somewhere, something incredible is waiting to be known. -- Carl Sagan

    8. Re:API? by sean23007 · · Score: 2

      That's a good point, but I don't think OpenGL is even written for the Xbox. If Carmack wanted to make his game in OpenGL, he might also have to implement GL on the Xbox hardware, which, as far as I know, has not even been tried.

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
  6. Rendering - two generations from done? by Animats · · Score: 4, Interesting
    From what Carmack is saying, we're about two generations of graphics card technology away from being done. This is encouraging. But there's an assumption that you have a controlled game world, where the world model doesn't overwhelm the graphics pipeline.

    There will still be scaling issues, where the world is big and a lot of it is contributing to the image onscreen. Level of detail processing can help, but there are situations where you have to examine an excessive amount of geometry. One of the worst cases is a detailed city street, where you can see many blocks ahead and there are lots of trees, signs and whatnot that can obscure surfaces further away. Doing that well requires grinding through a lot of geometry. An insane amount of CPU time went into those long views down streets in Toy Story. All those houses have full detail. Game designers currently avoid such situations. Most driving games are laid out so that you never look down a really long street. And fog is your friend. It's still going to be a while before we have architectural-flythrough quality for long views in urban areas in real time.

    Then again, a background process rendering billboards of distant street sections...

    1. Re:Rendering - two generations from done? by TobyWong · · Score: 2

      Try reading the article before you comment. He talks specifically about raytracing.

      As for "being done" I don't even recall reading that... closest I can think of is JC predicting a two-fold increase in desktop rendering power in the next few years which is pretty reasonable.

      --
      - Toby
    2. Re:Rendering - two generations from done? by John+Carmack · · Score: 5, Informative

      My comment specifically regards the "shelf life" of a rendering engine. I think that an upcoming game engine, either the next one or the one after that, will have a notably longer usable life for content creation than we have seen so far. Instead of having to learn new paradigms for content creation every couple years, designers will be able to continue working with common tools that evolve in a compatible way. Renderman is the obvious example -- lots of things have improved and evolved, but its fundamental definition is clearly the same that it was over a decade ago.

      This is only loosly related to the realism of the graphics. I don't think a detailed world simulation that is indistinquishable from reality will be here in the next decade, except for tightly controlled environments. You will be able to have real-time flythroughs that can qualify as indistinguishable, but given the ability to "test reality" interactively, we have a lot farther to go with simulation than with rendering.

      John Carmack

    3. Re:Rendering - two generations from done? by WowTIP · · Score: 2

      Graphics technology will not be 'done' until we can't visually tell the difference between real-life and a game.

      Hehe, funny you brought that up. I saw thisscreenshot and thought: "Ahh.. Cool dynamic lightning". Some moments later I realized it was not a screenshot among the others, but a view from inside id's demo cube. :)

      --

      --

      "I'm surfin the dead zone
      In the twilight, unknown"
    4. Re:Rendering - two generations from done? by ealar+dlanvuli · · Score: 2

      No one will be satisfied with "same as life", it will have to be so much better than life that there is no room for inovation before fps freaks are happy.

      Honestly Q3 is better than most cartoons at being realistic, and in 10 years I bet sports games will be almost impossible to tell from a live broadcast. That still dosen't remove the need for real-time cinematic effects, and even new "technologies" that we haven't even begun to dream of today, perhaps sub-pixel shading in realtime on all cloth/skin textures in the game to get things started. The beauty of 3d rendering by a maching, is there is no theoretical limit to how "realistic" it can be.

      --
      I live in a giant bucket.
  7. Whoops! by dscowboy · · Score: 3, Insightful

    Funny, I thought MS created the XBOX to move gaming away from PCs. Turns out that PC games are keeping the XBOX alive.

    Developers that only make console games will always make games for the PS2 because of the bigger market. Developers that make PC games however, will rarely make PS2 games, because the hardware is different and its difficult/impossible to port. PC games like Doom III and Morrowind will keep the XBOX alive simply because they aren't/won't be available on PS2.

    It looks like MS's only hope of growing their market share to compete with Sony is to cozy up with the PC game developers. How ironic.

    1. Re:Whoops! by NanoGator · · Score: 3, Insightful

      "Funny, I thought MS created the XBOX to move gaming away from PCs."

      No. They didn't create the XBOX to move games from PC's, they didn't do it to make Direct3D the de-facto standard, they didn't do it to make Windows a monopoly, they didn't do it to put a set-top box on your tv, they didn't do it to save the whales, and they didn't do it to demand one million dollars from the government. They created the XBOX to tap into the video game market and make money. That's all.

      They made the XBOX PC-like so that PC-based developers would have an easy time transitioning to it. What makes a game system successful is a combination of number of games and quality of games. If a cool game for PC is already in development, you wouldn't have to fight too hard to make an XBOX port of it. GC, PS2, DC, etc don't have it so easy.

      That's actually a really cool strategy to get a number of games onto a new system. The neat thing is that if MS follows suit with XBOX 2, then all the old games will still work. You could even make new games that work on the old hardware, but suddenly get better with the new hardware. That's brilliant!

      --
      "Derp de derp."
    2. Re:Whoops! by NanoGator · · Score: 2

      Never said they were competent.

      a.) They didn't release in Japan first. As a matter of fact, they totally failed to tap into the Japanese market. Oops.

      b.) Every console loses money to start with. They dont just "blinG!" start off profitable

      c.) Nothing you've said even puts a dent in my point.

      --
      "Derp de derp."
    3. Re:Whoops! by rseuhs · · Score: 2
      b: No, XBox is the only platform losing money. PS2-hardware is sold at a profit and only 1-2 games are needed to make up for Gamecube hardware losses (which is realistic) but the XBox will never sell the needed 15-20 games per unit that is needed to get to break-even.

      And when you look at XBox-live costing an additional 2 billion $, you would need (at 50$/year) about 40 million subscriber years to reach break even, which is ridiculous.

    4. Re:Whoops! by Darren+Winsper · · Score: 2

      Woah there, Nintendo do not lose money on the Gamecube hardware. In fact, they stated their ultimate goal is to get it down to £99 and they will still be at least breaking even on it.

    5. Re:Whoops! by NanoGator · · Score: 2

      "PS2-hardware is sold at a profit..."

      It did NOT start out that way. It started out exactly as XBOX did until they refined the hardware to more tolerable levels. Unfortunately, because of the price drops, MS was forced to drop their price as well. If they were to continue at $300 for a while, they could have made up more. But the market shifted.

      "And when you look at XBox-live costing an additional 2 billion $, you would need (at 50$/year) about 40 million subscriber years to reach break even, which is ridiculous. "

      You sure that was 2 billion? Either way, that may not have been very smart. Don't confuse incompetance with attempts to take over the world. Trust me, XBOX would be very different if it was. Geez you guys should follow MS products more.

      --
      "Derp de derp."
    6. Re:Whoops! by NanoGator · · Score: 2

      Oh don't be idiotic. The more money a company has, the more it wants. You don't have to hang around rich people for very long to see that.

      Meanwhile, the XBOX still doesn't have Office, it still isn't a set top box, it still doesn't have a mouse and keyboard....

      --
      "Derp de derp."
    7. Re:Whoops! by rseuhs · · Score: 2
      PS2 had to recoup the huge research and development costs, but the hardware was never sold at a loss.

      Come on, the only thing that keeps the XBox alive is a) massive infusion of cash by Microsoft and b) hardcore-gamers that jerk off by having the latest-greatest.

      I've got news for you, the XBox won't be newer than the latest Playstation forever.

      When the PS3 hits the market, there will be not a single reason to buy a XBox anymore

      And this will kill it.

    8. Re:Whoops! by NanoGator · · Score: 2

      "PS2 had to recoup the huge research and development costs, but the hardware was never sold at a loss."

      Yes, it was. They were $450 machines sold at $300.

      "Come on, the only thing that keeps the XBox alive is a) massive infusion of cash by Microsoft and b) hardcore-gamers that jerk off by having the latest-greatest."

      No argument there. They really need some AAA games, and I don't know how they're going about acquiring them.

      "When the PS3 hits the market, there will be not a single reason to buy a XBox anymore..."

      Heh that's an amusing comment. Let me explain to you a couple of things:

      1.) You phrase that as if I'm an XBOX zealot. I am not. I don't have an XBOX. I don't want an XBOX. I am actually a GameCube zealot.

      2.) Nobody gives a shit about the PS3. If the PS2 is any indication (and it very well might be because Sony is arrogant as hell, even worse than MS), then it'll easily be outpowered by Nintendo a year or so later.

      3.) Playstation 3 is only as good as it's games. Which means that it won't have much of an edge on XBOX if the XBOX manages to get better game support. (That's unlikely, though.)

      4.) The Playstation 3 will be out no earlier than 2005. MS will more than likely have a new XBOX down the road by then. Nintendo will have a new system, and so on. The funny thing is, the successor to the XBOX will probably be able to play the original XBOX games. That'd be interesting.

      Heh. So yeah, your comment was pretty silly. Funny thing is, it really doesn't even matter. You play games on a game machine, not have pissing contests over it's power.

      --
      "Derp de derp."
  8. Horrible system requirements though by wpmegee · · Score: 2, Informative

    More than likely, anyone with less than a Geforce3, or Radeon 8500 (i.e. has programmable vertex and pixel shaders and DDR memory), 128mb or ram, and ~750mhz will not be able to play this game at playable frame rates. Or they could just change the resolution down to 512x384 and live without all the nifty vertex/pixel shading.

    So be thy forewarned all those with GeForce2 MXs, Rage 128s, and integrated graphics, upgrade or don't try to play this game.

  9. DVD? by skydude_20 · · Score: 2

    does this mean that possibly the game will be published on DVD discs for the PC as well, being that it sounds like it would need that much space, versus like a 4-6 CD set?

    --
    Jesus saves souls and redeems them for valuable cash prizes
  10. Re:OpenGL by CheechBG · · Score: 5, Insightful

    disclaimer: I do not own an XBox. I sell them, have played extensively with them, but do not as of yet own one.

    I don't see the point of FPS's on XBox. Granted, I've played Halo, got through most of the beginning levels, but it still nags at me that I could be a order of magnitude better at it with a simle keyboard and mouse.

    Now games like DOA3, NFL 2K3, stuff like that, rightly deserves to be on a console, it is easily (and in the case of the former, recommended for play) on a gamepad. Give me a keyboard and mouse option, and I'll be a happy guy.

  11. Re:Carmack out of ideas? by talonyx · · Score: 2

    You didn't read the article. There are awesome physics going in there, including enemies falling down stairs when killed, and more realistic box movement among other things.

    Don't be an ignoramus. Read the damned article next time before you shout your mouth off about something. If you think that Doom 3 is 'incremental', you're certainly not the person who should be talking about it.

  12. Re:Carmack=past his time. by Tadrith · · Score: 2


    This, of course, explains why they brought an awesome writer in for the story (the guy who wroite The 7th Guest), and also why they brought one of the most talented artists in the industry in for the music, right?

  13. Re:OpenGL by NanoGator · · Score: 2

    I agree. Interface problems make XBOX (or GC, or PS2, or GB...) a silly platform to make FPS games for. It'd be like bumper car racing with a series of light switches as your controls. Heh.

    If they were to take Doom III and make it more like Zelda for the N64, they could create more value in the game by making it an adventure game. It'd be cool if they did that with the franchise. It'd be like an action version of Resident Evil.

    --
    "Derp de derp."
  14. Re:PS/2? by NanoGator · · Score: 5, Informative

    "i heard that it will be available for ps2 but gfx wont be as good as on pc/xbox because ps2 isnt powerful enough..."

    I'm going to have to defend Mr Emir here. What he said is not flamebait, it's the truth. The pS2 has bottlenecks that render it impossible to achieve the same visual quality as the XBOX with this game. It's too RAM heavy. It's widely known that the PS2's texture buffer is very slim compared to XBOX or even GameCube. The fact that it doesn't have texture compression doesn't help it either.

    The PS2 could get a version of it, but it'll definitely be noticably worse than the XBOX version. Call it flamebait if ya like, but I find it ridiculous to believe that anybody'd disagree with me. The PS2 wasn't built for that!

    --
    "Derp de derp."
  15. FPS on consoles by forkboy · · Score: 4, Insightful

    Am I the only one that absolutely HATES playing an FPS on a console? I don't understand the popularity that games like Halo, Half Life and Quake have had on various console systems...it's just not the same level on control if you're not playing with a mouse and keyboard. Maybe I'm just too stuck in my ways to learn a new method of control, but I simply can't enjoy those types on games on consoles.

    The only games I can enjoy on a console are platformers (Sonic, Jak and Daxter, etc), sports games, racing games, and fighting games (mortal kombat, virtua fighter, etc)

    So, is it just a matter of getting used to the controls for FPS-type games on consoles or am I do I actually have a point?

    --
    This message brought to you by the Council of People Who Are Sick of Seeing More People.
    1. Re:FPS on consoles by NeMon'ess · · Score: 2

      You have a point, but the bigger issue for me is the lack of resolution. Playing a FPS or driving game at 640x480 SUCKS!

    2. Re:FPS on consoles by forkboy · · Score: 2

      Yeah, I forgot to mention Goldeneye...I really did enjoy playing it, but again I hated not having a mouse and keyboard. That game woulda been perfect if they made it for the PC.

      As an aside, someone made a counterstrike map based on one of the goldeneye maps. (the one in the house) It was a good time.

      --
      This message brought to you by the Council of People Who Are Sick of Seeing More People.
    3. Re:FPS on consoles by |<amikaze · · Score: 2

      I was on the design team for a Quake2 Goldeneye mod, but the team folded and we all went our separate ways. I had the code cranked out for all the weapons and game play styles, i was just waiting on the rest of the team for models and maps.

      i really miss that mod, it was an awesome project to be working on.

    4. Re:FPS on consoles by tshak · · Score: 2

      I am right there with you... or I was until I played Halo. Sure, MGS for the PS2 is great, but it doesn't compare to a PC's FPS library. However, the controls on Halo are almost perfect - not as good as the keyboard/mouse combo, but they're very good. It's much easier to get 3 XBox's and TV's together for 6-12player CTF and not worry about game versions, people whining about slow video cards, people not knowing the controls, and hauling 6-12 computers to your house. The 4-way split also isn't as bad as I thought it's be, especially when everyone is on your team. It's incredibly fun. This being said, I've NEVER played halo against the CPU... the only reason I like it is for the multiplayer aspect.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    5. Re:FPS on consoles by Cruciform · · Score: 2

      *cough* don't listen to him, buy UC in November *cough*

      heh heh heh :)

  16. Stop before writing that post!!! by Brian_Ellenberger · · Score: 4, Insightful

    Before someone writes that smug, self-righteous, "there have been no gameplay advances in years" post let me head them off at the pass by saying two words.

    Your wrong.

    I can't believe the incredible about of really good and *different* 3d shooters I have played in the past 3 years. They are too numerous to mention. There is Counter Strike's complete revolution of internet play (buying weapons instead of them just laying around, asymmetric goals, mission based play, etc). There is System Shock 2's and Deus Ex's mixing of shooter and RPG. There is the Thief's series and Deus Ex's use of stealth (more in the Thief series obviously but you could go through a good bit of Deus Ex w/o firing a shot). One of my favorite 3d shooters of the past couple years is Jedi Knight II which is the most immersive games I have ever played. I felt like I was a Jedi. The list goes on and on.

    So before you comment on the supposed sad state of gaming, try playing some games first.

    Brian Ellenberger

    1. Re:Stop before writing that post!!! by Banjonardo · · Score: 3, Insightful
      You know, I don't mean to be a grammar nazi bitch or anything, but when you want to make a point so vehemently, please try not to mix up "your" with "you're."

      It just takes the whole impact away.

      --

      -----

      Score 3? For what? Being wrong, at length? - smirkleton

    2. Re:Stop before writing that post!!! by nEoN+nOoDlE · · Score: 5, Funny

      and all of them are variations on

      "You have moved into a dark place. It is pitch black. You are likely to be eaten by a grue."

      --
      Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
    3. Re:Stop before writing that post!!! by Have+Blue · · Score: 2

      I was just going to write "There have been no gameplay advances from ID in years".

  17. Re:Post Doom III and GPL by dmaxwell · · Score: 2

    That won't be anytime soon. If they hold to their past conventions the post Doom III engine will have to be out for a year or two. There certainly is nothing that says they HAVE to GPL anything. Let's just be grateful they've released what they have and be nothing but overjoyed if there is more.

  18. PS2 by ffatTony · · Score: 2

    It will be interesting to see if the PS2 also gets Doom III

  19. You have a point... by Burning1 · · Score: 2

    ...but realize that you're looking at ports of various FPS from the computer to a console.

    Consider games such as Turok and Golden Eye for the Nintendo 64, or Metal Gear Solid (2) for the PlayStation (2.) All are prime examples of FPS that worked well on the console, because they were *designed* for a console.

    The gamplay in all 3 are different from that of computer games to compensate for the little console joysticks and lack of control flexibility.

    You'll find that many console games make shitty PC ports for exactly these reasons.

  20. Re:uh, no by NanoGator · · Score: 2

    I'm not disagreeing with what you're saying about MS being a monopolist. However, that does not automatically make XBOX some strange attempt to enforce that monopoly. MS invested in a new market the same way Sony did, and it could really pay off for them. However, it's really not clear how using Direct3D instead of OpenGL could possibly have a bigger benefit to them than a successful game machine like Playstation.

    Take off your "I hate MS" T-shirt for a minute and think about it.

    --
    "Derp de derp."
  21. Re:uh, no by flacco · · Score: 4, Funny
    Take off your "I hate MS" T-shirt for a minute and think about it.

    Well, there is a "Death to Bill Gates" t-shirt on underneath...

    --
    pr0n - keeping monitor glass spotless since 1981.
  22. TOTALLY AGREE by tweakt · · Score: 2

    It's really sad. I'll play against my friend in games like Red Faction... and when he wins (like every time) he gloats forever about kicking my ass... then I challenge him to a real game of Urban Terror (Quake III Mod -- www.urbanterror.net) but he doesnt want to play.

    I feel like a robot playing an FPS on on the controller. It's the same thing as playing a racing game... you wouldn't steer your car around town with left and right BUTTONS? So why would you try an aim a gun (and move around) with just directionals?

    I'm sorry, but ever since I learned such tricks as circle-strafe and rocket-jump... I refuse to play without a mouse (and now I have "The Claw" as well)...

    I just laugh at anyone who considers themselves a serious gamer, yet those games consist of Halo, and Max Payne (for PS2)... etc...

    Blah... by the time this game comes out it will look about 50 times better with the latest GeForce 5 SUPER GTS PRO ... which will cost the same as an XBox, so if you already have a decent PC... and dont have an XBox... which are you gonna choose? Hmm ?

    I rest my case...

  23. Turok on N64 by aztektum · · Score: 2

    The first Turok game (I actually never played the subsequent releases so I have no idea how their controls worked) actually had the best default FPS control scheme I've ever used on a console.

    The four yellow "C" keys controlled your forward, back, and strafe, while the control stick moved your head around just like a mouse. The N64's control stick has great freedom of movement, I find the Xbox's and PS1/2 to be clunky and not very sensitive.

    I've found that messing with the button config. can help, especially if a game actually lets you reconfigure each control specifically the way you want, rather than giving you 4 or 5 "layouts", you can usually get a manageable combination.

    --
    :: aztek ::
    No sig for you!!
  24. Maybe you should play them. by Inoshiro · · Score: 2

    With the Xbox, there is no reason to not enjoy your FPS gaming, because they give you two separate axis: one for looking (the right thumbstick), and one for moving (the left thumbstick). If you use the triggers for the most often used commands, you get the same utility as L / R on the mouse. Both sticks are also clickable on the Xbox, and the dpad and other buttons function as the rest of a limited keyboard.

    Even older systems can also be fun. I have some games on the Dreamcast that are really fun to play, even though the controls aren't exactly what I'd expect on a computer. Although I own a DC mouse and keyboard for Quake 3 :)

    Any hassle of learning the controls of a game are made up for because I'd have to do it anyways on a PC, plus I don't have to reboot or install anything or deal with drivers, etc. It Just Works (TM).

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  25. Of course you would be. by Inoshiro · · Score: 2

    "but it still nags at me that I could be a order of magnitude better at it with a simle keyboard and mouse."

    To the kid down the block who grows up using these controls, he will say the same thing about "clunky mice and keyboards" because they aren't what he grew up with.

    Momentum is a big thing. Because computers had upgradably 3D rendering first, a lot of people learned to 3D game on the interface of a computer. Watch the people who learned PacMac on a computer, or NetHack. They'll be way faster at it than a person holding a D-pad.

    But if you think about it, keyboard + mouse isn't the best because the keyboard is designed for text entry, not gaming. So the button layout is no where near optimal for (say) mode selection, view changes, static directional changes, etc. A truly good 3D FPS setup would be twin control sticks with buttons, something like the VirtualOn twinsticks, allowing you to control each side of your character individually.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    1. Re:Of course you would be. by WowTIP · · Score: 3, Insightful

      To the kid down the block who grows up using these controls, he will say the same thing about "clunky mice and keyboards" because they aren't what he grew up with.

      Funny thing then that many old school fps gamers that at first were very reluctant to change from keyboard only to keyb+mouse, later did. They grew up with using only the keyboard, but as soon they started playing online (Quakeworld anyone?) they realized that they were no match for people who had made the switch. These guys complained about keyb+mouse being inferior, later when they was fragged into oblivion, some even went as far as calling keyb+mouse cheating. The majority made the switch though, many in silence.

      --

      --

      "I'm surfin the dead zone
      In the twilight, unknown"
    2. Re:Of course you would be. by WowTIP · · Score: 2
      ...when they were...

      Hmmm... preview?

      --

      --

      "I'm surfin the dead zone
      In the twilight, unknown"
    3. Re:Of course you would be. by CheechBG · · Score: 2

      actually, Thrustmaster makes a very nice product that I may be picking up in a few days for FPS stuff, it's a USB ergo keypad of sorts with mappable buttons all over the place. Don't have time to post a link now, but if you look on the site, I thin kyou should be able to find it. Only drawback is it's 60 bucks.

    4. Re:Of course you would be. by Hast · · Score: 2

      I don't see how a joystick type input is ever going to compete with a mouse for FPS. The big point with the mouse is that it's more or less instant and hte movement is absolute. After a bit of training you'll find yourself whipping the mouse to aim at any spot in your view. (Naturally how far off you are depends on your skill.) With a joystick you have to "ramp" the movement in order to make the change quickly. And it still takes a lot more time to do than with the mouse.

      Likewise is it for movement with a joystick. Although it might seem as if it would be a good idea to have the "gradual distinction" of a joystick for moving around you'll find that it's mostly useless. In todays games you almost always need to go at maximum speed, otherwise you're dead. That requires a discreet input, like a keyboard. (Although I bet you could make a better input device for the movement part than a keyboard, but it is quite sufficient.)

      So far I have yet to see a FPS controller that has the upper hand on mouse+keyboard. But it's always good that they keep trying.

    5. Re:Of course you would be. by Andy+Dodd · · Score: 2

      Ah... The good 'ole keyboard vs. kb+mouse argument.

      When I first started with Doom, I couldn't stand using the mouse... It was too hard to aim with.

      It was around my sophomore year in HS that I started playing Quake and quickly started using the mouse for up-down control.

      By my freshman year in college, I was a full mouse convert. A bunch of guys on my hall played Quake on a regular basis, we all laughed at Jeff, the cannonfodder down the hall that refused to start using the mouse, despite he had a (rare at the time) multibutton mouse for his Mac. Didn't help him that he was using software rendering, too, since Apple was still in love with then bottom-of-the-barrel chipset vendor ATi.

      That reminds me... OUCH, Apple's switch to NVidia must've hurt ATi badly. Apple's switch over was probably a major wakeup call to ATi. Too bad ATi didn't shape up until it was too late and they'd lost a longtime customer.

      --
      retrorocket.o not found, launch anyway?
  26. Re:uh, no by nathanm · · Score: 2
    However, that does not automatically make XBOX some strange attempt to enforce that monopoly.
    The XBox isn't an attempt to enforce their monopoly, but to extend it.

    They've already got the desktop locked up (market-wise & regular crashes :). They now have a large share of the low to mid-range server market, to the point that many clueless managers don't know alternatives exist. They also have a foothold in the handheld/PDA market. The game console (eventually transforming into internet appliance) is the next logical step. They tried to enter this market by buying WebTV, but it never took off like they thought it would.

    MS invested in a new market the same way Sony did, and it could really pay off for them.
    Not quite the same as Sony. At least the Playstation was a somewhat original, innovative platform in its day. The XBox is literally just a low end PC (by today's standard) with a hot graphics card, albeit with a restrictive BIOS/firmware.

    MS is losing $ on XBox hardware sales. If the LinuXBox people can get Linux running reliably on the XBox, thousands of geeks like us will probably rush out to buy an XBox for decent priced, small sized Linux boxes. If they don't buy any games, MS won't make up their losses, and lose their bid to control yet another market.
  27. Well, that tears it by dswensen · · Score: 2

    Well, that's it. It's officially cheaper for me to buy an X-Box and Doom III for the X-Box than it will be to upgrade my current machine and buy Doom III for the PC.

    My machine is not old or creaky by any means, but looking at the hardware specs, if I really want to play Doom III, it just saves a lot of money to buy the X-Box version instead.

    Part of me wonders if that wasn't part of the plan all along.

  28. FPS is BEST on consoles.... by solios · · Score: 2

    ... IMO, naturally.

    Why do I think this? Pretty simple, actually- on the console, you have one control interface- the control pad. Nothing else. I "grew up" on Doom and Quake, playing on my own terms- I lovved using the keyboard, and never thought to bother with the mouse. Then I played halflife on the school LAN with a bunch of FPS-whores who did pretty much nothing else, and got REAMED. I noticed all of them were using the mouse.... fat lot of good that does me! I use trackballs on my desktops and spend most of my time on a laptop... the mouse is simply not an option, and games don't control for shit with a t-pad or t-ball.

    Enter the console- all of the control is unified into one single entity, as opposed to split into two. Key commands are a hell of a lot easier to enter, you don't have to worry about your hardware being "good enough", and your wrists aren't going to explode- I've gone for upwards of 12 hours on console controllers without any kind of RTS, whereas the equivalent on a PC setup will leave me sore well into the next day.

    The only thing that blows goats about console FPS is the frigging multiplayer- for some reason game designers think it's a good idea to split the screen into quadrants, rather than push the idea of linking several systems together (a la the Jaguar or the PSX link cables). That's the one advantage FPS has on the PC- you have the screen entirely to yourself.

    And in my happy little world, I have the GAME all to myself- it's not worth the frustration of my slow reflexes getting me REAMED by some twitch-monkey who's overclocked his mouse.

  29. Re:uh, no by NanoGator · · Score: 2

    "Not quite the same as Sony. At least the Playstation was a somewhat original, innovative platform in its day. The XBox is literally just a low end PC (by today's standard) with a hot graphics card, albeit with a restrictive BIOS/firmware."

    If that's true, how come it is having such an easy time competing with the PS2 or GameCube?

    Sorry but I'm just not buying this whole 'internet appliance' story. There is no web browser with the XBOX. There is no mouse and keyboard. There is no XBOX version of Office. Wanna know why? It's because it's a game machine. They're not going to extend their monopoly with it. They're going to make money off it by selling games.

    The only reason people think this is because they watched Robocop one too many times.

    --
    "Derp de derp."
  30. Taking Microsoft money or not by 2nd+Post! · · Score: 2

    Well, I've heard that MS builds each XBox at a loss.

    If you pay $199 for an XBox and MS pays $150 for you to take it, and you spend $30 on a modchip and $60 on Doom3, Microsoft in no way can make up the money you cost them :)

    1. Re:Taking Microsoft money or not by 2nd+Post! · · Score: 2

      Why not? It happened to my Gameboy, PSX, and now PS2.

      There are a dearth of quality games, and if there are no games worth owning, I just won't buy them.

      Doom3 is a rare exception for me; I want it.

      Kingdom Hearts for PS2 as well.

      I would buy a GameCube for Metroid Prime.
      I would buy a Gameboy Advance for Metroid Fusion and Final Fantasy Tactics.
      I would buy an XBox for Doom3.

      I do not fill up all my time playing games, I only buy games about 1 every 5 months or so. Even then, I usually get the classic rerelease or the used version for half off.

  31. Question to John by James+Foster · · Score: 2

    Does the game's map editor still use the same executable as the actual game?

    1. Re:Question to John by XMunkki · · Score: 2, Informative

      According to the article, yes. Just pull down the console and type 'editor'. They even demonstrated it by adding lights and stuff.

  32. Re:New technology by 2nd+Post! · · Score: 2

    Having seen only screenshots of both...

    I have to say two words:

    Dynamic lights.

    In that lights react to moving objects and moving lights affect the environment. So that lights cast through the branches of a tree shimmer and ripple asthe leaves move, which isn't possible in any other engine yet...

    That, at least, is the hope.

    We'll see how close iD gets next year when Doom3 comes out.

  33. Re:Increased life of the content creation paradigm by pnatural · · Score: 2

    I risk of answering incorrectly for the Carmack, but here goes:

    Why not keep the API static as much as possible across engine releases? Divorcing the API from the engine would increase the shelf life of the content creation paradigm, if that is a goal.

    Nope, nadda, can't do it. What you're asking is for a software system designed such that it meets future requirements. What are those requirements? I'll tell you what they are: they're impossible to know! You certainly can future-proof a design *cough* X11 *cough* but to do so is difficult, time consuming, and sacrifices the current system for a nebulous one.

    It also paints the developer into a corner as they've invested so much time in an existing system that they are unable or unwilling to wipe the slate clean and start over when they should (apologies for the mixed metaphor). Nine times out of ten, when the future requirements are eventually known, they don't match what the developer thought they would be, which leads back to square one (where you've lost all that time future-proofing the original system!) or it leads to a new system shoe-horned with invalid assumptions.

    Having said that, I think it's clear that id is getting at least a modicum of content reuse. They've reused sounds and graphics between Doom and Quake versions quite liberally in the past. I don't think that really applies in the context of the new engine, but I'd be surprised if they weren't reusing at least some of their existing tools/textures/sounds/whatever.

    Ta Da! Instant upgrade for yesterday's game.

    You don't work in the software field, do you? :) I'm not trying to be glib, but I've only heard that type of statement from folks who don't do a lot of programming.

    Will not the next generations of hardware support another SW layer if required?

    Of course, yes they will. The problem is in that extra software layer because it adds development time and bloat to the application that is very, very performance sensitive as it is.

    This would serve to greatly reduce application development timeframes and costs, maximizing the amount of cool games in my hands (CFOs read "profits").

    The methodology of creating a phenomenal game engine, releasing a flag ship product on of it, and subsequently licensing it to other game developers has worked very well for id software up until now. They all have Ferrari's, you know, and the lead programmer is the CEO. :)

  34. Re:OpenGL by Afrosheen · · Score: 2

    Don't include the PS2 in your assumptions here. IT actually has a very nice usb keyboard and mouse, thank you very much.

  35. Xbox bound... by Perdo · · Score: 3, Interesting

    The current X-box or the next X-box???

    And if the current X-box... Absolute minimum gives the engine a lot of room to move given the difference between Quake III at low detail 640x480 and high detail at 1600x1200.

    In other words, having a low bottom end does not necessarily hold back having an insanely good top end.

    --

    If voting were effective, it would be illegal by now.

    1. Re:Xbox bound... by tshak · · Score: 2

      Reading the (ONLY ONE PARAGRAPH) Press Release always helps:

      Carmack further commented that the Xbox version will have the "full graphics fidelity" of the PC version.

      And yes, this is the current XBox that we're talking about.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    2. Re:Xbox bound... by tshak · · Score: 2

      The XBox renders to an HDTV so if you already have an HDTV for movies you're set for higher rez graphics (if the games supports it). Also, the games render at 720x480 for standard TV. I agree that it won't look as good because of the resolution of a TV, but remember DVD's look great on a standard television, so in theory the graphics can be almost as good as what you see on the Final Fantasy DVD. I love computer gaming, but I also love the plug 'n' play nature of console gaming.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  36. Re:uh, no by WowTIP · · Score: 2

    They now have a large share of the low to mid-range server market, to the point that many clueless managers don't know alternatives exist. They also have a foothold in the handheld/PDA market.

    The greatest trick the devi... Microsoft ever pulled was convincing the world h... alternative software didn't exist.

    --

    --

    "I'm surfin the dead zone
    In the twilight, unknown"
  37. one good thing is by Sarin · · Score: 2

    Everybody will play with the same hardware, so it really comes down to hardcore gaming skills, you cannot blaim the hardware for loosing frags (till a certain degree ofcourse because it still is an Xbox)

  38. Re:They're dumb at the same time. by jedrek · · Score: 3, Interesting

    (also the home of arj and other odd archivers that are still not as good or just as good as gzip+tar, too bad they've never heard of bzip2).

    Yeah... nothing like stereotypes or popular thought to cloud hard facts, eh?

    In the Sound (WAV) Compression Test on compression.ca the GZip 1.2.4 + TAR combo comes in at 7.29b/B (91%), bzip2 0.9.5d + TAR is at 7.01b/B (87%). RAR on the other hand, comes in at 5.65b/B (70%) and Monkey's Audio 3.96 rocks in at 5.01b/B (62%).

    So my 10mb of WAV takes up 9.1MB after being GZiped and 7.0MB after compressing it with that odd archive that [is] still not as good or just as good.

    GZip and bzip are *excellent* compression tools. But they are not - and have not been for a long time - the kings of the hill.

  39. Why bother? by 00_NOP · · Score: 2

    I bought a new Quake III for the Dreamcast for about $7 last week - and the DC itself is dirt cheap. In fact I wouldn't be surprised if you could buy a DC + QIII combo for only a few dollars more than the cost of this thing on the Xbox.

    Plus you can also run Linux and lots more besides on your DC.

  40. Re:Xbox + Mouse + Keyboard, hmmm by teamhasnoi · · Score: 2
    I will be happy taking on those gamepad xboxers and showing them what the mouse and keyboard's all about.

    "How did he turn around so fast?"
    "I don't know."

  41. Re:uh, no by AndroidCat · · Score: 2
    WHEN HELL FREEZES OVER

    Or when Taco Bell wins the chain-wars.

    --
    One line blog. I hear that they're called Twitters now.
  42. Re:OpenGL by NanoGator · · Score: 2

    Yeah, if you want to go out and buy them. Heh.

    --
    "Derp de derp."
  43. Re:uh, no by NanoGator · · Score: 2

    "It's not, and you are either a fool or a idiot if you think the Xbox is. "

    Graphically, numbnuts! Didn't you read the context?

    "The XBox is literally just a low end PC (by today's standard) with a hot graphics card"

    I was responding to this, you might have seen it if you had actually READ my post. I did quote him! I was saying the graphics on the XBOX are on par or well above PS2 or GC. I did not say: 'The XBOX has a large market!' I did not say 'It poses a threat to the PS2 and the GameCube market because it is in the same market!' and I am definitely not the idiot here.

    It's amazing how heated people can get in a video game debate. It's also amazing how they read a line in a magazine and act like they're an expert all the sudden.

    --
    "Derp de derp."
  44. Re:OpenGL by Afrosheen · · Score: 2

    Or you can plug in the usb keyboard and mouse you already own. Standard usb ports are there along with iLink... look before you leap man.

  45. Re:OpenGL by NanoGator · · Score: 2

    "Or you can plug in the usb keyboard and mouse you already own. Standard usb ports are there along with iLink... look before you leap man. "

    I don't own a USB keyboard. And my mouse is staying on my computer cos I have to dig down behind it to grab it.

    Practicality first.

    --
    "Derp de derp."
  46. Re:OpenGL by NanoGator · · Score: 2

    B'sides, why play Doom III on your inferior Playstation when you've already got a PC to play it on? Heh

    --
    "Derp de derp."
  47. Who cares? by SCHecklerX · · Score: 2

    What about the linux version? (RTCW kicks ass in linux, btw...as does quake3)

  48. A serious question, if you ever see this. by Decimal · · Score: 2

    Why, Carmack, WHY? Why have you given into the Microsoft Machine and decided to create a version of what everybody expects to be the next hit game on the XBOX? I thought you were trying to avoid Microsoft domination by using things like OpenGL? You could bury the XBOX by announcing that there will be slimmed down PS2 and GameCube versions but that it will never be available for XBOX. DOOM III for XBOX only adds more weight to the already 800 lb gorilla. Consider me a troll if you must, but you have more control over this situation than anybody! Why have you chosen to aid Microsoft?!

    For god's sake, WHY?

    --

    Remember "Bring 'em on"? *sigh
    1. Re:A serious question, if you ever see this. by Boone^ · · Score: 2

      Because aiding Microsoft in the console space, in which people universally agree the XBox has the most powerful hardware, helps ID's bottom line as well. It would probably be too hard (too much dev time) to attempt to add in the required PS2 optimizations so the easiest money is in XBox-land. Sometimes it's about the benjamins, Decimal.

  49. Re:Wrong! Timesplitters on PS2! by NanoGator · · Score: 2

    One could bring up Goldeneeye for the N64 as well. My comment still stands.

    --
    "Derp de derp."
  50. What's with all the shiny plastic? by PhilHibbs · · Score: 2

    All the recent 3d games look like everything is made of shiny plastic. The screenshots of Doom III that I've seen all look like shiny plastic. Halo looks like shiny plastic. It's only engines based on or prior to Quake II that don't suffer from this.

  51. Re:uh, no by NanoGator · · Score: 2

    Ah! Just wanted to let you know I appreciate your question, most people come to some bizarre extreme instead of finding out what I meant. Heh. I'm serious here, I appreciate you asking even if you come to disagree with me. :)

    The reason the Robocop project happened was because ED-209 was pretty badly designed. ED-209 was supposed to be an automated law enforcement droid, but it had serious design flaws that strangely reflect the way Windows works today. OCP didn't really care that it worked or not, they just wanted to get that ever fruitful gov't contract. When ED-209 failed at a board meeting (to put it mildly...) an up and coming exec leapt in and proposed his pitch for the Robocop project that would solve all of these problems.

    So that's where the MS reference comes in. In the presentation video that announced ED-209, they made a reference to "investing in areas that weren't originally profitable." with clips of artificial hearts (and a commercial for an 'athletic heart'..heh) and space exploration and so on. OCP had a viral approach to snapping up any market they could and becoming the leader. As for Boddicker's involvement, I personally thought that OCP wasn't in on that. To me, that felt like it was just Dick Jones trying to grab a few extra $$$. Basically, OCP was trying to set up a legal monopoly in a self contained area. This was emphasized in Robocop 2 when OCP intentionally set up the city with a loan and forced them to default on it so they could take over city property. Heh. Pretty aggresive, wouldn't you say?

    Their grande plan was to buy Old Detroid and erect 'Delta City', where presumably they could keep everybody out, including competitors and the government. It wouldn't be long before they could have their own nicely contained economy where they rule. Your equality was measured in stock. The more you bought, the more decision making power you have. (Making OCP rich in the process...) And so on...

    The Robocop reference I made was a playful poke at the idea that MS would try to pull the stunt OCP (fictionally) attempted to. I think people get ideas that MS is trying to do more than it really is. I have no doubt they've done some really shitty things to get where they are today, but I seriously doubt that they're interested in going to the extremes that people say they are. For example, MS allegedly paying $2 billion (inflated # btw...) to get the XBOX out in order to wipe out OpenGL and so on. This is ridiculous. What's really happening is that the Playstation became a rather profitable item for Sony, so MS thought they'd try their hand at it.

    At least that's my view on it. I've followed MS for quite a while, I've also followed the game market for quite a while. MS is not doing anything unsual there other than not including Word or IE with their machine. Heh.

    As I said above, I appreciate you asking me to clarify. It is so rare these days.

    --
    "Derp de derp."
  52. They were probably having problems downloading ... by Inoshiro · · Score: 2

    because the servers doesn't use a default of a BINARY mime type, and probably doesn't have mod_mime_magic turned on.

    While Internet Explorer will blindly apply its own magic rules (which lead to interesting viral problems, since you can send mis-named attachements which execute without permission), wget, Netscape, Mozilla, etc, etc, etc, all honour the MIME given be the server, which is set to text/plain. Which means CR/LF is converted to/from UNIX and MSDOS or MAC format for each transfer, depending on the format on the server and the client.

    So fix your Apache config, it's not hard. I can even help you out if you're not familiar with it.

    Btw, that hotlinking hack won't work if your UA just fakes referrers, like all good browsers or proxies should.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  53. Re:uh, no by nathanm · · Score: 2
    If that's true, how come it is having such an easy time competing with the PS2 or GameCube?
    One word: marketing. MS has so much cash lying around, they can afford to spend hundreds of millions on marketing. Remember, the better product doesn't always win (Remember Beta vs VHS?), but the better marketed product usually does. They could sell (literal) crap if they spent some money marketing it.

    Sorry but I'm just not buying this whole 'internet appliance' story. There is no web browser with the XBOX. There is no mouse and keyboard. There is no XBOX version of Office. Wanna know why? It's because it's a game machine. They're not going to extend their monopoly with it. They're going to make money off it by selling games.
    They've just started their XBox online service. I don't ever expect there to be a version of Office for the XBox. And I don't think it'll replace desktop computers. But I think they'll eventually enable them to be used as only an internet appliance, i.e. e-mail, some browsing (maybe MSN only), and possibly (when broadband finally takes off) music & movies on demand (with authentication & payment via Passport, MS taking a cut from each transaction).

    The only reason people think this is because they watched Robocop one too many times.
    Not at all. I'm basing my predictions on Microsoft's previous behavior.
  54. Re:uh, no by NanoGator · · Score: 2

    I said it before, I'll say it again: When I was talking about the XBOX holding it's own against GC or PS2, I was talking about processing power.

    --
    "Derp de derp."
  55. Re:uh, no by nathanm · · Score: 2
    I said it before, I'll say it again: When I was talking about the XBOX holding it's own against GC or PS2, I was talking about processing power.
    Maybe in some other thread, but you never mentioned processing power here. It has almost nothing to do with this discussion.
  56. Re:uh, no by NanoGator · · Score: 2
    "Not quite the same as Sony. At least the Playstation was a somewhat original, innovative platform in its day. The XBox is literally just a low end PC (by today's standard) with a hot graphics card, albeit with a restrictive BIOS/firmware."

    If that's true, how come it is having such an easy time competing with the PS2 or GameCube?



    Processing power was exactly what I was talking about.
    --
    "Derp de derp."
  57. Re:uh, no by nathanm · · Score: 2
    Not quite the same as Sony. At least the Playstation was a somewhat original, innovative platform in its day. The XBox is literally just a low end PC (by today's standard) with a hot graphics card, albeit with a restrictive BIOS/firmware.
    If that's true, how come it is having such an easy time competing with the PS2 or GameCube?
    Processing power was exactly what I was talking about. You obviously don't know how to make a cogent argument then. The 4 posts above it in the thread were talking about market share. If you're going to change the subject abruptly like that, you should inform your audience you're doing so.

    But on your point, any current low end PC has a lot more general purpose processing power than every game console. Therefore, it only takes the equivalent of a low end PC to compete.