Page 4 of 13 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 124
  1. #31
    Player
    Vivi_Bushido's Avatar
    Join Date
    Feb 2014
    Location
    Gridania
    Posts
    830
    Character
    Hott Cocoa
    World
    Spriggan
    Main Class
    Bard Lv 80
    Quote Originally Posted by Hakuro89 View Post
    No.

    /10chars
    Yes!
    /10chars
    (3)

  2. #32
    Player
    Cakekizyy's Avatar
    Join Date
    Jun 2016
    Posts
    1,057
    Character
    Cakellene St
    World
    Gungnir
    Main Class
    Samurai Lv 70
    Quote Originally Posted by Kaethra View Post
    Everquest, released in 1999 does this just fine. They improved the system with Everquest 2, by simply instancing the houses. '.
    IIRC, EQ2 had housing long before they added it to EQ1. Issues with EQ1 system were due to engine and spaghetti code.
    (2)

  3. #33
    Player
    Rakiria's Avatar
    Join Date
    May 2015
    Posts
    343
    Character
    E'gao Tia
    World
    Louisoix
    Main Class
    Astrologian Lv 100
    Quote Originally Posted by Kaethra View Post
    ORly?
    I'm sorry but... Did you just say you need basically one single line fo code for a whole housing system?
    (3)
    dank meme

  4. #34
    Player
    MistakeNot's Avatar
    Join Date
    Sep 2015
    Posts
    2,312
    Character
    Auriana Redsteele
    World
    Zodiark
    Main Class
    Paladin Lv 83
    Quote Originally Posted by Kaethra View Post
    Is the code used for an item in an instance of EQ2 housing.

    First number is item ID
    Second is Database ID (unique, for indexing purposes on the server)
    Next three numbers are the location in X,Z,Y coordinates
    Next three after that are the orientation in Rotation, Pitch, and Roll
    After those is the size (2.0 is twice as big, .5 is half)
    true/false tag determines if the item is in the house's inventory or not
    name of item is self explanatory

    That's not too complex for ya is it? Why would it be for a SE Dev?

    That is merely the data describing a single item in a house. It is not the actual code using that data, nor the database structure needed for handling a large number of such item data over a large number of houses.
    Basically, what you showed was just the tip of the iceberg. The other 99.9% of the iceberg is where the actual work happens, and is mostly hidden from us users.
    (8)

  5. #35
    Player
    Krotoan's Avatar
    Join Date
    May 2013
    Posts
    3,591
    Character
    Krotoan Argaviel
    World
    Sargatanas
    Main Class
    Reaper Lv 100
    Quote Originally Posted by Kaethra View Post
    ORly?



    Is the code used for an item in an instance of EQ2 housing.

    .....

    OK, cool. How does the housing system in FFXIV work? If you know I'd love to hear it, because some transparency on how it gets implemented and why there might be some limitations on their side or a LACK of limitations would be a great argument to petition for simple improvements. If not.. how do you know it's anywhere near what EQ uses and how easy it is to put through?
    (1)
    WHERE IS THIS KETTLE EVERYONE KEEPS INTRODUCING ME TO?

  6. #36
    Player
    Berethos's Avatar
    Join Date
    Sep 2013
    Posts
    1,195
    Character
    Celie Lothaire
    World
    Maduin
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Paladinleeds View Post
    Other MMOs can do it just fine.
    Really?

    Which MMO generates entire housing zones that then act as permanent, always on zones, on the fly, that also happen to provide features that essentially have to always be "on" like Chocobo Stables and the Market Board?

    All the ones I've seen dynamically scale the number of individual instanced housing plots (Wildstar, ESO) or have a set number of zones (LOTRO, which does have a LOT of housing wards but also has severely limited customization with housing items as a result).

    Dynamically scaling the availability of housing areas can be easier or much harder based on how those areas work - something to consider before throwing around the "This other MMO does it, XIV should be able to easily as well." The details of how they do "it" are important, after all.
    (3)
    Last edited by Berethos; 12-01-2017 at 01:15 AM.

  7. #37
    Player
    Kaethra's Avatar
    Join Date
    Oct 2013
    Posts
    1,059
    Character
    Kaethra Tatrinae
    World
    Leviathan
    Main Class
    Conjurer Lv 70
    Quote Originally Posted by MistakeNot View Post
    That is merely the data describing a single item in a house. It is not the actual code using that data, nor the database structure needed for handling a large number of such item data over a large number of houses.
    Basically, what you showed was just the tip of the iceberg. The other 99.9% of the iceberg is where the actual work happens, and is mostly hidden from us users.
    Which has largely been done already. The funny thing is, the current wards are instanced by server on the same Datacenter. Instead of instancing by server, instance by player and allow visitation by others.

    Oh the other benefit is you can have players own multiple homes this way. I don't understand why you all are so against that. For some reason you don't want someone else to have a home that could be different than yours.

    Quote Originally Posted by Berethos View Post
    Really?

    Which MMO generates entire housing zones that then act as permanent, always on zones, on the fly, that also happen to provide features that essentially have to always be "on" like Chocobo Stables and the Market Board?
    Everquest
    (2)

  8. #38
    Player
    Paladinleeds's Avatar
    Join Date
    Sep 2015
    Location
    Ul'dah
    Posts
    2,210
    Character
    Nomfur Farredzasyn
    World
    Omega
    Main Class
    White Mage Lv 100
    Quote Originally Posted by Berethos View Post
    snip
    Ok, so let's tackle this. Since you've mentioned other MMOs, and what they do, how could we translate this to FFXIV?
    Dynamic scaling: So, make it so it's only loaded when a user is accessing the area. If needed, potentially put a cap on the number of instances that can be loaded at once.
    Chocobo stables: Tie this into a "Holding area" (similar to the area outside apartments for apartment residents).
    Marketboard: See "Chocobo stables".

    This is why I suggested in another thread to tie it into a new area, so that the backbone (someone has mentioned inn rooms to act as a starting point for the code re-use, since these already dynamically generate, they just need expanding for housing adjustments) can be made for this without breaking the other areas. Ishgard maybe? Can even tie in MSQ requirements to be able to purchase (though we'll need some handwavey magic for FC housing and members accessing without completing the relevant MSQ, maybe look at how Shirogane does it?) so as to keep within the post-DSW.

    There we go, some ideas on how FFXIV can do, like these other MMOs.

    Quote Originally Posted by Kaethra View Post
    Instead of instancing by server, instance by player and allow visitation by others.
    Isn't that how RuneScape does it?
    (3)
    White Mage ~ Scholar ~ Paladin
    Quote Originally Posted by Spiroglyph View Post
    Boi if you got kicked for the same thing in over 20 duties I strongly suggest you think hard on whatever the hell it is you're doing

    As I'm sure you are well aware, it takes more than one person to be able to kick a player from a duty, so in all those instances there were at least two people agreeing they'd be better off without you tanking.

  9. #39
    Player
    Claviusnex's Avatar
    Join Date
    Jun 2015
    Posts
    965
    Character
    Alinhbo Rhiki
    World
    Adamantoise
    Main Class
    Summoner Lv 90
    Quote Originally Posted by Paladinleeds View Post
    Other MMOs can do it just fine. Why not create a new housing area based off new code that would allow it?
    Because Yoshida can't seem to see past the current implementation. There is no reason they couldn't come up with a new fully instanced implementation that could run in parallel with the existing wards other than this mental block SE seems to have that they can only work with what they have.

    Quote Originally Posted by Paladinleeds View Post
    So, the new housing area could work based off the idea that the "interior server" has 2 areas (a bit like how the FC housing does it with the company workshop/private chambers). You have an outside that you'd go to, with a door that leads inside (to the next part). The coding is already there for the most part from what I can see, just requires some tweaking on the "exterior server" to allow it to work in an instanced manner.
    All they really need to do is include an exterior with the instanced interior and forget about wards for a new implementation. The existing wards could stick around for those folks that want it but it would be with the knowledge they would have ll of the associated problems as well.
    (4)
    Last edited by Claviusnex; 12-01-2017 at 01:49 AM.

  10. #40
    Player
    MistakeNot's Avatar
    Join Date
    Sep 2015
    Posts
    2,312
    Character
    Auriana Redsteele
    World
    Zodiark
    Main Class
    Paladin Lv 83
    Quote Originally Posted by Kaethra View Post
    Which has largely been done already. The funny thing is, the current wards are instanced by server on the same Datacenter. Instead of instancing by server, instance by player and allow visitation by others.

    Oh the other benefit is you can have players own multiple homes this way. I don't understand why you all are so against that. For some reason you don't want someone else to have a home that could be different than yours.
    I like having wards with multiple houses in them. Per-player instances would lose that, which is why I dislike that solution. Multiple houses per player is only a bad thing when housing is a limited resource.

    There is no inherent reason they cannot keep the wards however. Look at LOTRO - pretty much the same setup with houses as we have here, except a much larger number of wards, with new wards getting activated automatically once a certain type of houses are sold out. (Not quite infinite number of wards, or neighbourhoods as they are called in LOTRO, but lots more than we have here.)

    Problem is that changing the current setup - and it doesn't really matter in what direction - will involve a lot of work, and quite possibly involve changing things deep down in the messy parts of the code that no sane programmer wants to even touch for fear of breaking things.
    (1)

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