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

  • @[email protected]
    link
    fedilink
    English
    362 months 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
      link
      fedilink
      222 months 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.

        • @[email protected]
          link
          fedilink
          English
          32 months ago

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

      • @[email protected]
        link
        fedilink
        English
        5
        edit-2
        2 months ago

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

    • @[email protected]
      link
      fedilink
      English
      32 months 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.