Slashdot Mirror


Diablo III Designer Defends New Look and Feel

In response to a fair amount of angry outcry at the new look and feel for Diablo III, designer Jay Wilson has critiqued some fan-altered screenshots and defended the new style. "The key thing to remember here is that this has been Photoshopped. This isn't created by the engine. Though it looks really cool, it's almost impossible to do in a 3D engine because you can't have lighting that smart and run on systems that are reasonable. If we could do that, we probably would in a few of the dungeons."

21 of 371 comments (clear)

  1. Re:I don't see it by philspear · · Score: 5, Insightful

    I can't understand the attraction to underlit gaming environments. Maybe it's supposed to be scarier? I just get annoyed when I can't see s***.

  2. Re:Shadows Set the Mood by bigstrat2003 · · Score: 4, Insightful

    Ew. No. That was by far the worst part of Diablo before. Not being able to see a damn thing around me is not fun at all. At the very least, they need to make the "blackness" optional.

    --
    "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
  3. Re:No problem here by k_187 · · Score: 5, Insightful

    As with any game with a fiercly loyal fan base, nothing blizzard can do other than repackaging Diablo 2 (and probably not even then), will make these people happy.

    --
    11 was a racehorse
    12 was 12
    1111 Race
    12112
  4. Re:Impossible? That's laying it on a bit thick. by simcop2387 · · Score: 5, Insightful

    mostly what he refers to as impossible are some of the more elaborate shadows (e.g. dynamic ones from the enemies off of the spells being cast) and things like that.

  5. Big Props to the Designer by KnowledgeEngine · · Score: 4, Insightful

    I'm going to have to go ahead and say regardless of anyones personal preference we have to give a lot of credit to the designer for taking the time to comment on their choices. Personally the only user created design change I like better is the last one...wow gayness.

  6. Re:Impossible? That's laying it on a bit thick. by cowscows · · Score: 4, Insightful

    I think it's more likely that they realize that these fan generated graphics are ugly, would probably look even worse in motion than they do in photoshopped screenshots, and wouldn't play very well because they're so muddled. But they're dealing with some obviously hardcore fans, and they're probably thrilled that there are people out there who care enough to go through all this trouble, so they don't really want to come out and call those fans untalented hack artists.

    So rather than call their fanbase stupid, they call themselves stupid. At the end of the day, they'll release the game they want to make, and judging from Blizzard's track record it will be a well made game that will sell very well. These people who are spending hours photoshopping screenshots will switch to spending hours playing the game, and everyone will be happy.

    --

    One time I threw a brick at a duck.

  7. Some of you need to play D2 again by Anonymous Coward · · Score: 4, Insightful

    People are always complaining about how colorful the current d3 images are. Did any of you ever play Diablo 2? Go join a hell difficulty game. Whenever you see champion/unique/superunique monsters, you almost always see an array of colors. Purples and Reds. Green auras. Even if you're running through the depths of a countess' tower, the screen is contrasted by dark colors and bright colors.

    These bright colors make the game easier to play (oh that mob has one red enemy in it, that's the one I want to pop to get the better loot and more exp).

    If some of the armchair game critics would go and reinstall d2, they would see that the new style is not all that different from the old! ... And now I'm back to key runs. Need to get a hellfire torch! Later!

  8. Re:I don't see it by Lilith's+Heart-shape · · Score: 4, Insightful

    In Doom III, where character level isn't much of an issue, the darkness adds to the gameplay.

    It adds to the gameplay for about five minutes. Then it gets annoying.

  9. Re:Its Blizzard by PotatoFarmer · · Score: 5, Insightful

    This has to do with Blizzard. Ever since Warcraft 3 they have shifted their graphic design to a more cartoonish or anime style.

    I think the cartoonish style is more about a means to an end, rather than an end in and of itself. Blizzard prides itself on producing games that will run well on average hardware, and that means reduced scene complexity, especially in cases where you've got arbitrary amounts of geometry on the screen. Because of this, they're limited to broader artistic strokes to convey meaning.

    I look at this a lot like stage theater - actors make exaggerated gestures and wear dramatic makeup on stage because they need to transcend the limitations of the medium. Blizzard uses simple polygons and textures because that's the best way to get a whole bunch of em on the screen at any given time. As long as it doesn't break immersion (and I understand for some people it does, but not for me), then I'm fine with it.

    Personally, watching the gameplay video I wasn't thinking "these colors look off" or "this seems too cartoon-like". I was thinking more along the lines of "whoa, wall of zombies" and "that thing just bit that guy in half!"

  10. V. short version. by MRe_nl · · Score: 4, Insightful

    A lot of the D3 fans don't want D3 to look like WOW.
    Designer says "Interesting (not), but thanks for the publicity" ; )

    I must say i agree with most of the designers points.
    It still has to be easy on the eyes and gameplay, artistic perfection
    is not the main point.
    And, as others have pointed out, if it's too "happy" for you, adjust the gamma, not the game.
    Comma coma, must rest...

    --
    "Kill 'em all and let Root sort 'em out"
  11. Re:I don't see it by Wildclaw · · Score: 4, Insightful

    Doom 3 is perfect if you played in a completly dark room where your eyes can adjust. In that kind of environment "different shades of black" actually works. Playing it in a light room however is painful unless you turn up gamma, which you can't do in the basic settings, instead requiring you to use the console. And if you do turn up gamma the visual quality of course goes down.

    This is the problem when doing any visually dark game. You have to consider how the game plays in a not so dark room.

  12. Re:Shadows Set the Mood by Anonymous Coward · · Score: 4, Insightful

    My question would be (and I'm a complete idiot with vector graphics) why do they have no problem putting directional shadows behind characters but not the scenery? It seems to me that the candle light in that particular screenshot is being blocked by walls and ridges. Is this difficult with scenery? I'm guessing the levels are dynamically generated like in the first and second (a great aspect of the game, might I add), is this what causes difficulty with shadow play?

    The reason is because creating dynamic shadows via shadow mapping or shadow volumes (which is what their technique looks like) is extremely expensive to calculate and then to draw (both techniques are often fill-rate limited, meaning the more that's in shadow, the longer it takes). Typically, designers have to define a subset of shadow-casting objects which are included in the calculation, and everything else is left out. Areas that are determined to be in shadow are then drawn dimmer than their surroundings. Scenery such as walls, mountains or hills doesn't usually cast these kinds of shadows because the effect can be reasonably approximated by simpler techniques (attenuation, directional lights, etc). Indeed, you'll often find that only certain lights cast shadows on certain objects, further simplifying the work.

    I don't work at Blizzard, but I suspect the lack of universal shadowing has little to do with the random nature of the dungeons, and everything to do with high cost and limiting returns of truly "realistic" shadows.

    Thus, the determination of what will cast shadows is typically done by the designers who have to determine what gets the most bang for the processor time.

  13. Re:No problem here by FreonTrip · · Score: 5, Insightful

    Quake was brown because id had to create a realistically lightmapped 3D environment with a VGA color palette. I greatly enjoyed the first Quake and still believe that technical limitations can result in good, interesting design choices, but the fact that a game designed to run on Pentium CPUs and 1 MB graphics cards has continued to profoundly influence game graphics and people's expectations thereof is... well... sad. As for Diablo III, if people want to kick their feet and scream that it's too colorful, then Blizzard just needs to add a post-processing shader option to thump certain color ranges down a bit. See ATI's SmartShader or Far Cry's "graphics filters" for an example.

  14. Re:Its Blizzard by skeeto · · Score: 4, Insightful

    Ever since Warcraft 3 [...]

    I guess you never played the first two Warcrafts? Warcraft games have always been cartoony.

  15. Re:I don't see it by Haeleth · · Score: 5, Insightful

    Doom 3 is perfect if you played in a completly dark room where your eyes can adjust

    And presumably if you have a CRT screen. Increasingly people these days have LCD screens, which can't do black at all. Playing in a dark room with an LCD -- even a good gaming LCD -- means having an immersion-wrecking glowing rectangle hovering in the air in front of you. It just doesn't work.

    Kudos to Blizzard for actually trying to design a game that will look good on real people's PCs, instead of pandering to the crazy obsessions of a tiny minority.

  16. Re:I don't see it by Bat+Country · · Score: 4, Insightful

    If it becomes necessary to alter my environment, buy a new monitor, and use the developer console to see the game as the designers envisioned, the designers need a new vision.

    A visually dark game makes little sense when you happen to be a person with extremely good night vision, because you have an expectation to be able to fucking see what you're doing.

    --
    The land shall stone them with the bread of his son.
  17. Re:Impossible? That's laying it on a bit thick. by Guspaz · · Score: 5, Insightful

    So, graphics are more important to you than gameplay? That's a rather shallow attitude.

    I suggest you take a little trip to South Korea, where their national sport is a 10 year old 2D Blizzard game that runs at 640x480.

  18. Re:Impossible? That's laying it on a bit thick. by icegreentea · · Score: 5, Insightful

    To be fair, graphics build atmosphere and 'feel'. His criticism felt like he found find the new atmosphere and feel disappointing compared to D2. I think that's a fair point. Really, its going to be the same with SC2. Some people are going to be turned off by the new 'feel' to it. Part of that will be gameplay changes, others will be the result of new graphics.

    Graphics do more than 'look pretty'. They can effect gameplay, immersion, and feel. All this stuff about 'put gameplay/AI/story/characters before graphics' may be legit, but that doesn't mean that graphics are no longer a fair point of contention.

  19. Back to Lost Vikings by SeinJunkie · · Score: 4, Insightful

    This has to do with Blizzard. Ever since Warcraft 3 they have shifted their graphic design to a more cartoonish or anime style.

    I agree. Lost Vikings had it right, with it's ultra-gritty, gothic realism. Let's see a return to the good old days of Blizzard like that!

  20. Hardcore fans. by MaWeiTao · · Score: 4, Insightful

    I think screenshot with the pseudo graffiti font that reads, "wow gayness" pretty much reflects the stupidity and immaturity motivating these guys. I guess in their minds everything needs to be "hardcore".

    All I have to say is thank goodness the fans aren't designing the game. I much prefer Blizzard's more colorful, softer feel.

    The last thing I need is every little gritty detail being so prominent preventing important details like enemies, items and my own character from standing out. I also don't want Diablo 3 turning into yet another drab, monotone game like most other games out there.

    Those fan-altered images look like every screenshot developers release for PS3 games desperate to impress everyone with graphics when they often don't have much else to go on.

    I'm surprised that with the popularity of WoW and the Wii that so many gamers apparently are still clamoring for more gritty, realistic, and in my opinion, boring and uninspired, art. No wonder most developers keep churning out crap.

  21. Re:Impossible? That's laying it on a bit thick. by CountBrass · · Score: 4, Insightful

    program in multiple possible rendering abilities and switch between then to tweak down or up the graphics.

    So you've just multiplied both the development effort and the testing effort required.

    Just because it's a massive amount of work for little benefit is hardly a reason to not do it.

    Actually that's an excellent reason not to do it.

    --
    Bad analogies are like waxing a monkey with a rainbow.