I’m not well versed in C&C, but it’s always good to see more games open sourced.

  • Tezzerets_Tea_Time@lemmy.world
    link
    fedilink
    English
    arrow-up
    41
    ·
    21 hours ago

    Holy shit, EA did something… Good? I did not have that on my 2025 bingo card. So, what’s the catch? There has to be a catch, right?

    • IHeartBadCode@fedia.io
      link
      fedilink
      arrow-up
      28
      ·
      19 hours ago

      This doesn’t release any copyright work in the game. So you will need to go through and remove any sprites, images, audio, etc that is copyright. Which means you will need to own a copy of the game (to have a right to the copyright usage) to use any binary produced from THIS source.

      Additionally, it indicates that you must include in any derivative that the source of your code is from the EA drop here.

      Outside of that, it is GPLv3. Of course it has hard dependency on DirectX 5.0. So a fully free version will need to redo those parts. Also the code is very MS VC++ heavy. Don’t expect gcc to build you a binary.

        • bss03@infosec.pub
          link
          fedilink
          English
          arrow-up
          4
          ·
          18 hours ago

          I think so. When I first saw the announcement, I was fearing some barely open source license, and was pleasantly surprised.

      • jkercher@programming.dev
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        18 hours ago

        Heh, the red alert readme says it currently requires borland for the asm and watcom compiler for the c/c++.

    • finitebanjo@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      18 hours ago

      Short version: You can make free stuff for them but they still own all of it and still require people to purchase a copy to use the derivatives.

      • frezik@midwest.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 hours ago

        You can make complete conversions with your own assets. That’s basically how old id engines work.