• Sal
    link
    fedilink
    English
    5328 days ago

    Breaking changes to public APIs are generally considered a faux pas

    • @Grumpy@sh.itjust.works
      link
      fedilink
      2428 days ago

      I haven’t been part of the modding scene for a while now. But most likely, none of their public APIs were changed. Naturally, I could be wrong since I didn’t read the patch notes, but that’s typically not where it goes wrong.

      Many modder, and I mean many, do not find Bethesda’s provided APIs to be sufficient for their goals. So people extend those APIs further with their own libraries and scripting engines. Then other modders build on top of that extensions. These work against the binary code of the game and contain a list of pointer addresses in binary. So even the smallest changes to the game binary ends up making all of these extensions to stop working.

      These mods have a headache anytime any kind of updates are pushed. It’s an API thing, but it’s not the API Bethesda made.

    • @whoisearth@lemmy.ca
      link
      fedilink
      428 days ago

      It’s amazing the amount of “developers” that aren’t aware that semantic versioning is a thing.