Page 20 of 45 FirstFirst ... 10 18 19 20 21 22 30 ... LastLast
Results 191 to 200 of 444
  1. #191
    Player
    Meleena's Avatar
    Join Date
    Mar 2011
    Location
    Lominsa
    Posts
    671
    Character
    Meleena Steelheart
    World
    Odin
    Main Class
    Pugilist Lv 74
    Is it so much to ask SE to make the landscape cast shadows as well? Easy Peezy Japaneezy!
    Perhaps, if you say it in Japaneezy and with the right tags...
    (0)

  2. #192
    Player
    Abriael's Avatar
    Join Date
    Mar 2011
    Location
    Ul'Dah
    Posts
    4,821
    Character
    Abriael Rosen
    World
    Goblin
    Main Class
    Gladiator Lv 100
    Quote Originally Posted by Wenceslas View Post
    Oh yeah. I agree with you.
    Glad to see we could see eye to eye.

    Quote Originally Posted by BelgianRofl View Post
    There's not even 1000 characters logged into an FFXIV server at any given time. At most there are like 100 Characters on screen, all of which cast shadows, and all of which have different sets of gear and armor. Is it so much to ask SE to make the landscape cast shadows as well? Easy Peezy Japaneezy!
    Do you mean that they should code the game based on the current population? Come on. This is silly.

    Obviously they have to take in account the possibility of heavy traffic. Do you expect them to tell us "oh yeah, now we're adding more effects, but mind you, we're taking them away when the PS3 version launches".

    100 characters on screen are a TON (mind you, even 50) of stress on the hardware. Especially with the level of detail we have in FFXIV. If landscapes casted shadows, they should cast shadows not only on themselves, but on the characters as well (otherwise it would look absolutely ugly). This means that every shadow has to interact with every polygon of the characters. That's quite a lot further calculations weighing on the graphics chip.

    Just think about this. Your character walks in a shadow under a mountain. Everything around him is dark... and he's perfectly lighted!

    Honestly, it'd look much worse than what we have now.
    (0)
    Last edited by Abriael; 03-16-2011 at 05:14 AM.

  3. #193
    Player
    Join Date
    Mar 2011
    Posts
    514
    Quote Originally Posted by Abriael View Post
    If landscapes casted shadows, they should cast shadows not only on themselves, but on the characters as well (otherwise it would look absolutely ugly).
    The 100 on-screen characters already do this. I'll repeat myself again and again to keep my info-graphic on the front page.... Ambient Occlusion taxes the system waay more than landscape and structures casting shadows.

    This: http://upload.wikimedia.org/wikipedi...Floodlight.png :will make the game look greattttt for those of us crazy enough to spend $400 on a GPU!!!! WOOOOO!
    (0)

  4. #194
    Player
    Abriael's Avatar
    Join Date
    Mar 2011
    Location
    Ul'Dah
    Posts
    4,821
    Character
    Abriael Rosen
    World
    Goblin
    Main Class
    Gladiator Lv 100
    Quote Originally Posted by BelgianRofl View Post
    The 100 on-screen characters already do this. I'll repeat myself again and again to keep my info-graphic on the front page.... Ambient Occlusion taxes the system waay more than landscape and structures casting shadows.

    This: http://upload.wikimedia.org/wikipedi...Floodlight.png :will make the game look greattttt for those of us crazy enough to spend $400 on a GPU!!!! WOOOOO!
    You forgot a detail that's been told over and over already. Implementing Ambient occlusion has been stated by SE as a futureproof option. It's not supposed to be used (while I find it's inclusion to be rather silly, I would have left it out, as it causes confusion and I don't know a single person taking advantage of it). They put it in for the simple fact that it took basically no resources to include it.

    Unlike dynamic shading/lighting, it's such a simple (in implementation) effect that you can force it on almost every game from your video card control panel if your VC is powerful enough. Even if it's not implemented in the game.

    The 100 on screen characters don't cast shadow on each other, by the way. Just on themselves and the ground. Luckily their shadow is small, and the problem is almost unnoticeable.
    Adding environmental shadows would involve shadows to be cast on every single character happening to walk in the area, which is a LOT different.
    (0)
    Last edited by Abriael; 03-16-2011 at 05:27 AM.

  5. #195
    Player
    Join Date
    Mar 2011
    Posts
    514
    In a prior post, you said something like if SE changed the way light functions, they'd have to go in and do it manually for each individual light source that's already in the game...

    The light sources are already there. All SE has to do is change one part of the engine. All they have to do is add the an option to change the behavior of light. That technology is already in their engine, as proven by you [character's casting shadows perfectly]. All SE has to do is use that same technology for landscapes and structures. It would take a novice programmer to add that behavior to the light module. WHAM BAM THANK YOU MA'AM
    (0)
    Last edited by Emdub; 03-16-2011 at 06:37 AM. Reason: Inflammatory comment

  6. #196
    Player
    Abriael's Avatar
    Join Date
    Mar 2011
    Location
    Ul'Dah
    Posts
    4,821
    Character
    Abriael Rosen
    World
    Goblin
    Main Class
    Gladiator Lv 100
    Quote Originally Posted by BelgianRofl View Post
    In a prior post, you said something like if SE changed the way light functions, they'd have to go in and do it manually for each individual light source that's already in the game...

    The light sources are already there. All SE has to do is change one part of the engine. All they have to do is add the an option to change the behavior of light. That technology is already in their engine, as proven by you [character's casting shadows perfectly]. All SE has to do is use that same technology for landscapes and structures. It would take a novice programmer to add that behavior to the light module. WHAM BAM THANK YOU MA'AM
    And that's where your idea of game development is oversimplified . It's not just a single toggle.
    if you have a static light that is there just "for effect", there are a lot of parameters that you don't need to set. Or better again, you need to set them *only* for the visual effect that you included.

    Say you have three lights in a room. Those three lights, as they are implemented now, just need to look good in their lighting effect, no other tweaks are needed. Setting their intensity and direction is very simple, because the effect you want to attain is simple.

    Now say that the three lights have to involve dynamic shading and lighting. You need to manually reset every single intensity and direction, because now the lights have a completely different environmental and aesthetical effect than they did. They cast shadows, they interact with each other. They may be too intense and actually hide details of the environment that you don't want to hide, or even be too much "in the face" of the camera, detracting from the whole scene. You may also have to tweak the color, because it's very possible that the original color doesn't interact well with the textures of the environment.

    You cannot just toggle "lights on!" and leave it like that. The result would be ugly. If a novice programmer could easily do that (it's not even just a matter of coding, it involves art direction and coordination with the art department), I'm afraid that novice programmers would find jobs in the industry much easier.

    It's not random that development studios have dedicated artists just for lighting.
    (0)
    Last edited by Emdub; 03-16-2011 at 06:38 AM. Reason: Removed previously deleted comment from quote

  7. #197
    Player

    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    279
    Quote Originally Posted by MonsieurVerde View Post
    They don't look "blurry" to me without DoF. Unless you turned down the texture quality. >_>
    1980x1080 all relevant things maxed. Obviously you have low standards.
    (0)

  8. #198
    Player

    Join Date
    Mar 2011
    Posts
    1
    For some reason I actually bothered to read every post in this thread, so I feel like not posting would be a waste. I agree with Wenceslas, the engine isn't fully optimized, it could use work; however I do enjoy FFXIV's graphics more-so than WoW's or Rift's. If you look at screen shots of the three next to each other, the realism of FFXIV is really what does it for me, not the level of minor imperfections present in each engine or the thought of how much better they could be. Sorry to feed the troll. Something something Charlie Sheen WINNING!
    (0)

  9. #199
    Player

    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    224
    Errr...you don't need a 400$ GPU to play this. >_>
    (0)
    Did you expect something witty?

  10. #200
    Player
    Ayerc's Avatar
    Join Date
    Mar 2011
    Location
    Las Vegas
    Posts
    155
    Character
    Ayerc Atreides
    World
    Balmung
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Abriael View Post
    It's not random that development studios have dedicated artists just for lighting.
    This.

    Lighting is the most difficult aspect of any 3d rendering (static or dynamic). I do a lot of rendering in my major (Architecture) and lighting is where a majority of my time is spent, not because I'm bad at it, but because it just takes an incredible amount of time to tweak the light parameters to gain realistic effects. In addition to that, the lighting elements exponentially increase your render time (read: taxes your GPU/CPU processors heavily). With so many primary and fill lights in any given location, it isn't a simple "turn on/off" situation.

    In an open world like FFXIV, with so many objects to render and shade, there has to be some give and take with today's hardware limitations.
    (0)


    Dear S-E,
    Your s#!% has improved, but it's not quite there yet...you might want to see to that.
    Thanks.

Page 20 of 45 FirstFirst ... 10 18 19 20 21 22 30 ... LastLast