Live data from Hacker News

EA Open Sources Command and Conquer: Red Alert, along with other games

github.com

181–190 of 339 posts

Re: EA Open Sources Command and Conquer: Red Alert, along with other games

#181
post #81

Earlier quoted context omitted.

This one made me laugh, mostly because the variable names are so dumb // our RNG is basically shit -- horribly nonrandom at the start of the sequence. // get a few values at random to get rid of the dreck. // there's no mathematical basis for this, but empirically, it helps a lot. UnsignedInt silly = GetGameLogicRandomSeed() % 7; for (Int poo = 0; poo { GameLogicRandomValue(0, 1); // ignore result }

I spent some time browing curiosities about old games, and what strikes me is that the code sometimes was quite personal. You could see the joy, the anger, the disappointment, the satisfaction. Nowadays it would never fly to name a variable "poo", you need to stay professional at all times.

I was a game dev in the mid 90s. It was unserious. There was all sorts of crazy shit in the graphics assets. One wall I remember says "CUNT" on it o_O

I'm sad if developers can no longer name their variables poo and fuck.

Also teenage me would probably be horrified finding out 30 years later his source code was public.

Re: EA Open Sources Command and Conquer: Red Alert, along with other games

#182

Earlier quoted context omitted.

This stuff is decades old. It's completely legitimate that they may simply have lost the source code during a server migration or whatnot.

No, because Red Alert 2 Remaster exists...

Do you work for EA? Because they haven’t announced or released such a thing. A year ago a developer hinted there might be another remaster in the future, but it could just as easily be Generals as RA2.

Re: EA Open Sources Command and Conquer: Red Alert, along with other games

#184
>To use the compiled binaries, you must own the game. The C&C Remastered Collection is available for purchase on EA App or Steam.

Mind you EA released [some of] the games as freeware back in 2008 so no, you don't have to buy them for the graphics, art, sound, and music assets

Tiberian Dawn GDI https://web.archive.org/web/20110927141135/http://na.llnet.c...

Tiberian Dawn NOD https://web.archive.org/web/20111104060230/http://na.llnet.c...

Tiberian Sun (though no source code was released for this game) https://web.archive.org/web/20110823002110/http://na.llnet.c...

Red Alert Allied https://web.archive.org/web/20100130215623/http://na.llnet.c...

Red Alert Soviet https://web.archive.org/web/20100130220258/http://na.llnet.c...

Post reply on HN