• qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    55 minutes ago

    This is the game that is built on SpacetimeDB. It’s quite an interesting project.

  • maniacalmanicmania@aussie.zone
    link
    fedilink
    arrow-up
    50
    ·
    21 hours ago

    This is uncharted territory and we are essentially running an experiment. For this reason we’re not licensing or open sourcing the game’s assets - the art, music, and IP will still be protected for the time being. But all of the code that makes the game run will be made public. We have not chosen the exact license under which we will be open sourcing the game’s code, but it will be one of the OSI’s approved open source licenses.

    • mr_jawa@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      8 hours ago

      So am I understanding this correctly that means no private servers, just convenient ways to create your own client?

      • nevm@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        19 minutes ago

        From the linked site’s home page:

        This means you’ll be able to browse the codebase, modify the code, share the code, host your own servers, experiment with mechanics, or just satisfy your curiosity about how an MMORPG ticks under the hood.

      • BaconIsAVeg@lemmy.ml
        link
        fedilink
        English
        arrow-up
        4
        ·
        5 hours ago

        Not sure why you’d think that though, as the art & music assets are needed by a client, not by the server. They could release the code for both the client and the server, and distribute the assets separately (usually not the kind of thing you want to distribute via SCM anyways).

        I do wonder what their reasoning was. Having the code for an MMO client and/or server would make it much easier to write exploits, but it also means community supplied fixes and features. The problem is that people writing exploits/cheats tend to have a financial motivation.

        • mr_jawa@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          4 hours ago

          That makes sense. I didn’t really understand to be honest. Coming from old school mmos everything is locked down from my knowledge. I do agree that opening it up for all to see will just make it easier to exploit, but maybe good people will help find exploits faster and speed patching among?

    • opi@lemmy.ca
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      19 hours ago

      Wonder if they’ll pull and id software type thing where the code is GPL

    • ☆ Yσɠƚԋσʂ ☆@lemmy.ml
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      edit-2
      17 hours ago

      I mean, Id did this for years with Quake engines as well, so we kind of know how this works out. The assets tend to be the really difficult part for open source community to replicate. Still cool that they’re doing it though.

      Incidentally, this is where AI tools could really help open source community to make it easier to create nice looking open assets for the game engines like this.