EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
21–30 of 263 posts
Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#22There is also the https://www.openra.net/ project which provides reimplementations of the classic C&C games. Me and some friends played it a few times on Linux, OSX and Windows and it worked smoothly :)
Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#23Sweet.
Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#24Earlier quoted context omitted.
Found this Theme Hospital project recently, as long as you have a paid for version of the game, it works great https://github.com/CorsixTH/CorsixTH
There is also this clon— er, “spiritual successor”, which got some pretty good reviews: https://www.twopointhospital.com
Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#25Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#26Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#27Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#28Re: EA will be releasing the C&C Tiberian Dawn and Red Alert source code under GPL3
#29The post mentions TiberianDawn.dll and RedAlert.dll, I assume it's not the whole source of the games, is it?
Most likely the whole engine and the bare metal game without the arts/graphics and music/sound. That's how a lot of opensource clones work. For example OpenTTD [0] was reverse engineered and you have 2 options to actually play the game - either have the original game and use the arts/graphics and music/sound data from the original files - use the open source remake of the arts/graphics and music/sound The 2nd option…