this post was submitted on 27 Feb 2025
837 points (100.0% liked)
Games
38883 readers
732 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
Authorized Regular Threads
Related communities
Video games
Generic
- Gaming: Our sister community, focused on POC and console gaming. Meme are allowed.
- Cozy games: Because not everything has to explode to make a good game
- Photo [email protected]
Help and suggestions
- [email protected] : You are searching for a game, but can't remember the name? Someone will find it for you here.
- Video Game [email protected] : Can't find a game to play in among the hundred you already own? Find another one to add to your library here.
- Patient [email protected]: Gaming isn't only about having the latest great games. Good old games are there too.
Platform specific
- Linux gaming : For everything related to gaming on Linux platform, be it on Steam Deck or Desktop Linux.
- Steam Deck : A Steam Deck specific community
Game specific
Language specific
Others
PM a mod to add your own
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
That's still pretty cool though right?
I think so. When I first saw the announcement, I was fearing some barely open source license, and was pleasantly surprised.
Heh, the red alert readme says it currently requires borland for the asm and watcom compiler for the c/c++.