Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18
  1. #11
    Player
    Reelos's Avatar
    Join Date
    May 2022
    Posts
    11
    Character
    Sam Hericon
    World
    Cerberus
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Larirawiel View Post
    This is not necessarily the case. If the game would have an official addon API then the devs would have the full control what is allowed and what is not. The situation in World of Warcraft is a special one. The addon API is very huge and the addons have access to literary everything. But there also other MMOs with addons. And in those MMOs the situation does not get out of hand.


    Cheers
    Yep. ESO for example. it uses a LUA Framework which is still highly restricted.
    As far as I know. it also is a read only framework
    (1)

  2. #12
    Player GaiusDrakon's Avatar
    Join Date
    Dec 2021
    Posts
    397
    Character
    Gaius Drakon
    World
    Jenova
    Main Class
    Summoner Lv 100
    Quote Originally Posted by Larirawiel View Post
    This is not necessarily the case. If the game would have an official addon API then the devs would have the full control what is allowed and what is not. The situation in World of Warcraft is a special one. The addon API is very huge and the addons have access to literary everything. But there also other MMOs with addons. And in those MMOs the situation does not get out of hand.


    Cheers
    I'd rather FF14 just make an official addon browser. Save them the developer time. There is no way FF14 will implement even half of DelvUI's functionality any time soon. I doubt they can even do it by next decade.

    Most of the vetted plugins on XIVLauncher (i.e. not random ones on GitHub) don't give any gameplay advantage in the first place. All they do is improve comfort.

    Things like chat bubbles or having larger fonts on your ability cooldowns should already be in the game at this point.
    (1)
    Last edited by GaiusDrakon; 05-10-2022 at 07:26 PM.

  3. #13
    Player
    Johners's Avatar
    Join Date
    Dec 2021
    Posts
    492
    Character
    Johners Butcher
    World
    Twintania
    Main Class
    Paladin Lv 100
    Quote Originally Posted by Larirawiel View Post
    This is not necessarily the case. If the game would have an official addon API then the devs would have the full control what is allowed and what is not. The situation in World of Warcraft is a special one. The addon API is very huge and the addons have access to literary everything. But there also other MMOs with addons. And in those MMOs the situation does not get out of hand.
    This still relies on Square Enix taking a stance on what tools are acceptable and those that aren't. At the end of the day, the vast majority of third party tools in the entire toolset are never going to be deemed acceptable so an official plugin framework would still results in a lot of lost functionality for many users.

    Not to mention that a lot of the problem also relies on the fact Square Enix seemingly have very few if any client-side mechanisms to detect or prevent the use of these tools. An official plugin framework doesn't really solve the wider problem in this discussion as the existing tools would continue to work.

    This entire discussion on third party tools is a useless loop of people getting upset at those using it and people getting upset at the prospect of them going away. Until Square Enix just come out and say they're adding a kernel level anti-cheat like Riot Vanguard (used in Valorant and League of Legends) or something of that nature, the situation will never change and you'll be able to keep using these plugins without Square Enix knowing about it.
    (0)

  4. #14
    Player
    Reelos's Avatar
    Join Date
    May 2022
    Posts
    11
    Character
    Sam Hericon
    World
    Cerberus
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Johners View Post
    This still relies on Square Enix taking a stance on what tools are acceptable and those that aren't. At the end of the day, the vast majority of third party tools in the entire toolset are never going to be deemed acceptable so an official plugin framework would still results in a lot of lost functionality for many users.

    Not to mention that a lot of the problem also relies on the fact Square Enix seemingly have very few if any client-side mechanisms to detect or prevent the use of these tools. An official plugin framework doesn't really solve the wider problem in this discussion as the existing tools would continue to work.

    This entire discussion on third party tools is a useless loop of people getting upset at those using it and people getting upset at the prospect of them going away. Until Square Enix just come out and say they're adding a kernel level anti-cheat like Riot Vanguard (used in Valorant and League of Legends) or something of that nature, the situation will never change and you'll be able to keep using these plugins without Square Enix knowing about it.
    No. They need to take a stance on which information they are willing to provide. not which tools are using them or how they use them. It is a massive difference
    (0)

  5. #15
    Player
    Reelos's Avatar
    Join Date
    May 2022
    Posts
    11
    Character
    Sam Hericon
    World
    Cerberus
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Reelos View Post
    No. They need to take a stance on which information they are willing to provide. not which tools are using them or how they use them. It is a massive difference
    I should add, that this would also be groundwork for those detection mechanisms. since they can then start to create a watcher for the game's data.
    (0)

  6. #16
    Player
    Reelos's Avatar
    Join Date
    May 2022
    Posts
    11
    Character
    Sam Hericon
    World
    Cerberus
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Johners View Post
    This entire discussion on third party tools is a useless loop of people getting upset at those using it and people getting upset at the prospect of them going away. Until Square Enix just come out and say they're adding a kernel level anti-cheat like Riot Vanguard (used in Valorant and League of Legends) or something of that nature, the situation will never change and you'll be able to keep using these plugins without Square Enix knowing about it.
    You are not wrong about that. I gotta add this then. I am not mad. I am as annoyed by this loop as you are. What I am trying to is break this loop. Since there would be clearity which we are lacking right now
    (0)

  7. #17
    Player
    Larirawiel's Avatar
    Join Date
    Feb 2019
    Location
    Aldrassil
    Posts
    2,498
    Character
    Larirawiel Caennalys
    World
    Shiva
    Main Class
    White Mage Lv 100
    Quote Originally Posted by Johners View Post
    This still relies on Square Enix taking a stance on what tools are acceptable and those that aren't. At the end of the day, the vast majority of third party tools in the entire toolset are never going to be deemed acceptable so an official plugin framework would still results in a lot of lost functionality for many users.
    Yes and no. Some functionality like parsers would not work anymore. But otoh you could have new functionality, which is not in the current mods.

    Quote Originally Posted by Johners View Post
    Not to mention that a lot of the problem also relies on the fact Square Enix seemingly have very few if any client-side mechanisms to detect or prevent the use of these tools. An official plugin framework doesn't really solve the wider problem in this discussion as the existing tools would continue to work.
    There are some non-intrusive methods to prevent the usage of modifications. They could start to encrypt parts of the client or use methods like ASLR. This would make it way harder to create reliable interface mods. But atm they do nothing.


    Cheers
    (1)

  8. #18
    Player
    Bad_Luck's Avatar
    Join Date
    Sep 2013
    Posts
    174
    Character
    Bad Lucky
    World
    Hyperion
    Main Class
    Arcanist Lv 100
    New to MMOs eh? This isn’t a negotiation dawg.
    (0)

Page 2 of 2 FirstFirst 1 2