Just saw some comments on the xEdit Discord this morning from ElminsterAU, the primary dev for the project. He’s been backwards-engineering Starfield since it came out, tweaking his project to make it work for Starfield. This is important because, as soon as he does, (safe) plugin-based mods become possible, opening up the floodgates for a whole new class of Starfield mods. Only, in its current state, he’s not sure he can make it work. Or, for that matter, that the CK due from BGS “early next year” can make it work, either.

The image I’ve posted is a collection of carefully selected snippets of a much larger discussion, with all the supporting info being excluded for brevity. This is “headline reporting” at its worst, so I encourage anyone tracking this topic to go to the Discord and dive deeper.

Maybe he’s having a bad morning after spending all night attempting to decipher undocumented code that is, literally, legacy built upon legacy built upon even older legacy. But if it’s really this bad, then the modding scene for Starfield is going to have a much harder time getting started than is currently being anticipated.

  • ComputerSagtNein
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    8 months ago

    Idk, I don’t doubt that they know what they talk about.

    However, some counterpoints:

    1. We already have working esp mods although they shouldn’t be possible at this point. Are they risky to use? Sure, but the ones I use work for me.
    2. Modding for Starfield before official mod support already feels on a whole different level than it was for previous games.
    3. Bethesda built Starfield with modding in mind more than any of their previous games. I doubt they did anything to cripple the modding capabilities. Big changes always happened from game to game. There wouldn’t be any progress without those.
    • c0c0c0@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      I think the key point to take from this is that mod object space is a complete mess and the reason why xEdit has not yet been released is not that it doesn’t work yet, but that it can’t be made to work with the game in its current state.

      And, yes, mods are making progress, even with things as they currently stand. But these are generally just texture replacers, command infusion, and configuration tweaks. Nothing is being added. For that to happen, we need these object space issues to be addressed.

      • Shurimal@kbin.social
        cake
        link
        fedilink
        arrow-up
        2
        ·
        8 months ago

        object space is a complete mess

        Starfield has, what, 1000 planets, and each time you land the engine basically auto-generates a new approx. Skyrim-sized worldspace. The reference system has to have departed significantly from previous games for it to work. Even Skyrim was gently pushing the limits of how many objects can be referenced with the 8-digit refID (roughly 16 billion entries per .esp for all world objects, NPC-s, weapons, armor, outfits, consumables, spells, magic effects, markers, helpers etc etc since absolutely everything has to have a refID).

        Of course Starfield is a mess coming from the simple refID scheme of the older games. The reference system in SF must be some sort of convoluted hierarchical system to be able to place probably hundreds of billions of objects over 1000 planets and retain persistency. It won’t be easy to reverse engineer.

        • c0c0c0@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          Since you posted to this old thread, let me share the latest: As of this morning, ElmisterAU has released the RC of xEdit for Starfield. The caveat is that he isn’t sure how forward compatible it will end up being. That said, we’re already seeing mods built with it hitting the Nexus. Took less than 3 hours.