• nyankas@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    17 days ago

    Although I’d love to see that happen more frequently, this is simply not realistically doable for most commercial games.

    Almost all of them use licensed third-party libraries which are integrated deeply into the game’s code base, but which can’t legally be distributed as part of an open source project. So in order to be able to open source a modern commercial game, you’d have to put in quite a lot of work finding all of your code integrating with commercial libraries and either replacing or removing it. And if that’s not enough, you’d probably have to have your (expensive) legal team check the entire code base for any infringements just to be on the safe side.

    All that work for no monetary gain just isn’t a very good business case. So, unfortunately, I wouldn’t expect a lot of modern games to be open sourced any time soon.

    • pkmkdz@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      17 days ago

      And assets, don’t forget assets. If you use any bought assets from assets stores (Unity / Unreal, heck even textures from textures.com), the licenses don’t allow you to redistribute those in raw form.

      Even if you’re using only things you have copyright to, it’s still not a good idea to license it under same terms as code. Code licenses =/= art licenses