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

 



Forgot your password?
typodupeerror
×
First Person Shooters (Games) Classic Games (Games) Entertainment Games

Classic Shooters Heretic and Hexen Released Under GPL 74

phanboy_iv writes "Fans of both of the Raven classics, Heretic and Hexen, have been trying for almost a decade to convince Raven Software to release engine source code for the games under the GPL, much like the DOOM engine on which both of them are based. Well, they finally did it! Source code is available at Sourceforge. Both of these games have had the source available for a while, but under a restrictive license that hindered ports and modifications. Now, thanks to dedicated fans, that's no longer a problem."
This discussion has been archived. No new comments can be posted.

Classic Shooters Heretic and Hexen Released Under GPL

Comments Filter:
  • And the result... (Score:1, Insightful)

    by WK2 ( 1072560 )

    And the result is ... nothing. This is an old engine, and we have had better ones released under GPL already, such as that of Quake I/II and III. Lots of work has already gone to debugging the Doom, Quake I, and Quake III engine code, and I doubt anyone wants to start over and debug something that is similar to the Doom engine, but not debugged already, like prboom or chocolate doom.

    • by D'Sphitz ( 699604 ) on Friday September 05, 2008 @09:23PM (#24896721) Journal
      Someone cares, even if you don't.
    • Re: (Score:3, Insightful)

      So why were people so eager to have the restrictive license removed?
      • Re: (Score:3, Informative)

        Mostly because it's now legal to GPL derivatives. Ports like ZDoom and GZDoom were in violation before. (And still are because of BUILD code.)
        • by BobNET ( 119675 )

          Mostly because it's now legal to GPL derivatives. Ports like ZDoom and GZDoom were in violation before.

          No they weren't, ZDoom and its derivatives don't use any GPL code because Doom was originally released with a different license [wikia.com].

          (Although it's still possible that the licenses of the various bits of code mashed together in those ports are still incompatible with each other.)

          • You can't put code under the GPL that you don't have the right to put under the GPL. ZDoom's problem was that it was using non-GPL code, yet was made available according to the GNU General Public License.
            • Re:And the result... (Score:4, Informative)

              by BobNET ( 119675 ) on Saturday September 06, 2008 @12:28PM (#24901353)

              ZDoom's problem was that it was using non-GPL code, yet was made available according to the GNU General Public License.

              ZDoom's problem isn't that it was using non-GPL code, it was that it was trying to use GPL code: version 1.16 used the minilzo decompressor and Qmus2midi, and the whole thing was released as GPL. Version 1.22 had Qmus2midi ripped out, but minilzo was still there and there was nothing in the source indicating what license the whole thing could be distributed under. Well, we know now that it couldn't be distributed due to the mixing of Doom Source Licensed code with GPLed code (not to mention the Hexen bits that were in there), but I don't know what it claimed to be under at the time.

              I don't have the source for any 2.0 versions except 2.0.96 handy. That one has no GPL code, although a few files have an exception that if they're used outside of ZDoom or one of its derivatives, then they fall under the GPL. The only piece of GPL code in GZDoom is Fragglescript, and the author of that has granted an exception so it can be linked with GZDoom. The author of GZDoom has put a lot of his own code under the LGPL, mostly to make it more difficult for closed-source ZDoom derivatives ZDaemon and Skulltag to use it...

        • Re: (Score:2, Informative)

          by Kevin108 ( 760520 )
          Build code is from Duke Nukem 3D, which has nothing to do with the Doom games.
          • Re: (Score:3, Informative)

            ZDoom integrates code from BUILD for a number of purposes, including sloping floors, map format loading, graphics interpolation, and voxel support. Randy Heit reworked code from Ken Silverman's demo game KBUILD rather than rewriting these features himself for ZDoom. The problem is, KBUILD is still only released under the proprietary BUILD licence, which is fairly flexible, but not GPL compatible. Duke 3D, however, contains the same sloping floor support, map format loading, and graphics interpolation that K
            • Re: (Score:3, Informative)

              Actually, let me re-re-re-correct that. Since the code for Shadow Warrior is released (which does, in fact, have Ken Silverman's voxel code in it) pretty much the entire collection of features that ZDoom took from BUILD are now available from GPLed codebases derived from the core BUILD tree. The open-sourcing of Hexen and Heretic is the last step, unless code from Strife was integrated without a license (but I think that was reverse-engineered.)
              • Strife support was reverse engineered, but fromwhat I've gathered, it wasn't a perfect clean-room reverse engineering escapade, so the strife support is a little shady.

            • Huh. I wasn't aware of all that. And this is the same Ken who created Ken's Labyrinth, no?
    • Re: (Score:3, Interesting)

      by Psychotria ( 953670 )

      I think some of us may be interested anyway.

      A bit of additional info is that the source code for both heretic and hexen are missing the sound libray... From the sourceforge page:

      The DMX sound library is not included with the source due to license issues, so you won't be able to link until those sound calls are replaced or removed.

      • Same thing happened with Doom. It ended up being ported to Linux first (when it was fixed to use a more freely available sound library) and then ported back to DOS with the fixed sound code, giving birth to the general use of the term "source port" to mean any derivative. I imagine the code could just be cut and pasted, since there's no difference in capabilities—and, also, many of the modern ports use FMOD now, anyway.
        • Re: (Score:3, Informative)

          by Psychotria ( 953670 )
          Yeah, just reading about that now. I found this [wikia.com] on the Doom Wiki an interesting read. I think you're right about the "copy and paste" (maybe a *little* more complicated than that, but not much seeing as the ground work has already been done by the Doom porting people).
    • by NoobixCube ( 1133473 ) on Friday September 05, 2008 @09:38PM (#24896815) Journal

      If I've learned anything from my time on Slashdot, it's that there's a community for everything. No matter how weird or insignificant a software project is, there will be a dedicated community around it.

    • by Anonymous Coward

      These are still good things to learn from.

      And who knows if they had some clever tricks in them that have been forgotten? I still remember that fast inverse square root function ...

    • The interesting parts are not the engine, really - Doom has been open source for ages now, and all the extras that were in Heretic & Hexen on top of that (such as hacked looking up/down, animated walls, and scripting) were reimplemented from scratch by the community anyway.

      What's interesting is the actual game logic. If someone is up to recreate an up-to-date faithful-recreation port of Heretic or Hexen, they now know precisely how the AI is supposed to react, what are the speed and damage of the proj

  • Not needed anymore? (Score:4, Interesting)

    by PhrostyMcByte ( 589271 ) <phrosty@gmail.com> on Friday September 05, 2008 @09:22PM (#24896707) Homepage
    I thought some of the Doom engines out there supported both of those already.
    • by Samantha Wright ( 1324923 ) on Friday September 05, 2008 @09:34PM (#24896801) Homepage Journal
      They do, but it wasn't technically legal to redistribute their code under the GPL. ZDoom still has this problem with Ken Silverman's BUILD engine, which uses its own license (Randy Heit lifted slope code and uncapped frame rate stuff from it, amongst other things.)
    • by Nimey ( 114278 )

      ZDoom and GZDoom certainly do, and they also support Strife and IIRC even Chex Quest.

      • Chex Quest is just a straight WAD replacement for Doom. It's not actually its own game, and requires no extra coding to support.
    • Not entirely. Some are capable of playing the levels but without an inventory, others are reverse engineering the inventory, but they don't work quite right. Having the source released under the GPL will mean either better full support in existing engines, or good 1:1 source ports. Likely both.

      • The source was already released out into the open, but under a weird license. Ports like ZDaemon have problems with the inventory system because they're based on versions of ZDoom when the inventory system was still being implemented (1.22 and various betas of 1.23)
    • Re: (Score:1, Funny)

      by Anonymous Coward

      From T(tiny)FA:

      This release is of monumental importance, as it will allow GPL Doom source ports to freely integrate support for Heretic and Hexen without requiring the code to be rewritten from scratch or to be emulated through empirical testing. The door is also now open for new ports such as "Chocolate" Heretic and Hexen, and for such ports to be distributed in free software packages.

      I'm not sure if they mean "monumental" in the sense of old tombstones, but there you go.

  • just the source? (Score:2, Interesting)

    I didn't see it mentioned -- does this include the WAD (as in Johnny Wad) files? I think it's good that they released the source code in the first place, and even better that it's now under a standard license... but is it really useful for anything? Anyhow, thanks guys!
    • by Nimey ( 114278 )

      No, just the source. That's also what id did when they GPL'd Doom -- just the executable stuff, not the actual game data.

      • Re: (Score:3, Interesting)

        Isn't that a booger?

        Being around a few open projects, I've seen more artists demand proprietary licensing for their art work and content, often things they spent a few hours on. Making certain it will never be "free".

        Then, there's coders who poured months of sleepless nights working difficult bugs out of their complicated engine, then hand it out for the community to learn from. Often without a second though.

        • Re:just the source? (Score:4, Informative)

          by Nimey ( 114278 ) on Friday September 05, 2008 @10:12PM (#24897061) Homepage Journal

          {shrug}. You can get all of the Doom IWADs for $10 with the collector's edition CD, and on Steam you can buy Heretic for $5 and Hexen and its expansion for $5 each. It's not much.

          • by N-Wing ( 30722 )

            on Steam you can buy Heretic for $5 and Hexen and its expansion for $5 each

            Even better, it appears that according to http://steampowered.com/v/index.php?area=sub&SubId=440 [steampowered.com] , a bunch of id games ("id Super Pack") are on sale around this weekend (September 6 and 7th) for $35.

            And http://steampowered.com/v/index.php?area=app&AppId=2360 [steampowered.com] shows that getting just the Hexen games ("Heretic + Hexen Collection") is $5.

            • Does anyone know if you ACTUALLY get these games? Or are you forever tied to playing them through a Steam account and you have to be on the internets? I realize, for this conversation, you can snag the WAD files off your drive but I'm talking about the other games. I'd like to have a few on hand while traveling and not hooked up to the cyber world.
              • by Nimey ( 114278 )

                I haven't bought them, but ISTR that you get the EXEs, WADs, etc. and the original DOS executable runs inside DOSBox, which is included with your Steam download.

                The DOSBox thing of course doesn't apply with the Windows games included with the package. No idea how the Steam DRM stuff works with those.

                Generally, though, when you travel and are away from an Internet connection, you just have to install Steam on your laptop, log into your account, download your games completely, and then you don't need the Int

          • True. I went more of the "middle finger" route on Doom-Quake wads/paks since I bought all those games once, long ago, and have since lost the install media.

            But, I was just speaking of game art in general. I've seen one project stick mostly with "coder art" (noooo) because everyone he interviews wants to forever own rights to a few pixels, thus hindering the free distribution of a package.

            I'm guessing it has something to do with what their teachers told them at the art institute or whatever. Because the only

            • The biggest fear for artists is their work getting quietly used without their consent. They're the only ones who are there to notice or stand up for it, as well. The open source movement is established enough that there's some level of protection and attribution. In art, everyone depends on people knowing that this work IS yours, belongs to you, and must purchase the license from you directly. Simply making art is not as profitable as writing code- if an open source model were applied to art, a field where

              • Creative Commons licenses are good for art, text and music. But the major flaw with art is that everything ends up looking the same. Voices are distinctive enough to tell who sang a song, and even writing styles are distinctive enough to let someone tell who wrote the book. But for art everything ends up looking the same for all but the biggest fans of an artist.
          • It doesn't matter how cheap it is, as long as it costs something, it becomes a hassle to install since you need a financial transaction with someone.

            When it's free, it can become part of the Linux package systems and get installed automatically.

    • Re: (Score:3, Insightful)

      by hedwards ( 940851 )

      The source is really the important thing here. I believe you can still buy all of those games still as part of a collection or second hand.

      Having the source means that the software needed to run the game files can be ported to whatever platform is necessary and fixed. It also means that freeware level packs are useful even without paying for the game.

      Still, it would be nice if the WADs and such were included as well. But this is pretty significant to a lot of people.

      • I believe you can still buy all of those games still as part of a collection or second hand.

        All Doom games, Heretic, and both Hexen games are available on Steam individually, as parts of the id Super Pack [steampowered.com], or as parts of the Doom [steampowered.com] and Heretic+Hexen [steampowered.com] packs. You don't need to play them as packaged on Steam, of course (they just packaged the original games into DOSBox) - just buy them, take the .wad files, and use with ZDoom.

    • Useful for anything? Are you serious? There are tons of Doom engine source ports out there, and if you're looking for the IWADs, all Doom engine games are available on Steam for a few bucks so it's not like they're hard to find.

      • by Lehk228 ( 705449 )
        i picked up the collectors edition from wally world for $10, the included doom95 engine worked but the newer engines looked better (i prefer the mix of old sprites for monsters and new 3d packs for ordinance and weapons, the 3d models for the monsters were horrible last time i checked
  • I was wondering how long I'd have to wait to fire up Hexen in os7 on my SE-30 ! Sweet! lol
  • by IntergalacticWalrus ( 720648 ) on Friday September 05, 2008 @11:12PM (#24897459)

    Many of the Doom source modifications out there use code from the Heretic and Hexen source bases in order to create a combined port that can support all games, and support the additional engine features that were brought by Hexen in the older games.

    However since the Doom source is GPL while the Heretic and Hexen code bases were not, any project doing so was actively violating the GPL, until now.

  • Now hopefully there will be true Heretic and Hexen support in PrBoom. Vavoom didn't run Heretic and Hexen right. ZDoom and ZDaemon meant I had to run them under Wine. (Bad memories about argueing with Nightfang about how much he 'hated Linux' and 'Didn't want Linux users playing ZDaemon.'

  • by Shaleh ( 1050 ) <shaleh AT speakeasy DOT net> on Saturday September 06, 2008 @02:42AM (#24898447)

    My sucking at this and other FPS games is what lead me to becoming a programmer. Hex editing binaries, cheat patches, etc. led me to open source and hacking.

    So yeah these are old news now, but there is some serious nostalgia for some us.

  • Now how about releasing the source (and assets!) from their very first game, Black Crypt [wikipedia.org]? That was one of my favorite Amiga games, and I'd love to monkey around with its guts.

BLISS is ignorance.

Working...