home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 243.TUTOR.DOC < prev    next >
Text File  |  1994-03-30  |  4KB  |  107 lines

  1.   DEU TUTORIAL v1.1
  2.  
  3.   Making your first original level.
  4.  
  5.   This document and the accompanying .wad files should help
  6.   you to see what you need to do to build a level.  It's a
  7.   sort of touch-and-see how it works thing.  (sounds like
  8.   fun!)
  9.  
  10.   This tutorial works best it you print out the TUTOR.DOC
  11.   and then follow along with DEU on the computer.
  12.  
  13.   Items appearing in braces {} indicate that there is a file
  14.   that you can load to follow along and see how to do things.
  15.   load the file by typing  "R wadfilename.WAD" at the DEU Main Menu.
  16.   After the file is loaded type "E 2 1" to go into the editor.
  17.   then select the editing mode(s) indicated in the braces
  18.   and move the pointer around to touch things and look at how
  19.   they are structured.
  20.  
  21.   All of the Sample wad files are for E2L1 (episode 2 level 1).
  22.  
  23.   Now we begin our journey...
  24.  
  25.    1. First create the new map with the Create command from the 
  26.       main menu (C 2 1) and then insert some vertices.  You will 
  27.       need a minimum of three to create an enclosed polygon.
  28.       (don't be afraid of running out until you're really good at this,
  29.       many doom maps contain well over 800 vertices.)
  30.  
  31.    2. Group them by marking them and add linedefs by pressing insert 
  32.       (It won't close the polygon but that's ok, you'll appreciate
  33.       it when you add new areas to the ones that are already enclosed).
  34.  
  35.    3. Add the last line to close the area.
  36.  
  37.    4. Select all the lines for the sector and press insert to add a sector.
  38.  
  39.    5. Repeat steps 1 - 4.  
  40.       (You'll want more than 1 sector, unless you are very dull).
  41.       {S1.WAD - vertices, linedefs}
  42.       Load up this wad and see a very basic 2 sector map.
  43.  
  44.    6. If you have any lines that are shared by 
  45.       2 sectors and are meant to be the place where you cross from
  46.       room to room set the Flags to 2S (two-sided and shoot thru) and
  47.       turn of the Impassable Flag.  You will probably want to get
  48.       rid of any of the Normal/Upper/Lower Textures that are on
  49.       lines that you walk across (usually, unless you want to create
  50.       the illusion of walking through a wall.).
  51.       
  52.       {S2.WAD - Linedef} Check out Linedef # 1.
  53.  
  54.  
  55.    7. Select lines or groups of lines and change
  56.       the texture on some of the Sidedefs.
  57.       
  58.       {S3.WAD - Linedef} Take a look at Linedefs #0,2, and 3.
  59.  
  60.  
  61.    8. Change the Floor and Ceiling Textures in a sector.
  62.       
  63.       {s4.wad -Sector}  Look at Sector #1, compare to the default in
  64.       sector 0.
  65.  
  66.  
  67.    9. Add a Player 1 Start thing.  (If you want to play in deathmatch
  68.       mode you must have a MINIMUM of 4 deathmatch start things)
  69.       
  70.       {s5.wad -Things}  That's were you start and the direction you're
  71.       facing.
  72.  
  73.   10. Change the type of one of the lines to 
  74.       Special - Ends level goes to next level.  
  75.       If you want to be able to leave the level you need an exit.
  76.       (Even if just to see the deathmatch frag counts!).
  77.       
  78.       {S6.WAD - Linedefs} Check out Line 5.  Oh yeah, the texture was
  79.       changed to one of the SW1xxxx textures so that it looks like a
  80.       switch too.  Nice touch eh?
  81.  
  82.  
  83.   11. Use Q to quit and save your changes.  Answer Y to all of the
  84.       build questions. (unless you use expert mode, in which case
  85.       why are you reading the tutorial?? ;-)
  86.  
  87.   12. Use Q to quit DEU.
  88.  
  89.   13. Fire up doom and try it out!
  90.  
  91.         DOOM -FILE yourfile.WAD
  92.  
  93.         If you are working on a level higher than E1L1 you can
  94.         go straight there by using    IDCLEVxy  where x is the
  95.         episode and y is the level #.
  96.  
  97.  
  98.   Ok, you're on your own now.  One last word of advice,  SAVE YOUR 
  99.   WORK OFTEN (with diffent file names) and test it step by step.
  100.  
  101.   The rest you can probably figure out from looking at the original 
  102.   levels from id software.  If you're not registered yet, 
  103.   call 1-800-IDGAMES and register now.  And don't forget,
  104.   DOOM: Hell on Earth, coming this summer!
  105.  
  106.  
  107.