Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Open Source Software Games

Dark Reign 2 Goes Open Source 41

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."
This discussion has been archived. No new comments can be posted.

Dark Reign 2 Goes Open Source

Comments Filter:
  • Years ago I picked it up in a bargain bin and found that it was quite playable. The graphics were cutting-edge for its time, too.

    I'm not sure what OS developers can gain from it, but I'm all for being able to get an updated game to relive the experience, as i still have the CD. Remember CDs?

    • by Cyphax ( 262239 )

      Sure OS developers can gain something from it, even if it's outdated. Just recently, Warow 1.0 was released. This project was built around the Quake 2 engine. It was modernized some to look quite nice. :)
      It's a good base to expand on. If you want to, of course.

  • Code AND Assets (Score:5, Informative)

    by Rik Sweeney ( 471717 ) on Tuesday August 07, 2012 @08:45AM (#40904105) Homepage

    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 [google.com]

    • That's both unusual and awesome.

      Getting the code is always nice, but you can't do anything fun with it until you have assets to attach. That whole tedious and often unsuccessful part is now not really necessary, so work on bending the code can begin already and it will have good output to test.

      • It's definitely unusual because it was most likely an unauthorized code leak. If this was really an "official" open sourcing of the game all the headers would have been properly updated and you wouldn't have code in there that said it is specifically not supposed to be publicly disclosed.

  • It just doesn't look as fun as the 2D original. Sure, the graphics are 3D (and can take advantage of a 3D card) but aren't pixel perfect like the 2D original. You can't pack as much information into the screen, as the 3D models are just not optimal.

    3D RPGs and RTS games just seem fiddly to me. It's a gratuitous exercise in realism which doesn't add anything to the gameplay.

    Look at the really successful RPG and RTS games - War/Starcraft, Diablo, Dark Reign (the original) ... very little gratuitous 3D design.

    • 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 g

    • by Hatta ( 162192 )

      3D RPGs and RTS games just seem fiddly to me. It's a gratuitous exercise in realism which doesn't add anything to the gameplay.

      IMO, dungeon crawling is much more compelling in 3d. The first RPGs were first person for a good reason. Ultima, Wizardry, Might and Magic, The Bard's Tale, all 3d dungeon crawlers.

    • by Kremmy ( 793693 )
      I'm gonna recommend that you check out the Spring Engine [springrts.com]. It's a fully 3D real-time strategy engine originally developed with the intent of recreating the 1997 RTS "Total Annihilation". If you've played Supreme Commander (Spring predates Supreme Commander and influenced the design), you have something of an idea of what to expect from the Total Annihilation style mods. .

      I wasn't a fan of 3D real time strategy games until I played Spring. Almost every time I go back to another RTS now, I find myself utter
    • by tibman ( 623933 )

      Some of the best RTSs are 3d though. Total Annihilation and Company of Heroes. The 3d part IS important to the gameplay. Height is an advantage. Line of sight weapons vs indirect is interesting.

  • Illegal (Score:4, Informative)

    by Anonymous Coward on Tuesday August 07, 2012 @09:09AM (#40904333)

    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

  • by Lunix Nutcase ( 1092239 ) on Tuesday August 07, 2012 @09:48AM (#40904767)

    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.

    • Re:Be careful (Score:5, Insightful)

      by jonwil ( 467024 ) on Tuesday August 07, 2012 @10:03AM (#40904895)

      Judging by the amount of 3rd party code (a chunk of which I know for sure isn't open source in any way shape or form), I have strong doubts that this is legitimate.
      My bet is that someone will get in trouble for posting this code, the code will be removed (from Google code and probably also from github and elsewhere that it might be uploaded to)

      There is NO WAY that anyone connected with this would ever get permission to post the contents of e.g. 3rdparty\bink or 3rdparty\mss

    • by Swistak ( 899225 )
      Even if software is released under open source license it still is copyrighted to author. Author just chooses license under which he distributes his works. Copyright dates do not need to be updated at all (this is just a formality and mostly for informational purposes), and in most cases are updated only if file under copyright is changed.
      • by Desler ( 1608317 )

        It's highly unusual for none of the source code files to have an updated LGPL license header and the third party code has license text stating it can't be disclosed as it's under license. Any open sourcing of code done officially had headers properly updated and a license text stating that the company gas released it under the new license. Also there is no proof that this person even has authorization to have released this.

  • With the source code now available, it is hoped that online play that isn't dependent on WON servers will be implemented

    It's a shame WON no longer operates.

    Oh wait, it does, it's just called Steam now. Unfortunately, it sounds like the network protocol used may have changed between WON and Steam.

  • Legal issues ahoy! (Score:5, Informative)

    by Desler ( 1608317 ) on Tuesday August 07, 2012 @01:33PM (#40907373)

    Hacker News user gets confirmation from repo owner that this was a leak not an official open sourcing. [ycombinator.com] Slashdot editors need to update the story to warn people.

  • by Anonymous Coward

    Units that block each other and the worst pathfinding AI ever written.

    I even like micromanagement in RTS games, but playing DR2 isn't micromanagement, it's babysitting a bunch of 1 year old George W. Bushes. I actually felt a sense of achievement when my own units died, as if I was contributing to raise the average IQ of the universe by a small but significant amount.

    I still have this game's box on a shelf in front of me and I look at it whenever I'm thinking about buying something. I wasted $50 on the game

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...