Page 14 of 15 FirstFirst ... 4 12 13 14 15 LastLast
Results 131 to 140 of 148
  1. #131
    Player
    ninesunz's Avatar
    Join Date
    Aug 2011
    Location
    U-DA!
    Posts
    339
    Character
    Nine Sunz
    World
    Hyperion
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Soukyuu View Post
    I don't see a difference between a /display on off for a helm, main hand or an accessory. Just use the same code.

    I know you're only the messenger, but sometimes the reasons why something can not be implemented sound a bit ridiculous ;x
    I don't know if the devs are willing to release some more (technical/coding) details about why it's too much work, but that'd surely help.
    I take it you're not a programer?
    (2)

  2. #132
    Player
    Soukyuu's Avatar
    Join Date
    Mar 2011
    Posts
    2,086
    Character
    Crim Soukyuu
    World
    Ragnarok
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by ninesunz View Post
    I take it you're not a programer?
    Semi. Do explain me where I am wrong, examples would be great.
    (0)

    [ AMD Phenom II X4 970BE@4GHz | 12GB DDR3-RAM@CL7 | nVidia GeForce 260GTX OC | Crucial m4 SSD ]

  3. #133
    Player
    Efrye's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Lominsa
    Posts
    280
    Character
    Fey Nafilia
    World
    Phoenix
    Main Class
    Bard Lv 74
    Quote Originally Posted by Soukyuu View Post
    I don't see a difference between a /display on off for a helm, main hand or an accessory. Just use the same code.

    I know you're only the messenger, but sometimes the reasons why something can not be implemented sound a bit ridiculous ;x
    I don't know if the devs are willing to release some more (technical/coding) details about why it's too much work, but that'd surely help.
    Let's see if I can put this in somewhat friendly words...

    If they would give you more technical details, you would need a basic knowledge of games programming to understand them. But if you were in possession of such knowledge, you would already understand that it's pretty much never as simple as just using the same code. There are always a lot of factors to consider, especially when you're making an MMO with an engine that wasn't design designed for making MMOs.

    There really is no reason to question their judgment with these things.
    (2)

  4. #134
    Player
    Estellios's Avatar
    Join Date
    Mar 2011
    Location
    Ul'dah
    Posts
    4,250
    Character
    Yoso Carrasco
    World
    Hyperion
    Main Class
    Monk Lv 77
    Quote Originally Posted by Soukyuu View Post
    I don't see a difference between a /display on off for a helm, main hand or an accessory. Just use the same code.
    This is FFXIV v1... you should know by now how haphazardly put together this game is by now and how much technical hoops they have to jump through to forcefully jam in or rip out things. For all we know the way it is coded turning off earrings could make all characters grow 3x in size, disable the display of our heads entirely, or cause our max HP to be 0.
    (0)

  5. #135
    Player
    Soukyuu's Avatar
    Join Date
    Mar 2011
    Posts
    2,086
    Character
    Crim Soukyuu
    World
    Ragnarok
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Efrye View Post
    If they would give you more technical details, you would need a basic knowledge of games programming to understand them. But if you were in possession of such knowledge, you would already understand that it's pretty much never as simple as just using the same code. There are always a lot of factors to consider, especially when you're making an MMO with an engine that wasn't design designed for making MMOs.

    There really is no reason to question their judgment with these things.
    So let me get that straight.
    - They are able to show your character with/without a helm depending on item equipped OR command
    - They are able to show your character with/without weapon based on a command
    - They are able to show your character with/without earrings depending on item equipped

    If they could hack in a way to display your character without a weapon even though you can't unequip it (unlike the helms), there is no reason for them to not being able to do the same for the earrings.

    Each accessory has a texture/model. I'm guessing they are not loading those (or loading a visibly "empty" one) when main hand is set to off. I don't see a reason this should be impossible to do for the earrings.

    That's why I want more details, or an example. Just prove me wrong.
    (0)

    [ AMD Phenom II X4 970BE@4GHz | 12GB DDR3-RAM@CL7 | nVidia GeForce 260GTX OC | Crucial m4 SSD ]

  6. #136
    Player
    Enyyx's Avatar
    Join Date
    Mar 2011
    Posts
    143
    Character
    Enyyx Catte
    World
    Excalibur
    Main Class
    Thaumaturge Lv 50
    Maybe it was stated earlier in the thread, but why do people want to hide accessories?

    I understand hiding weapons because it's not technically possible to be "nothing" (class wise) while sporting a bikini, however I don't see the need to hide accessories. If you don't like the look, then don't wear it.

    What did I miss?
    (0)

  7. #137
    Player
    ninesunz's Avatar
    Join Date
    Aug 2011
    Location
    U-DA!
    Posts
    339
    Character
    Nine Sunz
    World
    Hyperion
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Soukyuu View Post
    So let me get that straight.
    - They are able to show your character with/without a helm depending on item equipped OR command
    - They are able to show your character with/without weapon based on a command
    - They are able to show your character with/without earrings depending on item equipped

    If they could hack in a way to display your character without a weapon even though you can't unequip it (unlike the helms), there is no reason for them to not being able to do the same for the earrings.

    Each accessory has a texture/model. I'm guessing they are not loading those (or loading a visibly "empty" one) when main hand is set to off. I don't see a reason this should be impossible to do for the earrings.

    That's why I want more details, or an example. Just prove me wrong.
    we have no idea how these things are coded, and even less on how they put in the function to hide the helm on the display. Let's "assume" that your character's head is an encompassing module with smaller modules, they where able to fudge it so you can display/hide the helm armor. But you have no idea if the earring module is a sub module within the head module. So then they'd have to rewrite not only write in hide/display earrings they'd have to rewrite display/hide head - we also have no idea how they interlink armor to graphical data.

    not to mention they have to code client and server so others see what you see.
    (1)

  8. #138
    Player
    wind's Avatar
    Join Date
    Mar 2011
    Location
    Limsa - Balmung
    Posts
    145
    Character
    Wind Oni
    World
    Balmung
    Main Class
    Gladiator Lv 50
    Quote Originally Posted by Soukyuu View Post
    That's why I want more details, or an example. Just prove me wrong.
    Considering that accessories are a completely different category in its own right. I'm guessing there are complications with that.

    Remember, accessories 'currently' have slot cost(no other item does),
    it took them ages to put repairs in for NPC(probably because they coded them differently than other equip able gear)

    None of this screams "you're wrong", just that it could be assumed from how they treat accessories so differently than other items(gear). Would imply that the way they are coded into the game is also different(probably overly complex) considering its SE :P

    edit: You're treating textures like that is the only thing that matters in showing up visibly or not.
    (0)
    Last edited by wind; 02-08-2012 at 05:49 AM.

  9. #139
    Player
    Soukyuu's Avatar
    Join Date
    Mar 2011
    Posts
    2,086
    Character
    Crim Soukyuu
    World
    Ragnarok
    Main Class
    Pugilist Lv 50
    Quote Originally Posted by Enyyx View Post
    Maybe it was stated earlier in the thread, but why do people want to hide accessories?

    I understand hiding weapons because it's not technically possible to be "nothing" (class wise) while sporting a bikini, however I don't see the need to hide accessories. If you don't like the look, then don't wear it.

    What did I miss?
    The part where if you equip an accessory, it is displayed on both ears instead of one. Some people prefer only having one earring displayed. A cosmetic reason, really.

    Quote Originally Posted by ninesunz View Post
    we have no idea how these things are coded, and even less on how they put in the function to hide the helm on the display. Let's "assume" that your character's head is an encompassing module with smaller modules, they where able to fudge it so you can display/hide the helm armor. But you have no idea if the earring module is a sub module within the head module. So then they'd have to rewrite not only write in hide/display earrings they'd have to rewrite display/hide head - we also have no idea how they interlink armor to graphical data.

    not to mention they have to code client and server so others see what you see.
    But the code/models to display/hide an earring are already there - you can wear no earrings and no earrings are displayed for you and the others.

    What they did for helms (my guess) was just add an additional check whether the character has the "hide helm" flag on and don't load the texture for the helm, same for the weapon. That's why I think it should be possible to extend that to earrings, too. The functionality is already there.

    I do understand it's not a priority and am not arguing this, but saying it's hard to implement it is rather confusing.

    edit:
    Quote Originally Posted by wind View Post
    edit: You're treating textures like that is the only thing that matters in showing up visibly or not.
    No, I said texture/model, so I'm meaning both. I do think they load a model that appears to be invisible, possibly by scaling the display to something close to 0. They do have code to scale equip according to race, so that might be it.
    (0)
    Last edited by Soukyuu; 02-08-2012 at 06:12 AM.

    [ AMD Phenom II X4 970BE@4GHz | 12GB DDR3-RAM@CL7 | nVidia GeForce 260GTX OC | Crucial m4 SSD ]

  10. #140
    Player

    Join Date
    Mar 2011
    Location
    Gridania
    Posts
    295
    Bottom line if its easy go ahead, if it takes any real effort to program this I could care less if you make them /display'able
    (2)
    Quote Originally Posted by KingZeus View Post
    on Rabanastre, we play naked IRL

Page 14 of 15 FirstFirst ... 4 12 13 14 15 LastLast

Tags for this Thread