Dark Reign 2 Goes Open Source
An anonymous reader writes "One of Activision's last RTS games, Dark Reign 2, has gone open source under the LGPL. Although the release by a former Pandemic Studios employee was some time ago, it had happened relatively silently. With the source code now available, it is hoped that online play that isn't dependent on WON servers will be implemented and possibly ports to other platforms."
From the looks of things the assets are included. There's a 790MB rar file here
http://code.google.com/p/darkreign2/source/browse/#svn%2Ffull_game
Summation 2
Contains files like source/graphics/IMESHUtil.cpp which state: /*
* IMESHUtil.cpp
*
* INTEL CORPORATION PROPRIETARY INFORMATION
* This software is supplied under the terms of a license agreement or
* nondisclosure agreement with Intel Corporation and may not be copied
* or disclosed except in accordance with the terms of that agreement.
*
* Copyright (c) 1998 Intel Corporation. All Rights Reserved.
*
*
* PURPOSE:
*
* This file contains the implementation for the IMESH Utility
* functions that manage IMESH memory, read and writing of IMESHes, etc.
*
*
*/
So it should not be on Google Code
I can't comment on the relative fun of those two specific games; but '3d' has certain advantages beyond graphical glitz that come in handy.
Unless the game ships a fairly massive number of sprites or goes full vector graphics(also unlikely to meet 'pixel perfect' standards), the resolution-independence of 2d engines leaves... something to be desired. You can get away with modest movements up or down, in the original aspect ratio; but things get ugly and illegible pretty fast if you go outside that. Even in games where the gameplay is fundamentally 2d(Civ 4, say, is played on pretty much the same gameboard as Civ1-3, with the rules and the pieces tweaked a bit each time), the ability to splash it across reasonably arbitrary resolutions(once the initial legwork is done) comes in pretty handy in today's world of cheap pixels and eccentric aspect ratios.
If it's LGPL why weren't the copyright headers updated? Most still just say things like:
Copyright 1997-1999 Pandemic Studios, Dark Reign
Seems a bit iffy at the moment.
Hacker News user gets confirmation from repo owner that this was a leak not an official open sourcing. Slashdot editors need to update the story to warn people.