Slashdot Mirror


Id Software and Activision Wolfenstein Source

An enthusiastic Anonymous Coward writes: "Id Software and Activision released the sources of Return to Castle Wolfenstein. Single-player and multiplayer included. Unbelievable! Another great surprise from Id Software!" Update: 04/14 15:19 GMT by T : Note: don't get your hopes up -- these are the sources for the game code, not the engine.

146 comments

  1. Here come the hacked, never-miss multiplayers by Brento · · Score: 2, Insightful

    Don't be surprised in a month when suddenly people start missing a lot less often in multiplayer mode.

    --
    What's your damage, Heather?
    1. Re:Here come the hacked, never-miss multiplayers by carm$y$ · · Score: 4, Interesting

      The license agreement (included, and clicked on in order to install), says, under "2. Prohibitions": "j. prepare or develop derivatives based on the software".

      Clear enough for correct people - and if think different, maybe the whole GPL/Open Source concept is flawed...

      --
      -- No sig today
    2. Re:Here come the hacked, never-miss multiplayers by coupland · · Score: 1, Flamebait

      More importantly, don't be suprised that every bitch whiner on earth will now be crying "bot!" every time a good player hops on a server. Heh, come to think of it I guess your post proves its already begun.

    3. Re:Here come the hacked, never-miss multiplayers by coupland · · Score: 2, Insightful

      Bah, mod all this shit down. It isn't the full source, this is just the game source. They always release the game source...

    4. Re:Here come the hacked, never-miss multiplayers by Brown · · Score: 2, Informative

      Umm, wrong-o.

      This is just the game code; it gives *no* access to networking/engine features beyond what the gameplay code needs; it's also what runs on the server. It cannot be used to make hacked clients at all.
      This is just ID's normal release of code to make mods etc. The engine src won't be released for 3 years or so yet!

    5. Re:Here come the hacked, never-miss multiplayers by Masem · · Score: 5, Interesting
      Except that v 1.3 and beyond will have PunkBuster software in place. Basically, if a server admin wants to minimize the cheaters on their system, they can force this on their server; all connecting clients will have to have this enabled to play on the server. The software scans key dll and other files in the RCTW folders and other factors to try to determine if any modification has been made to those files, and if so, the client is flagged as a cheater, and typically kicked from the server.

      Last time I checked, about 50% of the 1.3 servers in GSArcade claimed to have PB on and running. And the other thing that I've noticed from playing it is the first 2 or so minutes of playing are typically a bit choppy due to the security tests, so it's not very intrusive.

      --
      "Pinky, you've left the lens cap of your mind on again." - P&TB
      "I can see my house from here!" - ST:
    6. Re:Here come the hacked, never-miss multiplayers by pe1rxq · · Score: 1, Insightful
      Clear enough for correct people - and if think different, maybe the whole GPL/Open Source concept is flawed...

      No, it shows the 'Open Source' concept is flawed, its a buzzword....
      The GPL and Free Software concept would have prevented such an prohibition and would make the source code actually usefull.

      Jeroen

      --
      Secure messaging: http://quickmsg.vreeken.net/
    7. Re:Here come the hacked, never-miss multiplayers by defile · · Score: 2, Interesting

      It always frustates me how naive people who should rightfully know better are when it comes to cheat prevention. It's great to see an anti-cheat client actually work and kick the occasional cheater off of a server, but it often gives an irrational sense of hope.

      Anti-cheat clients are a losing battle by definition. There is no way they can possibly be successful. The more effective one is, the more effort people will put forth to break it.

      As long as the client must be trusted on computers that players own (and may therefore hack accordingly), cheating will always be possible.

      The software scans key dll and other files in the RCTW folders and other factors to try to determine if any modification has been made to those files, and if so, the client is flagged as a cheater, and typically kicked from the server.

      There are dozens of ways around this on any modern OS that has basic process debugging functions. Without even getting creative:

      • You can hack the program to disable the anti-cheat client, and run your own anti-cheat client that meets the server's security requirements.
      • Detect when the anti-cheat client runs and redirect its calls to a different, legit set of data.
      • Write cheats that don't depend on modifying on-disk DLLs. When the game starts, modify in-core game data. Since the on-disk DLLs are never modified, the client says all is well.
      • Intercept game system calls to load DLLs and redirect them to a set of hacked DLLs. Take measures to ensure that the anti-cheat client is not also redirected (it probably uses different calls).
      • Impose a proxy between the client and the server that intercepts and adjusts actions accordingly.
      • Run the game under an emulator (legitimate reasons are like how I run Counter-Strike under Linux/Wine). Set up a pristine system environment in the emulator, run all of the cheats from the host OS. The anti-cheat client could never access the host OS (unless the emulator is broken) and would have a much harder time detecting cheats.

      Are there ways to write anti-cheat clients to counter all of these? Probably. But then you open up yet another round of the clever game developers vs. all clever hackers in the world. With each release, the anti-cheat client has to be more clever, more complex, more intertwined, which is only going to make it easier to defeat since there will be so many more points of attack.

      If you want to play games without cheating, play on computers that are owned by a trusted third party (like a lan gaming place). Or play with players you trust. Trusting an anti-cheat client on an untrusted computer in front of an untrusted player is hopeless.

    8. Re:Here come the hacked, never-miss multiplayers by defile · · Score: 4, Interesting

      Meant to include this in the parent post.

      A less hopeless attempt at cheat prevention would be to integrate a "web of trust" system into gaming communities.

      This is all doable through cryptography, but I'll explain the protocol without the implementation details:

      Players take a vow to play cheat free. They get their friends to confirm that they play cheat free. Friends confirm other friends. The web develops. This relationship is published to a well known repository and linked to other webs of trust submitted by other groups based on common participants.

      Alice and Bob have never met before, but they can be pretty sure that niether is cheating because Alice trusts Frank, who trusts Trent, who trusts Eve, who trusts Andrew, who trusts Bob. This many levels of displacement is probaby enough to cover the population of the United States.

      When you join a server to play, the server checks your position in the web of trust to that of others on the web, and tells you their trustworthiness. By playing against people who are trusted by people you trust you can play with higher confidence. You could set policies to only allow players who meet a certain trust level.

      Someone who is actually confirmed to be cheating could damage the trustworthiness of a huge set of players, and would motivate the participants to quickly distance themselves from the cheater or be classified as cheaters themselves.

      A lot of the attacks against this model are based on the implementation, but it sounds more promising to me than pursuing ridiculous anti-cheat clients.

    9. Re:Here come the hacked, never-miss multiplayers by Anonymous Coward · · Score: 0, Insightful

      That works until the 1337 d00dz create a few new identities that play fair, gain trust and then declare that all their buddies in #h4x0rs are trustworthy. Eventually their link to other webs may be broken but an hour or two of IRCing will create another dozen...

      I don't mean to troll, but it seems that closed source engines make it a lot harder for people to cheat...

    10. Re:Here come the hacked, never-miss multiplayers by Hadlock · · Score: 1

      i think this has already been done. it's called private/passworded servers :)

      --
      moox. for a new generation.
    11. Re:Here come the hacked, never-miss multiplayers by Whardie+Jones · · Score: 0

      Look at this guy trying to sound smart trying to sound like a crypto expert. You make no sense. First of all its not a protocol because it doesnt explain how communication is done. 2nd, such a policy will obviously never work you n00b. I'll let you think about why. How these retarded posts get ranked high is beyond me.

    12. Re:Here come the hacked, never-miss multiplayers by ryanvm · · Score: 5, Insightful

      Players take a vow to play cheat free. They get their friends to confirm that they play cheat free. Friends confirm other friends. The web develops. This relationship is published to a well known repository and linked to other webs of trust submitted by other groups based on common participants.

      At least one pitfall to this system is that it hinges on social interaction between participants.

      It basically mandates that logging onto a random server and playing for an hour or so every couple nights isn't "good enough". Now you have to engage in moronic chit-chat with the dozen
      retards on the server in order to can gain their trust. No thanks.

      I play CounterStrike because the game is fun. The last thing I want to do is be forced to integrate myself into some "clan" of immature jackasses just so people can be sure I'm not cheating.

    13. Re:Here come the hacked, never-miss multiplayers by Anonymous Coward · · Score: 0

      Exactly. The only way to create a 'web-of-trust' is just how they do it in real life with credit agencies, banks, your embloyer, etc -- They have to have a way to tie your digital identity back to your person.

      That means social security numbers, X.509 certificates and the whole deal. But it makes better sense than 'punkbuster' and some bogo-karma system.

    14. Re:Here come the hacked, never-miss multiplayers by 0x0d0a · · Score: 1

      Mmmm....

      And I was upset about PGP being discontinued. Start selling "PGP Gaming Edition". It'd revitalize PGP. :-)

    15. Re:Here come the hacked, never-miss multiplayers by sheetsda · · Score: 2

      So what stops someone from hacking PB? If you can hack PB, all you have to know is the right answers to the right questions. Alternatively cheaters could develop a hacked PB client. I wouldn't be surprized if things like these are floating around. Programs of this sort are a nice idea but they're fighting the untrusted client problem, an inheritly unwinnable battle.

    16. Re:Here come the hacked, never-miss multiplayers by zaffir · · Score: 1

      Yes, you use the game source to make mods. Guess what aimbots and wallhacks are? Yup, they're mods.

      At least iD is working with the punkbuster people to try and prevent the cheaters.

      --
      "Upon attaching the waterblock to my penis, I began to notice that I know nothing about computers." -- JRockway
    17. Re:Here come the hacked, never-miss multiplayers by reflective+recursion · · Score: 1

      Actually it already is working. It's basically the same thing as what Advogato.org does. So far Advogato hasn't had near the trash Slashdot or even Kuro5hin has. It may be hard to work into a pick-up type game, like quake/doom/wolf, though. Communication would be slightly tedious. My guess is you would need a central server and a password system. Users would have to log into this intermediate server and then _that_ server would then talk to the game server to initate a connection for the player. It's not impossible though.

      --
      Dijkstra Considered Dead
    18. Re:Here come the hacked, never-miss multiplayers by HD+Webdev · · Score: 0

      That isn't true. The full GAME SOURCE was not released.

      --
      This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
    19. Re:Here come the hacked, never-miss multiplayers by HD+Webdev · · Score: 0

      No they are NOT mods.

      Aimbots are proxy programs that watch network traffic. Using the information they see, they can calculate what to point at and when to fire.

      Wallhacks are video display hacks.

      --
      This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
    20. Re:Here come the hacked, never-miss multiplayers by Bert64 · · Score: 1

      What happens to players on non windows systems? Are they unable to link to the server due to differences in the files?

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    21. Re:Here come the hacked, never-miss multiplayers by Natalie's+Hot+Grits · · Score: 2, Interesting

      Here are some more methods of cheating:

      - Program a standalone program to probe your frame buffer, recognise graphic patterns in the image. Automatically move the crosshair to that position using system calls.

      - more shit here

      The point of all this is that you don't understand the point. I ca think of litterally a million ways of cheating, and punkbuster is not about preventing cheating.

      Have you ever heard of antivirus software? Their goal isn't to patch holes in buggy software written by microsoft. Their goal is to detect known exploits, and disable them. With punkbuster, signatures of exploits (mainly aim bots) can be detected, even if they have NOTHING TO DO WITH THE .DLL's that the game uses to run. It is not only a client side program that authenticates.

      Everyone knows that anti-cheating is an uphill batter. But did you notice that AV software providers make assloads of money?

      Untill game developers start encrypting every packet made by the client, before it is sent off to the network, and on the OS level, the video memory can be locked out, even by the root user, aim bots will exist. and people will use them. Things like PB are the only thing we have to slow this abuse.

      If you want to play with non-cheaters, you had better be playing in a league. I can personally guarantee you that most popular public servers has a few people every now and then running aim bots. This applies to CS,Quake3,Wolf, and other popular FPS games.

      --
      Two infinite things: your stupidity and mine. But I'm not sure about the latter. If my sig offends you, I'm sorry.
    22. Re:Here come the hacked, never-miss multiplayers by Dwonis · · Score: 2

      Smarter server-side sanity checking works much better.

    23. Re:Here come the hacked, never-miss multiplayers by Anonymous Coward · · Score: 0

      Still doesn't solve the problem with wall hacks and what not, which are made to resgisters of the game while running. PB or no PB, there is always a way to cheat.

    24. Re:Here come the hacked, never-miss multiplayers by himself · · Score: 1

      >
      > Alice trusts Frank, who trusts Trent, who trusts Eve, who trusts Andrew,
      > who trusts Bob. This many levels of displacement is probably enough
      > to cover the population of the United States.
      >
      If you could get one of Kevin Bacon's friends on-board, it'd be a sure thing.

    25. Re:Here come the hacked, never-miss multiplayers by defile · · Score: 2

      It's not an uphill battle. It's a losing battle no matter what. It was already lost before it was started.

      With punkbuster, signatures of exploits (mainly aim bots) can be detected, even if they have NOTHING TO DO WITH THE .DLL's that the game uses to run. It is not only a client side program that authenticates.

      So uh, what stops me from hacking punkbuster so that it sees only what it needs to see?

      Untill game developers start encrypting every packet made by the client, before it is sent off to the network, and on the OS level, the video memory can be locked out, even by the root user, aim bots will exist. and people will use them.

      I have full control of my machine. I can break any of these mechanisms if I want to. That anti-cheat client developers don't get this fact means that they're naive. Or think they can make assloads of money by running everyone through the mud.

      Anti-cheat clients will inconvenience legitimate users (you know, people who didn't install the latest fucking anti-cheat tool of the month) and do nothing to people who want to cheat.

    26. Re:Here come the hacked, never-miss multiplayers by defile · · Score: 2

      It basically mandates that logging onto a random server and playing for an hour or so every couple nights isn't "good enough". Now you have to engage in moronic chit-chat with the dozen retards on the server in order to can gain their trust. No thanks.

      Not necessarily. The beauty of such a web is that you don't need to know the people you play with, just that you know common people (which if you pick two random people in the US, they probably know each other with a suprisingly small amount of displacement).

      It means that you need to know at least someone, but in the worst case you may just play on a server where no one trusts you--which is how much they already trusted you.

      The end result is that this is going to be more effective than useless anti-cheat clients, and is really the only hope you've got unless you only plan on playing with people you trust, trust network or otherwise.

  2. How about the Linux version by compumike · · Score: 1

    All they have is an EXE file so far. What good is that for those of us who want to make crossplatform mods?

    1. Re:How about the Linux version by bpb213 · · Score: 1

      dont worry, ill see about unzipping it in windows to see about getting the actual source as text and post that somewhere.

      --

      This .sig looking for creative and witty saying.
    2. Re:How about the Linux version by TTimo · · Score: 1

      I will probably re-package this in a Linux friendly formats with the Linux build system I use. That is, when I get the time.

    3. Re:How about the Linux version by MichaelNewton · · Score: 2, Informative

      If the .exe is just a self-extracting pkzip file, you can unpack it with "unzip file.exe" on linux.

  3. The third reich (A RTCW mod) by linzeal · · Score: 3, Informative

    Already has information on how to play with the source code.

    1. Re:The third reich (A RTCW mod) by jacoplane · · Score: 3, Informative

      You were probably referring to this page.

    2. Re:The third reich (A RTCW mod) by linzeal · · Score: 1

      Actually I was trying to get people to look at the mod first as I might be working on it and we look to need a ton of help to turn it real.

  4. Not the sources by Anonymous Coward · · Score: 0

    This includes only the PUBLIC sources (game AI and such) needed to make mods. This is NOT the RTCW source (i.e. the Q3 engine) as this poorly written article seems to say.

  5. This is just the *game logic*, not the engine by adamwright · · Score: 5, Informative

    ID always release the game logic portions of the game shortly after retail, to allow mod makers to start hacking on it (it's been this way since Quake 2 - Quake 1 came "source included"). The quake 3 engine source won't see the public light of day till probably Christmas 2003, maybe even later.

    1. Re:This is just the *game logic*, not the engine by Toraz+Chryx · · Score: 2

      the QuakeC sources weren't included on the retail cd, though I think they were put up for download shortly after the was released.

      (at least, my Q1 cd doesn't have the source on it)

    2. Re:This is just the *game logic*, not the engine by G-funk · · Score: 2

      Yes it does, it's in the .pak file, you just need to extract it.

      --
      Send lawyers, guns, and money!
    3. Re:This is just the *game logic*, not the engine by Brown · · Score: 2, Insightful

      The .pak only contains the game code in byte-compiled form.

      It is not easily modifiable on it's own, although there are utilities to convert it back into something like it's original source. ID released the actual QuakeC sourcecode a little later, along with a byte-compiler etc for it.

    4. Re:This is just the *game logic*, not the engine by Toraz+Chryx · · Score: 2

      progs.dat wasn't the QuakeC source.....

  6. for game mods by romey · · Score: 1, Redundant

    it looks like it's for game mods. not the full blown source.

    1. Re:for game mods by Schnapple · · Score: 1
      You would think that after six years of giving away engine source, not game source, people would finally know the difference by now. Yes, id hasn't released the source code to Quake 3, just recently released the source for Quake 2 but they'll release the source for RtCW. Riiiiiiight...

      Also, though I usually don't care what Slashdot posts, how in the hell is this news? I mean, they always give away the source. News should be things like the LOTR Text Adventure for the Atari 2600 that fits in 4K. Not "the sun came up this morning."

      You know they're just kicking themselves (again) that they can't delete Slashdot stores for fear of ruining people's posts.

    2. Re:for game mods by Schnapple · · Score: 1

      Though apparently even I don't know the difference, as I got engine and game backwards in my own flame post. Nevermind, I'll just go away now...

  7. More uninformed / ambiguous news posting on /. by Aardappel · · Score: 1, Redundant

    "Unbelievable! Another great surprise from Id Software!"

    How so? this is _public_ source code, the one you make _mods_ with. It has been standard practice since quake (1) to release this freely and soon after the game has come out. No suprise whatsoever.

    Which is very different from id software releasing the _engine_ code to a game (as it has done for doom/quake/quake2), which would have been truely suprising in the case of rtcw :)

    1. Re:More uninformed / ambiguous news posting on /. by Anonymous Coward · · Score: 0
      It's still awfully nice compared to many other so-called entertainment companies, whose attitude is generally "Yeah, we released that 10 years ago, it's totally unsupported, but if you mess with it in any way/shape/form we'll sue your ass."

      If more gaming companies "got it" the way that Id does, it would be a good thing all around.

  8. I find it strange... by tangent3 · · Score: 1, Redundant

    ...that they are releasing the full source codes for RTCW before the full source codes for Quake 3 Arena has been released, although Q3A has been released far earlier. I think these are just the source codes for Mods (RTCW Fortress / RTCW CounterStrike anyone?). Q3A has the Mod source codes released some time ago too.

    1. Re:I find it strange... by JanusFury · · Score: 0

      They aren't. Read up before posting :P

      Sheesh...

      --
      using namespace slashdot;
      troll::post();
    2. Re:I find it strange... by Anonymous Coward · · Score: 0
      Dear Sir

      I am writing regarding your above redundant-ass writeup. I wish to call you a nut sucking whoremonger, and would also like to point out my strong belief that you have biblical knowlegde of your mother.

      Please read the article you're commenting on in future. Also, please accept the enclosed penis bird:
      <0
      ( \ [READ THE FSCKING ARTICLE, BABY]
      X
      8===D
      Yours Sincerily
      Anonymous P. Coward.
  9. Low Quality by Anonymous Coward · · Score: 5, Insightful

    Another low-water mark in terms of Slashdot content quality.

    "Developers: Id Software and Activision Wolfenstein Source" - English is not my native language, but surely, this is a fairly crappy headline. "Developers: Wolfenstein Source Code Released" or something similar would have been way, way better.

    Second, the posting itself is shit, written by an "enthusiastic anonymous coward" who is apparently about 13 years old. Who the hell is reviewing these news items before they hit the front page? Whoever posted this one (hi tim) should have done some creative re-writing, or better yet, picked another submission about the same thing (surely there must have been a couple about something this well-known).

    In its current state, I am very glad I'm not paying a cent for /. access. Stuff like this posting really brings down the average content quality big time.

    1. Re:Low Quality by Anonymous Coward · · Score: 0, Offtopic

      Once again, the stuff Timothy posts is almost always inaccurate, out of date, totally wrong, or all of the above.

      Don't expect any less than the best!

    2. Re:Low Quality by Anonymous Coward · · Score: 0

      i'm starting to think that the moderation of news items would be a good idea. set my threshhold to 3 and forget about the crap. i mean, why should i leave the decision of what's discussed to someone who obviously has a lax concept of quality?

    3. Re:Low Quality by Schnapple · · Score: 0, Redundant
      enthusiastic anonymous coward
      Oooh, I know - let's all submit bullshit stupid stories as AC's and see what pointless drek we can get Slashdot to post!
    4. Re:Low Quality by Anonymous Coward · · Score: 0

      That was such a troll! How did you get a score of "interesting"?!

      The only thing I find interesting about your post is the fact that you didn't have the brass to post it with your real nick. That put the "Coward" in "Anonymous Coward".

    5. Re:Low Quality by Anonymous Coward · · Score: 0

      I am the original poster, and I too am amazed that my post was modded up. Really, I expected it to fall into -1 immediately (hence the AC), but alas, it didn't. Makes me wish I had posted it under my real nick ...

    6. Re:Low Quality by Thing+1 · · Score: 1, Offtopic
      In its current state, I am very glad I'm not paying a cent for /. access. Stuff like this posting really brings down the average content quality big time.

      At the point I am posting this, your post currently has 5 replies. Mine is #6.

      My belief is that such "mistakes" have historically garnered a lot more activity. Hence it is in Slashdot's best interest to continue making "mistakes" in order to keep activity high. The more posts per article, the theory goes, the more eyeballs viewed the ad(s) at the top, so they can charge more.

      It's always about the money. And I agree -- the mistakes are easily catchable (duplicate postings), juvenile (witness 4/1/02), and irritating (the headline for this article is just ambiguous enough to make you want to read the damn thing).

      The worst part? Slashdot is addictive; although they're not getting money directly from me in the form of a subscription, they are getting money from me indirectly in the form of page views, which cost the advertisers more; and posts, which probably cost the advertisers more than a page view. So even though I'll most likely never subscribe, my activity is still helping make them money. And if it educates/entertains me in the meantime, well, that's cool.

      My point? Don't worry about it. If the quality has gone that far downhill, we'd start seeing .sig lines hawking alternative news discussion sites at the same frequency as we're seeing the "Great Slashdot Blackout" coming up the week of April 21(ish). But Slashdot is Heroinware ; there's plenty of us junkies keeping stats up.

      --
      I feel fantastic, and I'm still alive.
  10. Mirror of source code pack by itsnotme · · Score: 5, Informative

    I managed to get in the ftp sites that wasnt slashdotted already and got a copy of it, you can get a copy from: wolf_source.exe

    1. Re:Mirror of source code pack by subgeek · · Score: 1

      it's a self extracting zip file.

      even if you get it from a "more legitimate" source, it will still be an .exe file.

      I got my copy from article on Shacknews which links to fileshack on this page.

      --
      you probably shouldn't have read this.
  11. This isn't the engine code by Lewisham · · Score: 1

    As everyone previously has said, this isn't the engine code. That cash cow has yet to be fully milked yet. What with Medal of Honour: Allied Assault and Jedi Knight II just released, Soldier of Fortune II on the brink of released, Elite Force II just announced, and Allied Assault 2 *and* an unnamed Bond game on it's way based on the Q3 engine, it's highly unlikely id are going to just start giving it away now, isn't it?

    It's not like id can make their money any other way. Q3A was crap (no, really it was wasn't it, people? CS and UT own it) :)

    1. Re:This isn't the engine code by Winand · · Score: 0

      I agree, Q3A was crap. Why can't they make more games where cooperation between teammates is more important to winning? I guess CTF is kinda like that, but every CTF game I've played on the net is just a bunch of people killing each other with 1 guy racking up 20 captures a game just because he mastered the grappling hook. The only game I've ever cooperated with another person is Halo on someone's X-box.

      --
      Dean Dickison aka Winand
    2. Re:This isn't the engine code by Anonymous Coward · · Score: 0

      q3a was crap, but q3a mods (like UrbanTerror, osp, cpma, q3f, ra3), and q3a-based games, like mohaa, rtcw, sof2, ef2, jk2, etc etc etc.. own CS and UT.

    3. Re:This isn't the engine code by Lewisham · · Score: 1

      q3a-based games, like mohaa, rtcw, sof2, ef2, jk2, etc etc etc.. own CS and UT.

      I'll give you ownership of UT, but CS is owned by *no game* only equalled :) Then again, CS is free so that bumps it up a few notches...

    4. Re:This isn't the engine code by Anonymous Coward · · Score: 0

      Try one of the Q3 Freeze tag mods. They are excellent teamwork-oriented games.

  12. Freakin Anonymous Coward! by Rhinobird · · Score: 1

    It's news and all. And it's good to be enthusiastic about something, but Id has been doing this sort of thing for a long time. I mean, they were around before Quake 3 you know...

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  13. ok, by Rhinobird · · Score: 3, Funny

    Now how long until there's a Gentoo portage thingie?

    And I'll just shut up now...

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  14. Re:We are lucky, by Rhinobird · · Score: 0, Offtopic

    Actually, I put the blame for Columbine on the drugs those 2 were taking...intereesting article on the subject here.

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  15. DUH! by dnaumov · · Score: 4, Informative

    Do you REALLY think this is the engine source ? HELLO ?! This is source for the "game" code, that enables mod makers to create the all-popular MODs for the game, like Team Fortress and Capture the Flag for the original Quake. ID Software's policy has always been to: "Make game1. Make game2. Start making game3 and release the source for game1. Finnish game 3. Start working on game4 and release source for game2".

    That way the engine licensees can take their time to release their ID Software engine-based games without losing any profit due to all these custom engine modifications people do in their spare time with games like Doom, Quake and Quake2. You can expect Quake3 Arena (and NOT RtCW) engine source some time after ID starts working on a game AFTER Doom3 (their current project) is released.

    1. Re:DUH! by atrus · · Score: 0, Insightful

      Team Fortress was a Halflife based mod.

    2. Re:DUH! by Anonymous Coward · · Score: 0
      Do you REALLY think this is the engine source ? HELLO ?!

      Does you really believe that "Duh" and "Hello!?!?" are clever retorts? They're just as bad as "Bzzzt" and "Ba-Bow": they make you look like a fucking idiot.

      Grow up, and stop speaking like a valley girl.

    3. Re:DUH! by Nurgster · · Score: 4, Insightful

      Guess again.

      Team Fortress Classis was a Half-Life mod, the original TF was a Quake 1 mod.

      --
      "Faith is the last resort of a desperate man" - Me
    4. Re:DUH! by Anonymous Coward · · Score: 1, Informative

      As long as you're strictly talking about the engine, Return to Castle Wolfenstein is written using the Quake III Arena engine. So releasing the Q3A engine would give you most of what you needed to have the RtCW engine, less the changes Nerve/Grey Matter made to the engine.

    5. Re:DUH! by Anonymous Coward · · Score: 0

      HAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHAH! way to proudly fly your newbie flag! bahahah

    6. Re:DUH! by Anonymous Coward · · Score: 0

      WhatEVER!

    7. Re:DUH! by Anonymous Coward · · Score: 0

      Team Fortress a halflife mod? uh, it was a quakeworld mod.

      halflife's is called team fortress classic and it's far less popular because it blows nutz (as do all other halflife mods like CS)

  16. its not the engine by krs-one · · Score: 3, Informative

    I think one of the biggest misconceptions when ID does this is that they are releasing the engine. Why would they do that? ID never would when the engine is still being sold. Would you pay 300,000 for an engine you can get for free? Hardly.

    -Vic

    1. Re:its not the engine by Anonymous Coward · · Score: 0

      hmm, i wonder why linux is such a total SUCKSESS!!!!!!!!first portfirst post first postr eacti ti

  17. Advances. by saintlupus · · Score: 4, Funny

    Oh, goody. This means the market will soon be flooded with significantly more advanced and realistic deer-slaying simulators.

    --saint

    1. Re:Advances. by Bob+The+Cowboy · · Score: 0, Redundant

      Oh, goody. This means the market will soon be flooded with significantly more advanced and realistic deer-slaying simulators.

      Ma! Ma! Looky here! I railed me 'nother one uh them deers!

  18. Mad !! by bryans · · Score: 0

    How I can port Wolfenstein to my Amiga!!

    1. Re:Mad !! by JanusFury · · Score: 0

      First, start by getting a real computer. :)
      Then, install RtCW, play it, and forget entirely about porting to your amiga.
      :)

      --
      using namespace slashdot;
      troll::post();
    2. Re:Mad !! by Anonymous Coward · · Score: 0

      Hey,

      Amiga is (sorta) a real computer.

      Or, it could be considered a Beowulf Cluster of chips named after girls.

      Either way.... oh, whatever....

  19. oops, already /.'ed by krs-one · · Score: 1, Redundant

    You can find a mirror at this location.

    -Vic

  20. A fraction of the source by oddo · · Score: 0

    As has been noted in other posts, but needs to be addressed again, this is not the game source. This is the small amount of source needed to make modifications to the game. This is largely irrelevant for the majority of developers.

    --
    give me bongo
  21. Fast mirror of the RTCW source code by Turmio · · Score: 2, Informative
    1. Re:Fast mirror of the RTCW source code by Anonymous Coward · · Score: 0

      just in case, i found another good mirror for the source
      http://www.icculus.org/wolf3d/

  22. Just for Mods by murat · · Score: 0, Redundant

    The code is just for mods. It has been already done for Quake 3: Arena, etc.

    This is not like the release of the Quake 2 sources.

  23. Use wine by yerricde · · Score: 4, Funny

    All they have is an EXE file so far.

    Windows self-extracting archives tend to run quite well on Wine, the most popular application binary compatibility layer for FreeBSD and GNU/Linux operating systems.

    Or try Info-ZIP Unzip on it; <crime violates="DMCA">it sure helps when dealing with Microsoft documentation archives</crime>.

    --
    Will I retire or break 10K?
    1. Re:Use wine by zeno_2 · · Score: 1

      You could always use Winrar, which runs natively on Windows, Linux, FreeBSD, and Mac (the mac version is in beta).

      Im fairly sure that program will open self extracting .exe files.

  24. Newsflash: Timothy is retarded by Anonymous Coward · · Score: 0, Troll

    Sheesh. Nice to see his editorial "sk1llz" are as sharp as ever.

  25. Here ya go. by bpb213 · · Score: 1

    look here for a .tgz file, same contents.

    Please - only people who dont have a dual boot or wine, lets not /. my user account at college.

    --

    This .sig looking for creative and witty saying.
  26. true, however... by spd_rcr · · Score: 5, Insightful

    it's good to see ID keeping with their tradition of slowly opening up their source code. how many other gaming companies out there do this ? many still freak out when you try to play w/ their 20 year old roms. quake 1 is still a great game, fast, and can be run on nearly any machine still operating, of course i don't think they're giving away the NiN tracks, the RIAA would have a fit !
    ID is definately one of the best software companies and definatey at the top of game companies. They're a business, they make money, & they give back to the community.
    so they keep the code for 3+ years, at least they won't go broke and stop having code to give us.
    it'd be nice to see other companies doing this !
    way to go ID Software, thanks for continued good deeds.

    --
    - tensions in our lives that are attacking our minds, unite themselves together to make our consciousness blind - op'ivy
    1. Re:true, however... by ConceptJunkie · · Score: 2, Redundant

      I agree. I think it's awesome that they have opened up _all_ the source for their older games, so enthusiasts can port them to other platforms and/or make modifications and additions.

      It's a common sense idea that I wish more companies would follow. Old products do not make the company any significant money (if at all), and releasing them gives the community a big bonus. Of course, most folks will still want the latest and greatest when it does come out. I suppose some companies might consider such an action impacting sales of their current products.

      I'm glad that id is willing to take that risk,

      I don't like id games, nor do I play them, but I like the idea of a company that doesn't bury obsolote code for no good reason.

      Now, if Microsoft would only release the source to Windows 3.1....

      --
      You are in a maze of twisty little passages, all alike.
    2. Re:true, however... by motardo · · Score: 2

      Commander Keen for all!! :)

      -motardo

    3. Re:true, however... by ConceptJunkie · · Score: 2

      Release the source for Kroz!

      --
      You are in a maze of twisty little passages, all alike.
    4. Re:true, however... by Warped-Reality · · Score: 2, Informative

      iD has NEVER, I repeat, _NEVER_ given away their games (as your one sentence about the RIAA seems to imply)... Even though the full sources for Wolf, Doom, Quake, and Quake2 are out, you still need to actually posess the game to play it (source without data is useless)

      --
      This is not the greatest sig in the world, no. This is just a tribute.
    5. Re:true, however... by spd_rcr · · Score: 2, Interesting

      source is the only data that really matters. if you're just looking for a free copy of quake, sure they don't give away the complete game, but they do give you everything you need to make your own. collect some textures, throw together your own maps, skin a couple characters, it's no more work than the average enthusiast does when the game's brand new. www.quakeworld.com
      or www.planetquake.com
      i'm just complaining 'bout RIAA, because it'd be nice if you could legally download old NiN or other tracks after the cd's have left the marketplace. what sort of fan wants to spend $30 to replace that old scratched up cd because now it needs to be special ordered in.
      ID has a good idea and it'd be nice to see other industries/companies following their lead.

      --
      - tensions in our lives that are attacking our minds, unite themselves together to make our consciousness blind - op'ivy
    6. Re:true, however... by evil_one · · Score: 1

      I'd much rather see the source for Epic's ZZT, but they claim to have lost it. Shame. the closest thing we've got are the binarys; http://www.textmodegames.com/download/zzt.htm and remakes; http://c99.dyndns.org/dc/index.shtml

      --
      Desperation is a stinky cologne
    7. Re:true, however... by Anonymous Coward · · Score: 0

      I hate to break it to you, but any true total conversion will run on the engine without the id datafiles.

    8. Re:true, however... by Warped-Reality · · Score: 1

      then it woudln't be id's game, it would be your game running on their engine

      --
      This is not the greatest sig in the world, no. This is just a tribute.
    9. Re:true, however... by RobKow · · Score: 1

      Oh, how I loved playing ZZT. And creating worlds, too. Mmm. :)

    10. Re:true, however... by Art+Tatum · · Score: 1
      source without data is useless

      Only if you're intending to play the game. If you just want to see how a *really* good coder works, then it's great!

  27. engine code vs. game code by dollargonzo · · Score: 1

    well, as much as everyone is pissed off at /. out them ACTUALLY releasing the game code and the issue of misreporting, it got me thinking a bit. what would be so bad about releasing the engine code? that really wouldnt give anyone anything! when u buy the CD, u are paying for the maps and media NOT the engine, really... binaries are free, right? just the CD needs to be paid for. the only thing they would lose is if someone used the code and improved it. assumming they can stay ahead of the competition (as any company needs to assume...) then what is the problem?

    QED

    --
    BSD is for people who love UNIX. Linux is for those who hate Microsoft.
    1. Re:engine code vs. game code by someonehasmyname · · Score: 2, Interesting

      umm. because sierra or another game developing company could use it. I mean, come on. I'd love to see counter-strike using that engine.

      --
      Common sense is not so common.
    2. Re:engine code vs. game code by reidbold · · Score: 4, Informative

      Licensing the quake 3 engine costs 250k, there's your reason for not releasing the engine.

      --
      -Reid
    3. Re:engine code vs. game code by Whardie+Jones · · Score: 0

      write your own game engine. I think we are in the era of a new type of programmer: the script kiddie programmer.

    4. Re:engine code vs. game code by 0x0d0a · · Score: 1

      Well, probably because id makes awful games. Oh, don't get me wrong -- Carmack makes incredible *engines*. But as for actual gameplay...Nobody buys Quake for the game. You buy it so you can play mods. id makes a new engine and then licenses it to all the people making Quake-engine games, and while they're doing that, they'd be silly to hand out the code for free.

  28. Why Would you Release Engone Code ANyways, by DiS[EnDeR] · · Score: 1

    Of course ID Software is going to be in negotiations to license the engine code to other developers. I think its fair practice due to all their efforts to develop one by themselves.Its better now to release the game data for MOD use which will inspire "counterstrike" offshoots, and therefore more purchasers. When the time is right ID will release the engine at about the same time nobody cares anymore. Its the cycle of things, and it works well.

    --

    Harder.. Better.. Faster.. Stronger
  29. The full source will be released.. by reidbold · · Score: 1

    Id releases the full source to their games when all of the licensees games are done. And seeing as quake 3 engine games are still in dev(I think, I'm too lazy to look it up), it'll be a while til the full source is released.

    -reid

    --
    -Reid
  30. Thanks for the update Timothy by Pave+Low · · Score: 0, Troll

    Update: 04/14 15:19 GMT by T: Note: don't get your hopes up -- these are the sources for the game code, not the engine.

    Gee thanks for clarifying the story hours after it was posted and after many readers had pointed it out.

    Doesn't make you that much of a dumbass after all.

    Gotta love how much better the slashdot experience is now that we have subscriptions!

    --
    SIG:Slashdot: indymedia for nerds.
  31. Doom by Anonymous Coward · · Score: 0

    I would just like to say that after all these years, I still play Doom and Doom II. I now use them with Doom Legacy for 3d graphics and enhancements. At 1024 x 768 x 32 my geforce 3 ti200 gets a good beating. Remember these 2 codes: IDKFA and IDDQD ok? I can't wait for Doom III, I will probably play it for 10 years also. When Doom III comes out, I would like to see Doom 1 and II redone but with the Doom III engine.

  32. Do you know why this would never work? by 7-Vodka · · Score: 3
    I'm a good player. I get accused of cheating several times a day. I don't cheat. Really.

    So basically in a web of trust, I'm fucked. Every lamer out there will mark me as a cheater.

    --

    Liberty.

  33. It's 'id' not 'ID' by vaca · · Score: 1

    Some of you freaks need to respect the wishes of others. id is spelled the way it is for specific reasons, not because someone's shift key is broken. :P

    http://www.idsoftware.com/
    http://www.google.co m/search?hl=en&safe=off&q=id+e go+superego&spell=1

    1. Re:It's 'id' not 'ID' by Anonymous Coward · · Score: 0

      I was under the impression that id software took its name from a previous effort by Romero (and Carmack?) creating games under the label "Into the Deep".

  34. Suprise? How? by SquierStrat · · Score: 2

    While it IS pleasant news, it was not a surprise. If you read the change log to the last patch, one of the changes was the addition of a mod menu. Hmm could this be because they are releasing the game code? :-)

    --
    Derek Greene
  35. Next SlashDot Story.... by Ironpoint · · Score: 1


    iD is da Bomb. John Carmack, Please Post here to generate traffic.

  36. Not a surprise by Yuioup · · Score: 1

    That's not a surprise. They always release the game sources for their latest games, including all the other games based on their engines (Half-Life, Alice...)

    The person who posted that newsitem obviously knows nothing about id. I'm surprised his comment made it to the prestigous /. site.

    Yuioup

  37. Most redundant posting ever by screwballicus · · Score: 3, Insightful

    It's a shame to see good people making good comments get bad karma for posting useful information, but it's also a shame to see a message board filled with 30 people all saying the exact same thing. How many checked to see whether someone else had posted regarding the code being just game source and not engine source before repeating that fact? Not many, seemingly. 30 people can't have all posted that comment simultaneously. It looks like slashdot is all soapbox and no audience, especially seeing as virtually everyone seems to be well aware of the existing policy on releasing source, anyway.

  38. I mirror this code to get your advise... by droleary · · Score: 5, Funny

    "Source code" in an exe from a complete stranger! Let me rush out and get that!

    1. Re:I mirror this code to get your advise... by Verne · · Score: 5, Funny

      no no, he's +5 Informative, it must be safe... slashdot moderators can't be wrong... ;)

      --


      There are only two things in this world that smell like fish. And one of them's fish...
    2. Re:I mirror this code to get your advise... by btellier · · Score: 3, Funny

      Not to mention that he's got a 20k user number. As we all know, Slashdot didn't start attracting the evil hordes of trolls and hax0rs until the 100k's-120k's.

    3. Re:I mirror this code to get your advise... by Nailer · · Score: 2

      "Source code" in an exe from a complete stranger! Let me rush out and get that!

      So I take it you only ever install GPG signed source / binary packages? Or if installing unpackaged source review each line yourself?

  39. Nazi AI by Screaming+Lunatic · · Score: 2

    That's sweet. The AI of the bots is fricken amazing. Now I can figure out how they got the Nazis to kick grenades back at you. And how they managed to get the Nazis to sneak up behind you when they have spotted you. RtCW doesn't get that much credit for their AI, but is was quite good for a FPS.

  40. Macs by macdaddy · · Score: 2

    I just wish the lazy SOBs would finish the Mac version. Why the hell is it taking them so fscking long?! The last test release was in November '01 for Christ's sake!!!

  41. Game code is in the interesting part by Junks+Jerzey · · Score: 3, Insightful

    Note: don't get your hopes up -- these are the sources for the game code, not the engine.

    Speaking as a professional game player, the game-level code is the interesting part. Graphics engines get pretty boring after you've worked on a couple of them. Go back to a graphics book from 15 years ago, back before PC gaming took off, and that's pretty much how graphics engines still work. Game-level code, though, now that's interesting. There are many more open problems in that area, or at least problems that can be solved in hundreds of ways, as opposed to three or four.

    1. Re:Game code is in the interesting part by Anonymous Coward · · Score: 0

      "Speaking as a professional game player..."

      Where do I apply for that job? ;)

  42. life on the web by Anonymous Coward · · Score: 0

    I love spelling mistakes, blatant lies and other egregious content errors as I read on the web because by them I know I'm not reading the official party line from such shit providers as USA Today, or CNN.

    Real people / real mistakes!

    khl

  43. Slashdot Editorial Quality by Anonymous Coward · · Score: 0

    The embarrassingly-amateurish manner in which this story was posted has confirmed that Slashdot does not deserve my cash.

  44. Dictionary.com definition of 'news' by Anonymous Coward · · Score: 0

    http://www.dictionary.com/search?q=news I don't know what definition you are using. Why does Slashdot keep inserting spaces where there weren't any? In an earlier preview, It insterted a space between the two t's in http

  45. this is useful for wannabe game developers ... by edyu · · Score: 1

    ... like me for example. Nothing is more valuable than a running source code. I believe we should encourage this kind of education opportunities. Whether anyone can use this to create a game derivative is less significant in this case. Just my 2 cents.