Slashdot Mirror


First 1080p Xbox 360 Games Announced

rwven writes "In the October firmware update to the Xbox 360, Microsoft added the capability for their new console to reach the coveted 1080 resolution. EA and Sega have both announced new titles that will reach that resolution, the first for the system. They're not the most visually intense games (NBA Street Homecourt, and Virtua Tennis 3), but this is another symptom of the tight race between all three consoles. Does this change the playing field at all between Sony and Microsoft?" Moreover, does the resolution of a title matter all that much to you yet? Do you have an HDTV that can even reach 1080p? If you do, does reaching 1080p make you more likely to buy a game?

5 of 145 comments (clear)

  1. Re:Nothing But Pity For The Sega And EA Teams by Slashcrap · · Score: 5, Funny

    One of the main reasons you hear so many developers bitching about working on the 360. And why so many 360 games end up using fake marketing shots to hide the AA/jaggy problems that plagued actual in game 360 graphics.

    Hi, welcome to Slashdot!

    I see you managed to make your first post okay, despite the posting interface being different from the PS3Fanboy forums you're used to.

    I think you're going to settle in very well here. Many posters on Slashdot are also teenage virgins obsessed with other people's choice of game system.

    But I know how you feel! It really makes my blood boil when I see someone recommending a different system to the one my mummy bought me for Christmas. One day I'm going to steal the pistol out of my dad's underwear draw and teach them all a lesson!

  2. Re:Hilarious by Thraxen · · Score: 4, Informative

    You're a total idiot. Most of what you said is entirely false. First off, many of the PS3's titles are NOT 1080p. This includes their flagship title Resistance Fall of Man. Second, it's true that none of the current 360 games run natively in 1080p, but most of them can currently be scaled to 1080p by the hardware scaler... which is something the PS3 can't do for its games that run lower than 1080p. Third, WTF are you talking about with jaggies and texture filtering? Slamming GoW shows you have no clue what you are saying. STFU and GTFO, fanboy.

  3. Re:Vast majority by SuiteSisterMary · · Score: 4, Insightful

    Why does it always have to be the now now now? The original Xbox supported HDTV, all the way up to 1080i. When I got my Xbox, and plugged it into a small TV with composite cable, did it matter? No, not really.

    But, a few years later, when I got a 16:9 HDTV, I bought the HD AV unit for the Xbox, plugged it in, changed two settings in the Xbox dashboard, and damn, suddenly the vast majority of my Xbox games are playing in at least 480p, widescreen. It was that easy. And that universal.

    Over in PS2 land, some games support widescreen, some don't. Some support progressive, some don't. If they do, you have to tell each and every game if it should be widescreen or not. Some, you have to use a GD *cheat code* to flip it over correctly.

    So yeah. If you program your Xbox360 game correctly, then people who upgrade their televisions over the next five years are in for a treat.

    --
    Vintage computer games and RPG books available. Email me if you're interested.
  4. Re:1080p Game for My Wii? by Dogtanian · · Score: 4, Informative

    antp: I've always wondered... is there actually a visible difference between 480p and plain S-Video/RGB input?

    ivan256: Yes. There is significantly less dot crawl.

    Although they are different formats, neither RGB, nor S-Video should exhibit dot crawl.

    Dot crawl happens when separate colour and luminance signals are multiplexed (with colour modulated onto a high-frequency subcarrier). The sudden colour transition is (in effect) a high frequency signal which exceeds the safe bandwidth of the colour subcarrier and causes it to spill into the luminance signal, creating bogus detail.

    RGB shouldn't exhibit dot-crawl at all, because it carries separate R, G and B signals on separate wires. At any rate, I've never, ever seen dot crawl with an RGB connection (via SCART).

    Although S-Video *is* different, however, it still carries colour and luminance on separate wires, so it shouldn't show dot-crawl either(!); the Wikipedia article confirms this.

    Perhaps you meant composite video?

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  5. Re:Nothing But Pity For The Sega And EA Teams by Cannelbrae · · Score: 5, Informative

    1) AA is a 360 cert requirement. Yes, a title or two may be able to get that waived by having something else special/that does the same thing. In general though, MS won't let 360 titles with jaggies ship. I am not sure what you are talking about here.

    2) Yes, the EDRAM takes extra effort to work with. Sure, it would be nice if there was an infinite amount. In the end though, the tiling work generally impacts the rendering programmer for a short period and no one else. There is plenty of info for 360 devs on how to use it. If this is a devs main 360 complaint, MS is making devs lives easy - providing a good system, tools and documentation.

    3) Marketing will always use renders. Their job is to get people excited about the title in a cost/time effective way - staged screenshots and renders are the fastest way to do that. This generation, difference in quality is much more visible in movies. A few marketing departments will use rendered movies here, but the cost is basically quite high relative to a rendered model.

    The main 1080p challenge is the performance hit you get for drawing that many more pixels. For games that are GPU bound, going from 720p to 1080p hits the pixel shaders hard. The other issue is memory (same on both platforms) as many games have multiple full screen render targets. A 1080p render target is much larger than a 720p target.