Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast
Results 31 to 40 of 58
  1. #31
    Player
    Amberyl's Avatar
    Join Date
    Aug 2013
    Location
    香港
    Posts
    334
    Character
    Mizuki Ishikawa
    World
    Belias
    Main Class
    Paladin Lv 60
    Quote Originally Posted by HakuroDK View Post
    Hell, here's a screenshot of G-Bike for Mobile. Where it also doesn't exist.
    Which would be because that's not the Advent Children outfit?
    (2)

  2. #32
    Player
    Amberyl's Avatar
    Join Date
    Aug 2013
    Location
    香港
    Posts
    334
    Character
    Mizuki Ishikawa
    World
    Belias
    Main Class
    Paladin Lv 60
    Quote Originally Posted by WellFooled View Post
    And for your second argument, I'll be honest, I don't remember the circumstances surrounding the screenshot I posted. Is there something in particular that happened that would result in him not wearing a sheath, but keep his clothes and motorcycle intact?
    My bad - I saw the green and thought that was from the pool sequence at the end. It's not, it's outside Aerith's church, in the Denzel flashback. He doesn't have it on, or the shot with Denzel cuddled up behind him on Fenrir wouldn't work.

    He also doesn't need the sheath at this point, either - the swords are stored in Fenrir, and he's a delivery boy circa this point in time.
    (1)

  3. #33
    Player
    Amberyl's Avatar
    Join Date
    Aug 2013
    Location
    香港
    Posts
    334
    Character
    Mizuki Ishikawa
    World
    Belias
    Main Class
    Paladin Lv 60
    As for this endless debate about what the outfit entails - go look up the Play Arts KAI range figure of Cloud on the Square Enix store. That's the definition of this look for him, as it is with every other figure in the range. No details missed out, no feature too small - the KAI range mo.
    (0)

  4. #34
    Player
    Titor's Avatar
    Join Date
    Apr 2014
    Location
    Garlemald
    Posts
    1,228
    Character
    Titor Jaraba
    World
    Balmung
    Main Class
    Alchemist Lv 100
    I really wish it did not have the holster on the back it feels so out of place for many jobs
    (17)

  5. #35
    Player
    dayspring83's Avatar
    Join Date
    Jul 2011
    Location
    Limsa Lominsa
    Posts
    262
    Character
    E'lir Dayspring
    World
    Excalibur
    Main Class
    Red Mage Lv 90
    Quote Originally Posted by LeeraSorlan View Post
    Yes, it would infact be effortless.Pure idiocy because you are against a very minimal part of a costume being able to be toggled off when said part causes clipping and generally looks bad.
    I dont think you understand the term "effortless", friend.

    But yes, I agree with the OP - it would be nice to be able to hide the sheaths. I glamour this onto a lot of my sets even Mages and it looks silly. Doesn't deter me from rocking it either way.
    (4)

  6. #36
    Player
    HakuroDK's Avatar
    Join Date
    Sep 2013
    Location
    Ul'dah
    Posts
    2,052
    Character
    Kinnison Cooke
    World
    Malboro
    Main Class
    Gunbreaker Lv 90
    Quote Originally Posted by Amberyl View Post
    As for this endless debate about what the outfit entails - go look up the Play Arts KAI range figure of Cloud on the Square Enix store. That's the definition of this look for him, as it is with every other figure in the range. No details missed out, no feature too small - the KAI range mo.
    Well clearly they left in too many details, because the left sleeve is missing from the FFXIV version. Not to mention that the only reason the weapon rack is there in the first place is to sheathe all of those swords that come with the figure. So if we're going to continue seeing the weapon rack, then I demand that all six swords be sheathed on the outfit.
    (16)

  7. #37
    Player
    Amberyl's Avatar
    Join Date
    Aug 2013
    Location
    香港
    Posts
    334
    Character
    Mizuki Ishikawa
    World
    Belias
    Main Class
    Paladin Lv 60
    Quote Originally Posted by HakuroDK View Post
    ~then I demand that all six swords be sheathed on the outfit.
    Pretty much sums the entire mood up, lol.
    (1)

  8. #38
    Player
    Noxifer's Avatar
    Join Date
    Jan 2014
    Posts
    1,177
    Character
    C'alih Tia
    World
    Phoenix
    Main Class
    Scholar Lv 70
    Quote Originally Posted by Amberyl View Post
    As for this endless debate about what the outfit entails - go look up the Play Arts KAI range figure of Cloud on the Square Enix store. That's the definition of this look for him, as it is with every other figure in the range. No details missed out, no feature too small - the KAI range mo.
    So... You mean that instead of asking for a possibility to not have those empty holsters/sheaths/scabbards/whatchamacallits on our backs, we should ask to get them filled with weapons?




    Sure thing =D

    The problem is... those sheaths really don't serve any purpose (other than clipping/being in the way) when we can't use them for anything. A scabbard/sheath/holster is there for the sole purpose of storing a weapon in it when you don't use said weapon. The garment in itself is good, but those scabbard thingies make it very difficult (at least for me, and probably other people as well) to fit it into a glamour outfit. ^^;
    (16)

  9. #39
    Player
    Kanemano's Avatar
    Join Date
    Jul 2012
    Posts
    105
    Character
    Kanemano Manomano
    World
    Sargatanas
    Main Class
    Lancer Lv 90
    Is this easy or is it not? From a game developer's perspective (ie; me)

    If the rest of the body has an ambient occlusion pass baked in to indicate the shadows from the holsters, then it could be an issue, otherwise, if they just remove the sheathes, it shouldn't be a problem visually; there just wouldn't be polys that show that part of the map.

    The other question is if the sheath verts are tied in to the main rigging (which is likely the case), and therefore, the verts are weighted to the animation. It can be problematic with blend weights (ie; broken animations/rigging) when vertices that are expected to be there suddenly aren't. Although, game engines nowadays are able to take existing animations and apply them to newer models, so this point may be moot.

    One thing they COULD do though, potentially, is make a new texture file that has the sheaths textured as an alpha. Then they wouldn't render, but the verts would still be there. This shouldn't take too much effort, as professional texture map files are made so that all the bits and pieces are easily identifiable and seperated by layers/folders in the photoshop doc. This would be an easy (but kinda hacky) fix. The new item would just need a new item ID to be put into the game database (non-issue).

    It would still need to be bug-tested before released, they probably have their own in-house determination scale on how much bug-testing new equipment requires, potentially it could be less because it's simply a modification to an already existing game asset.

    Edit: Actually, a lot of the armor sets get re-used by utilizing the alpha method already. The skirt-type for example, I assume all use the same "skirt" mesh (this technique was used constantly in XI, as well as XIV). The behavior for all skirt animations are already in there, it's just a matter of baking down all the information from the newly designed armor (normal maps/texture/ambient/etc), which then dictates where the alpha "pokes" holes through the skirt (like instead of the front of a skirt, one asset might have it open with belts going across).

    This is not an uncommon way to be efficient on asset use, and normal maps help indicate form where it should be flat, versus having actual polygon geometry.

    Is it easy? It sure seems like it to me. But time taken to do this takes away time doing something else, and as hard pressed as SE's crew is on time trying to please everyone and create all this content, it's more stuff on top of the pile at the end of the day.
    (8)
    Last edited by Kanemano; 09-09-2015 at 07:57 AM.

  10. #40
    Player
    ElHeggunte's Avatar
    Join Date
    Aug 2013
    Location
    The Nation of Domination
    Posts
    1,468
    Character
    Naiyah Nanaya
    World
    Diabolos
    Main Class
    Monk Lv 100
    The sheath swings empty in the breeze and serves no purpose like a freshly neutered dog's scrot. It should have never been a part of the vest if it wasn't going to include the sword(s). They removed the sheath from Lightning's Guardian Corps. outfit for the very same reason: it would have just flapped around lamely because we have nothing that would "sheath" in it (and it was probably a nightmare to animate properly anyway) and having the Blaze Edge as an actual weapon meant they couldn't have the handle sticking out as part of the model either.
    (11)
    With this character's death, the thread of prophecy remains intact.

Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast