Thread: Doom

  1. #16
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    >actually... there are various engine improvements in the Doom II source...

    Its the same source, just different wad files.

    Dont believe me? Go download the Doom source from idsoftware.com and look at the main function for yourself.
    My Website

    "Circular logic is good because it is."

  2. #17
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    but linux doesn't like me

  3. #18
    Registered User
    Join Date
    Sep 2001
    Posts
    31
    Yo guys did you hear about Quake 4. I heared that some other company is developing it not ID soft.

  4. #19
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    doom 2 supports larger levels and has slightly faster rendering then doom one...
    hasafraggin shizigishin oppashigger...

  5. #20
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    Do you really think that THIS would be in the original Code?

    Code:
    case pack_plut:
    	sprintf (title,
    		 "                   "
    		 "DOOM 2: Plutonia Experiment v%i.%i"
    		 "                           ",
    		 VERSION/100,VERSION%100);
    	break;
          case pack_tnt:
    	sprintf (title,
    		 "                     "
    		 "DOOM 2: TNT - Evilution v%i.%i"
    		 "                           ",
    		 VERSION/100,VERSION%100);
    	break;

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doom 3: August 3rd
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 06-27-2004, 02:57 AM
  2. doom source?
    By Crazyflanger in forum Game Programming
    Replies: 7
    Last Post: 12-11-2003, 09:49 PM
  3. Doom III leak
    By napkin111 in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 01-05-2003, 06:25 PM
  4. doom
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-17-2002, 06:58 PM
  5. the many wonders and challenges of Doom
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-02-2002, 02:53 PM