• givesomefucks@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    2
    ·
    11 days ago

    I’ve always worried about “updates” to prior entries when a new one is coming

    There’s a financial incentive to cripple the last game’s years of mod support so the next official entry isn’t compared to that, it’s compared to the base game

      • givesomefucks@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        11 days ago

        And explains why this update that breaks mods is to push the same mods except paid and labeled “creations”…

        The Fallout 4 update’s due first, arriving on August 18th and “focusing on general Creations improvements”.

        They weren’t happy with people fixing their games for free, they want to get paid for it.

        Coincidentally, if America used original licensing laws, Fallout would have enter public domain a year or so ago, and anyone could make a full Fallout game by now and sell it.

        • Nelots@piefed.zip
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          11 days ago

          They weren’t happy with people fixing their games for free, they want to get paid for it.

          What. It’s literally a free update to their already existing creation club DLC. In no way does bethesda get paid for this. Either you didn’t buy the DLC yet and so aren’t using these free fixes, because it’s for a DLC you don’t own, or you already bought the DLC and bethesda won’t be getting any more money out of you from this patch.

          I understand the hate for Bethesda and Microsoft, but this is just ridiculous. I don’t own the FO4 DLC so I can’t comment on it, but the Skyrim CC is buggy and unbalanced as all hell, so an official patch for it would be a good thing. And the 77% negative reviews on the FO4 CC DLC tells me it’s probably even worse and more in need of a patch there. More than likely, this is just an attempt to fix their overwhelmingly negative reviews on the FO4 CC bundle in hopes that more people buy it. And if that involves them fixing issues it has, that’s literally a good thing.

          Even if it does break mods, the last several times this happened, a downgrade patch was out within hours.

    • Quetzalcutlass@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 days ago

      ARK released an (incredibly buggy and half-baked) underwater-themed expansion for the original UE3 game some time after the UE5 remake was released. And several years after all the modders for the original game had moved on. It broke everything.

      Conan Exiles just did the same thing recently, though at least theirs was a free upgrade to a new engine so they had an excuse.

        • Quetzalcutlass@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          11 days ago

          Yeah, but it’s also Bethesda, so you could chalk compatibility breakages up to their usual incompetence.

            • Quetzalcutlass@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              3 days ago

              Yes and no. The thing about Bethesda’s games is they use a scripting language for mods. That means there should be no ABI compatibility breakages between versions like you’d see with compiled programs; things should only break if an API hook or parent script changes. And Bethesda famously don’t fix scripting errors in their games after the first few months of patches (leading to their titles universally receiving unofficial patches maintained by the community to fix the thousands of bugs Bethesda leaves intact), so there shouldn’t be any major script logic changes.

              Which makes it weird that their updates still tend to break mods, since the parts of the game that mods interact with* should be stable. Granted, they’re messing with the Creation Club so some impact should be expected, but the vast majority of mods don’t rely on that.

              * Mods reliant on the third-party Skyrim Script Extender being a major exception, as that’s a compiled library that uses hardcoded memory offsets to target unexposed functions in the engine, meaning unlike scripts it has to be changed and recompiled after every engine update.