home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / editors / heep701 / tutor.doc < prev    next >
Text File  |  1995-05-08  |  30KB  |  676 lines

  1.  ┌─────────────────────────────────────────────────────────────────────────┐
  2.  │                                                                         │
  3.  │  This TUTORIAL was modified from DEU TUTORIAL v1.5. This conversion     │
  4.  │  may contain typos and errors, but everybody wanted something, so we    │
  5.  │  modified the DEU tutorial, which is pretty good for beginners.         │
  6.  │                                                                         │
  7.  │  Hope this helps some!                                                  │
  8.  │  SBS                                                                    │
  9.  │  Mike Vermeulen                                                         │
  10.  │                                                                         │
  11.  └─────────────────────────────────────────────────────────────────────────┘
  12.  
  13.  
  14.  ┌─────────────────────────────────────────────────────────────────────────┐
  15.  │ Introduction - Making your first original level.                        │
  16.  └─────────────────────────────────────────────────────────────────────────┘
  17.  
  18.   This document and the accompanying TUTOR.WAD file should help you to see
  19.   what you need to do to build a level.  It's a sort of touch-and-see
  20.   how it works thing (sounds like fun!)
  21.  
  22.   This tutorial works best it you print out this (TUTOR.DOC) and then follow
  23.   along with DeeP on the computer.
  24.  
  25.   Start DeeP and read in the file TUTOR.WAD (R C:\yourdir\TUTOR.WAD). If you
  26.   set the Patch directory to yourdir then the path is not required (the
  27.   .WAD is always optional).
  28.  
  29.   The sample levels just loaded were made for DOOM. It is also compatible
  30.   with DOOM II, except that the COMPUTE1 texture in levels MAP05 to MAP12
  31.   must be changed for DOOM II.
  32.  
  33.   Set you texture default with F5 and use the F10 option D to make the 
  34.   changes automatically. 
  35.  
  36.   Save any changes F10 makes so you don't have to do it again. 
  37.   (See shareware/LITE note below).
  38.  
  39.   Everywhere you see episode/mission (EeMm) DOOM references, substitute
  40.   mission (MAPxx) numbers for DOOM II.
  41.  
  42.   Items appearing in braces {} indicate that there is a sample level that you
  43.   can edit to follow along and see how to do things. Edit the example level
  44.   by selecting File and Edit level in DeeP Edit mode.
  45.  
  46.   Select the editing mode(s) indicated and move the pointer around to touch
  47.   things and look at how they are structured.
  48.  
  49.   You may wish to adjust some options. Screen redraw speed ([]), Mouse speed,
  50.   mouse click speed, grid lines/size and how quickly DeeP will select an
  51.   object are all user definable. You may also wish to turn on auto-start now
  52.   (this will start DeeP in Edit mode right away).
  53.  
  54.   Select Edit and Load Options (Alt+F5) and Zoom Options (F6) to set these
  55.   to your comfort level. As you get more experience, you may wish to change
  56.   them again.
  57.  
  58.   Set the Zoom size (using +/- keys) to at least 1000. The grid looks bad at
  59.   less than this (switch to solid lines) and it's hard to make things out.
  60.  
  61.   You will probably be zooming a lot, so set the Zoom range for Z also.
  62.   You can also use the +/- buttons on the top menu bar to control zooming.
  63.  
  64.   Be sure to use the [ and ] keys to slow down your display speed for these
  65.   tiny levels (Delay displayed on bottom bar), otherwise you'll fly all over
  66.   the place.
  67.  
  68.   DeeP defaults to snap-to-grid 8. If you want to see the grid, press H or
  69.   click the top button h. In Edit Options, change the grid to a solid line
  70.   (default is dashed) depending on your zoom level and monitor. Your lines
  71.   are forced to the intersecting lines on the grid, which is recommended
  72.   for clean drawing and a better match with the textures.
  73.  
  74.   When you play around, press Esc (or Alt+F4) to quit and say you want
  75.   really want to quit even though you didn't save it.
  76.  
  77.   Use the J command to jump to the object number described. Press J and
  78.   then enter the number in the box that pops up.
  79.  
  80.   >>  Shareware/LITE Note  <<
  81.  
  82.   The shareware version has a limit of 3 external PWAD files you can edit.
  83.   Two files if you save, since the save temporarily becomes a 3rd as a
  84.   backup (if you save twice).
  85.  
  86.   The LITE version has a limit of 6 external PWAD files you can edit. Five
  87.   files if you save, see above.
  88.  
  89.   In addition, the shareware and LITE versions will not save a grouped PWAD 
  90.   (that's what TUTOR.WAD is), but it will save one level at a time.
  91.  
  92.   Use the -n load option to reset all the files:  > DeeP -n  or use the
  93.   reset level menu option under file.  If you forget, you will get the
  94.   message limit of 3 (or 6) files exceeded!
  95.  
  96.  ┌─────────────────────────────────────────────────────────────────────────┐
  97.  │ Chapter 1:  Creating a new Level                                        │
  98.  └─────────────────────────────────────────────────────────────────────────┘
  99.  
  100.    1. First, start by selecting File (Alt+F or use the Mouse and left click).
  101.  
  102.       a. Select New Level (you can also press Shift+F3 and do it all).
  103.       b. Select level E1M1 (or MAP01). We are now creating a new map.
  104.  
  105.       a. Go into vertex edit mode by pressing V. (You can also quickly 
  106.          Double-Left mouse click and select Vertex mode from the little menu.)  
  107.       b. Now press "Ins" and position the cursor where you want to start a 
  108.          line. 
  109.       c. Now press the Left Mouse button. 
  110.  
  111.       A blue square is placed where you have started creating a vertex.
  112.       Move to the right some distance and press the left mouse again. You
  113.       have just created a LineDef. (You can change the color of the square).
  114.  
  115.       You will need a minimum of three LineDefs to create an enclosed polygon.
  116.       Move some more and press the Left Mouse button again. Form a square or
  117.       any type of room you want, moving in a clockwise direction. Click the 
  118.       mouse button to place each point and draw a line.
  119.  
  120.       The last LineDef connecting (or closing) the polygon is made by pressing
  121.       the Right mouse button. You can move on top of the first vertex created
  122.       (wait till the vertex lights up) or just press the Right button.
  123.  
  124.       It is useful to sometimes move on top of existing vertexes to connect
  125.       areas, so experiment with the different ways you can connect lines.
  126.  
  127.       You are still in Insert Mode. Keep clicking the Left mouse button and
  128.       repeatedly make more nice areas, as many sides as you want for now.
  129.  
  130.       Each time you finish an area, a Sector is also created (the default
  131.       one). You can go back later in Sector mode and edit the height and
  132.       textures of the floor and ceiling.  Similarly, for LineDefs, you go
  133.       to LineDef mode and again edit the wall textures.
  134.  
  135.       We will do this next.
  136.  
  137.       For rooms, move in a clockwise direction, for objects in rooms move
  138.       counter clockwise (just one of those "rules").
  139.  
  140.       To quit creating, press the Right mouse button again (just after you
  141.       made your last area) and now you are back in basic Edit command mode.
  142.  
  143.  
  144.    2. You may have 2 Sectors side by side and you want to walk from one 
  145.       sector into the next one, like walking from the one rooms in a house
  146.       to another. The lines where they join is where you cross from room. 
  147.       
  148.       This line should have the Flags Two-Sided and turn the Impassable Flag
  149.       should be turned off. Two-Side, because you can be on both sides of 
  150.       the line and not Impassable or you couldn't walk through the wall!
  151.  
  152.       If you joined them while making it all, it should be OK, but just
  153.       in case you want to know how to fix it afterwards, this is how.
  154.  
  155.       Get rid of any of the Normal/Upper/Lower Textures that are on lines 
  156.       that you walk across. If you want to create the illusion of walking 
  157.       through a wall, you can leave it in. Try this out!
  158.  
  159.  
  160.    3. {E2M2 or MAP03}  Check out LineDef # 1.
  161.       (To go to LineDef editing mode press L).
  162.  
  163.       To change the way the walls look, select a line or a group of lines
  164.       and change the Normal texture on some of the SideDefs. (To go to
  165.       line editing mode, press L).
  166.  
  167.       {E2M3 or MAP05}  Take a look at LineDefs #0,2, and 3.
  168.  
  169.       To change just the texture (and nothing else), select the LineDef to
  170.       change, when it lights up, press the shift key (to keep the LineDef
  171.       "locked") and click the Left mouse button over the LineDef texture
  172.       displayed on the bottom that you want to change.
  173.  
  174.       The shift key keeps DeeP from following you and selecting a different
  175.       LineDef. You can make it always not follow by pressing the A key and
  176.       turning auto-select on/off. Look at the bottom of the screen when you
  177.       do this in the box with Delay.
  178.  
  179.       You can also press the Right mouse button on top of the active LineDef
  180.       and go into complete LineDef edit mode or press Enter.
  181.  
  182.  
  183.    4. Change the Floor and Ceiling Textures in a Sector.
  184.       (To go to Sector editing mode press S).
  185.  
  186.       {E2M4 or MAP06}  Look at Sector #1, compare to the default in
  187.       Sector 0.
  188.  
  189.       The same editing options explained for LineDefs apply for Sectors.
  190.  
  191.  
  192.    5. Add a Player1 Start Thing.
  193.       (To go to Thing editing mode press T).
  194.  
  195.       Press "Ins" and a Thing object is added at the current cursor spot.
  196.       Each time Ins is pressed, another Thing is created.
  197.  
  198.       You can also quickly Double-Left mouse click to insert a Thing.
  199.  
  200.       If you want to play cooperatively you will also want to add Player2,
  201.       Player3 and Player4 start Things.
  202.  
  203.       If you want to play in deathmatch mode you must have a MINIMUM
  204.       of 4 deathmatch start Things.
  205.  
  206.       {E2M5 or MAP07}  That's were you start and the direction you're
  207.       facing.
  208.  
  209.       The same editing options explained for LineDefs apply for Things.
  210.  
  211.       If you press T while in Thing edit mode, pictures of the Things are
  212.       displayed. You can change the background color if you like in the
  213.       Edit submenu selection.
  214.  
  215.    6. Change the type of one of the lines to:
  216.  
  217.       "Special - Ends level goes to next level."
  218.  
  219.       If you want to be able to leave the level you will need an exit.
  220.       (Even if just to see the deathmatch frag counts!).
  221.  
  222.       {E2M6 or MAP08}  Check out Line 5.
  223.  
  224.       Oh yeah, the texture was changed to one of the SW1xxxx textures so that
  225.       it looks like a switch too.  Edit the LineDef (as explained earlier)
  226.       and change the normal texture to see what the texture looks like.
  227.  
  228.    7. Press F2 to save your changes.  Answer Y to the question
  229.       about building the nodes, etc. (Be sure you read README.DOC about
  230.       testing your system for compatibility with DeePbsp.)
  231.  
  232.    8. If you have the ShareWare or LITE version press Alt+F4 to quit DeeP.
  233.       Otherwise, under File, select the test level option and off you go!
  234.  
  235.    9. Fire up DOOM and try it out!
  236.  
  237.       DOOM -FILE yourfile.WAD -warp e m
  238.  
  239.       If you have already started doom and forgot to add the -warp on the
  240.       command line and you are working on a level higher than E1M1 you can
  241.       go straight there by typing IDCLEVem (after you start the level)
  242.       where e is the episode and m is the mission #.
  243.  
  244.       The warp for HERETIC is ENGAGEem  (after you start the level).
  245.  
  246.   10. To record a demo of your level (a .LMP file) type this:
  247.  
  248.       DOOM -DEVPARM -WARP e m -SKILL s -RECORD demofile -FILE yourfile.WAD
  249.  
  250.       You must NOT type the .LMP extention and you MUST type the .WAD
  251.       extension. 'e' is for Episode (1, 2 or 3), 'm' is for mission
  252.       (1 to 9) and 's' is for skill level (1 to 5). If you die before
  253.       the end, press SPACE to end the recording and go back to DOS.
  254.  
  255.   11. To play back your demo, type this:
  256.  
  257.       DOOM -PLAYDEMO demofile -FILE yourfile.WAD
  258.  
  259.   12. Moving stuff around and more editing aids.
  260.  
  261.       To move anything in DeeP, select the object to move and press the
  262.       right mouse button. When you move the cursor the object follows like
  263.       a well trained puppy.
  264.  
  265.       You can "soft" select by clicking the Right button when the object
  266.       to move lights up or you can select a whole bunch of them by Left
  267.       clicking on each object and then doing a mass move.
  268.  
  269.       Be sure to keep the cursor on one of the "active" objects. It you move
  270.       it to an object not already selected, DeeP will switch to your new 
  271.       object and discard (clear) all your selections. This is a handy feature
  272.       for jumping around, but can be puzzling in the beginning.
  273.  
  274.       Each edit mode moves objects differently. Experiment with each one and
  275.       see the different options available to change your areas.
  276.  
  277.       If you press the Left button down for over 1/4 of a second (this can 
  278.       be changed by you), a select box is created with the origin at the 
  279.       cursor location. Move the box to enclose all objects you want to select. 
  280.  
  281.       All editing is done to all the objects selected by the box.
  282.  
  283.  
  284.  ┌─────────────────────────────────────────────────────────────────────────┐
  285.  │ Chapter 2: The Adventure Continues                                      │
  286.  └─────────────────────────────────────────────────────────────────────────┘
  287.  
  288.   Now that we have a level, let's put some cool stuff in it.  What
  289.   we will do here is to show ONE possible way to construct some
  290.   special Sectors like doors, stairs and lifts.
  291.  
  292.   Please note that there ARE other ways to do them because there are many
  293.   different types of doors & lifts, etc. Also, you're a little more
  294.   experienced at making vertices, lines and Sectors already so we are not
  295.   going to have as many WAD files to demonstrate the structures, just one
  296.   or two to show each structure.
  297.  
  298.   In the examples below, the changes made are discussed as a., b., etc.,
  299.   describing the objects that were added and changed.
  300.  
  301.   Use the J command to jump to the object number described. Press J and
  302.   then enter the number in the box that pops up.
  303.  
  304.   Toggle the information boxes displayed on the bottom by pressing the I
  305.   key. This will speed up the display as required for some systems, since
  306.   it takes a bit to show each LineDef texture.
  307.  
  308.  
  309.  ┌─────────────────────────────────────────────────────────────────────────┐
  310.  │ Adding a *DOOR* We'll open it for you...                                │
  311.  └─────────────────────────────────────────────────────────────────────────┘
  312.  
  313.   Note: There's now a REAL easy way to make doors. 
  314.         Please search the online Help for DOOR under Misc and also Obj
  315.         
  316.         The following shows how to do it step-by-step so you can
  317.         fix any mistakes easier. 
  318.  
  319.   1. The split LineDef feature can be used to add a vertex which can then
  320.      be dragged to where you want the edge of the door to be.  This is
  321.      helpful if you decide after you build the Sector that you want to have
  322.      a door. If you planned ahead you won't need this. 
  323.      
  324.      You can also go to Vertex mode, press Ins and Left click to drop a vertex 
  325.      on top of a LineDef and it will automatically split where you placed the
  326.      vertex!
  327.  
  328.      Add some vertices & lines to build a new Sector which will later become
  329.      the door.
  330.  
  331.      You may want to add some more vertices and lines to build a Sector on
  332.      the other side of the door so you've got somewhere to go once the door
  333.      is open.
  334.  
  335.      {E2M7 or MAP09}
  336.  
  337.      There's no door here yet, but it'll be coming soon.
  338.  
  339.      a. Split line 0 into lines 0 & 8.
  340.  
  341.      b. Added lines 9,10,11.  Used lines 0,9,10,& 11 to add Sector 2
  342.         (Sector 2 will become the door in the next file.)
  343.  
  344.      c. Added lines 12,13,14.  Added Sector 3 on lines 10,12,13,& 14.
  345.         Sector 3 is the room on the other side.
  346.  
  347.   2. The "Normal" vector of the lines (The side of the arrow with the
  348.      line sticking out of it) must be on the 'outside' of the door.
  349.  
  350.      a. Change the type of the LineDefs on the front and back of the door
  351.         to a DOOR type.  1 DR Open door - closes after 6 seconds is the
  352.         best one for beginners, you'll figure out other types of doors later.
  353.  
  354.      b. Change the first SideDef of the front & back of the door to have
  355.         an Upper Texture only (NO Normal or Lower Texture).  If you want it
  356.         to be obvious, make it a texture that looks like a door.
  357.  
  358.      c. Change the ceiling height of the door Sector to the same level
  359.         as it's floor.  It will rise until it's just below the height
  360.         of the lowest adjacent ceiling.
  361.  
  362.      d. Change the ceiling texture of the door Sector to something that looks
  363.         like the bottom of the door.
  364.  
  365.      On the LineDefs on the sides of the door that are the door frame,
  366.      set the flags to Lo (lower texture unpegged.) This will keep them
  367.      from moving when the door goes up.  Also, you should set the
  368.      Normal texture to something that looks like a door frame.
  369.  
  370.      {E2M8 or MAP10}
  371.  
  372.      a. LineDefs 0 & 10, changed type to Door - DR open door
  373.      b. Changed first SideDefs upper texture (BIGDOOR2).
  374.      c. Set Sector #2 Ceiling height to the same as its' floor.
  375.      d. Changed ceiling texture (FLAT20).
  376.      e. Changed lines 9 & 11 texture (DOORTRAK).
  377.      f. Set 9 & 11 to type Lower Unpegged.
  378.  
  379.      Tada!  A working door!
  380.  
  381.  
  382.  ┌─────────────────────────────────────────────────────────────────────────┐
  383.  │ The STAIRWAY to Hell!                                                   │
  384.  └─────────────────────────────────────────────────────────────────────────┘
  385.  
  386.   Note: You can also build automatic stairs in two EASY ways.
  387.         Search Help under Misc and Obj.
  388.   
  389.         This is a step-by-step for more intricate designs.
  390.  
  391.   1. Add the LineDefs and Sectors that will become the stairs.
  392.  
  393.   2. Individually change the floor heights of each stair Sector.
  394.      Change them in units of 8 or 16 for best results (24 is the
  395.      maximum for a stair you can climb, but it looks pretty tall).
  396.  
  397.      Increment for stairs going up, decrement for stairs going
  398.      down. (obviously)
  399.  
  400.   3. For SideDefs facing a Sector that has a floor height lower
  401.      than its floor, set the lower texture to something that looks
  402.      like a stair.
  403.  
  404.   4. If the ceiling height is changed set the upper texture of SideDefs
  405.      facing Sectors with higher cielings.
  406.  
  407.      {E2M9 or MAP11}
  408.  
  409.      a. Set individual floor heights on Sectors 4,5,6,7,8
  410.      b. Set ceiling height on Sectors 4,5,6,7,8,9
  411.      c. Set first SideDef lower texture on lines 13,16,19, & 22.
  412.      d. Set second SideDef upper texture on line 13.
  413.  
  414.      Also, for demonstration set the floor height on Sector 9
  415.      lower so that you could 'fall' down into it and not be able
  416.      to get out because 64 units is too tall to climb.
  417.      Because Sector 9 is lower, set a lower texture on the second
  418.      SideDef of line 28.
  419.  
  420.  
  421.  ┌─────────────────────────────────────────────────────────────────────────┐
  422.  │ Hey Buddy! Need a *LIFT*?                                               │
  423.  └─────────────────────────────────────────────────────────────────────────┘
  424.  
  425.   Note: You can also build an automatic lift.  Select a sector and 
  426.         then create a lift from sector (Misc).
  427.   
  428.   1. It's best to make the LineDefs on the sides of the lift that
  429.      you can walk across have their "Normal" sides (the one with the
  430.      little line sticking out) on the outside of the lift.
  431.  
  432.   2. Change the TYPE of the LineDef facing the Sector with the lower
  433.      floor height to "Raise lift & switch to lower...".
  434.  
  435.   3. Set the TYPE of the LineDef facing the Sector with the same floor
  436.      height to "WR - lower lift...".
  437.  
  438.   4. Verify or set the floor height of the lift Sector to its maximum
  439.      height.
  440.  
  441.   5. Set the FLAGS for LineDefs on the side (that you don't cross) to
  442.      Upper texture unpegged.
  443.  
  444.   6. Set a lower texture on the SideDef of the LineDef which will be
  445.      higher than the lift when it is down.
  446.  
  447.   7. Set a floor texture on the lift Sector to something that looks
  448.      like a lift floor. (optional, but it looks good).
  449.  
  450.   8. Assign the lift Sector a LineDef TAG number.  Use the lowest
  451.      available tag number.
  452.  
  453.   9. Assign the LineDefs with the Lift TYPES the Sector TAG number
  454.      that you assigned to the lift Sector.
  455.  
  456.      {E3M1 or MAP12)
  457.  
  458.      a. Flipped LineDef 28.
  459.      b. Set LineDef 28 type to Raise lift...
  460.      c. Set LineDef 25 type to Lower lift...
  461.      d. Set LineDefs 26 & 27 flags to upper texture unpegged.
  462.      e. Set floor height of Sector 9 to it's up position.
  463.      f. Set floor texture of Sector 9 to STEP2.
  464.      g. Set lower texture of LineDef 25 second SideDef.
  465.      h. Assigned TAG #1 to Sector 9.
  466.      i. Assigned TAG #1 to LineDefs 25 & 28.
  467.  
  468.  
  469.  ┌─────────────────────────────────────────────────────────────────────────┐
  470.  │ *TRANSPORTER PAD * 1 to beam up!                                        │
  471.  └─────────────────────────────────────────────────────────────────────────┘
  472.  
  473.   Note: You can also build an automatic pad.  Select a pedestal 
  474.         in create a Rectangle Object (Obj), make it 64 x 64.
  475.   
  476.   {for the next few examples you will want to also try out the WADs to
  477.    see how they look in DOOM}
  478.  
  479.   1. First create two Sectors, either use Vertex mode and Ins as described
  480.      in the beginning or created a predefined object.
  481.  
  482.      One has to be a multiple of 64x64 units. It will be the 'pad' and has
  483.      to be aligned on a vertex with a multiple of 64 (turn on snap-to-grid if
  484.      you turned it off) or else the texture for the pad will be offset and
  485.      will look bad.
  486.  
  487.      {E3M2 or MAP13}
  488.  
  489.   2. Make sure the lines on the side of the pad are the right way, the
  490.      player will transport when he travels from side 1 to side 2 of the
  491.      line.
  492.  
  493.   3. Edit the line type and change it to 97 WR Transport to other Sector
  494.      (Go to line type, then special) or 39 W1 if you want it to work
  495.      only once.
  496.  
  497.   4. Set the Sector tag number of the lines to an unused number.
  498.  
  499.   5. Next, you'll need to decide where you want to transport. Select a
  500.      Sector and set the LineDef tag to the same as above.
  501.  
  502.   6. Lastly, add a transporter exit Thing somewhere in the destination
  503.      Sector.
  504.  
  505.  
  506.  ┌─────────────────────────────────────────────────────────────────────────┐
  507.  │ OK! Let's make everything look good!                                    │
  508.  └─────────────────────────────────────────────────────────────────────────┘
  509.  
  510.   1. {E3M3 or MAP14} is the same as above, but with textures aligned. Now
  511.      you know why I took that weird texture!
  512.  
  513.   2. Look at SideDef #2 & #5 (first SideDefs of lindedefs #2 & #5).
  514.      You'll see that they have a texture X alignment.
  515.  
  516.   3. Here's how to figure it out: go to a zoom of about 5000 (press + a few
  517.      times), then display the smallest grid (press SHIFT-G once). Each
  518.      square of the grid is 8 alignment points. To move a texture to
  519.      the left, X needs to be positive and to move it to the right,
  520.      X has to be negative. The way you have to look at it is taking
  521.      the wall itself and moving it over (or behind) the other one
  522.      as to blend the two together.
  523.  
  524.   4. So, if you look at SideDefs #2 and #5, you'll see that #2 has an
  525.      X offset of -64 and #5 of +64.
  526.  
  527.  
  528.  ┌─────────────────────────────────────────────────────────────────────────┐
  529.  │ TEXTURE alignment, line them up!                                        │
  530.  └─────────────────────────────────────────────────────────────────────────┘
  531.  
  532.   Now, we do some heavy math stuff! Aligning vertically for stairs and
  533.   more complex horizontal alignments. (NOTE: You can also automatically 
  534.   align X textures!).
  535.  
  536.  
  537.   1. {E1M1 or MAP01} is a test WAD with two stairs in it. One has varying
  538.      ceiling heights and the other has the same ceiling. This one
  539.      needs a LOT of work!
  540.  
  541.   2. {E1M2 or MAP02} is the aligned one. Looks a lot better hey! Here's how
  542.      it's done. NOTE that this is only for NORMAL textures, not
  543.      UPPER or LOWER textures, they are aligned in a different way.
  544.  
  545.   3. For starters, go back to A1, you'll notice that when the ceiling
  546.      is the same height, the textures align (vertically that is!) and
  547.      that's because DOOM displays a texture starting from the top left
  548.      of the panel.
  549.  
  550.      So, to align a texture vertically all you need to know is the difference
  551.      in ceiling height.
  552.  
  553.      In {E1M2 or MAP02} look at the Y offset of LineDefs #5, #13, #12 and #3.
  554.  
  555.   4. There's a problem with aligning all these LineDefs because you'd
  556.      need to be able to align beyond the -100 to 100 limit.
  557.  
  558.      The trick is to do a little adding and subtracting.
  559.  
  560.      If you need to align a texture by 128 points, then you'll need to move
  561.      one 100 points one way and the other -28 the other.
  562.  
  563.      In {E1M2 or MAP02} look at the X offsets of LineDefs #14 and #0.
  564.  
  565.   5. Another problem is when the LineDef is longer than the size of
  566.      a given wall. In the case of SKY2, it's 256 points wide and the
  567.      length of the wall composed of LineDefs #2, #4, #11 and #10 is a
  568.      total of 464 points, so SKY1 fits almost twice.
  569.  
  570.      Next, how we got the X offsets for the above lines.
  571.  
  572.   6. Here's how it's done;
  573.  
  574.      a. lines #2, #4 and #11 together are 256 points long, so lines #2
  575.         and # 10 will have the exact same offset.
  576.  
  577.      b. Next, if you left line #2 with an offset of 0, you would
  578.         need to move line #4 by 128 (or -128 which is the same because
  579.         the texture is 256) and line #4 by 128+64=192 (or -64 which is
  580.         192-256).
  581.  
  582.      c. You can't do that! Remember, you have a limit of -100 (SBS note,
  583.         we think its -255 to 255) to 100, so 128 (or -128) will not do, so
  584.         we need to use two lines to do it.
  585.  
  586.      d.  If you move line #2 by -100, then you only need to move
  587.         line #4 by 28 (-100 - 28 = -128) and line #11 by 92 (28
  588.         + 64 = 92). Then all you do is set line #10 the same as line
  589.         #2 which is -100.
  590.  
  591.   7. This might look complicated and most of the time you don't have to
  592.      do any of this at all. If you are bothered by some lines out of joint,
  593.      this is how you do it.
  594.  
  595.      DeeP has an automatic align texture X. It helps to know how it works
  596.      so you can calculate an initial offset value for the first texture.
  597.  
  598.  
  599.  ┌─────────────────────────────────────────────────────────────────────────┐
  600.  │ MORE alignment ................!                                        │
  601.  └─────────────────────────────────────────────────────────────────────────┘
  602.  
  603.   OK, here's the best you can do to align the textures for windows and
  604.   secret doors...
  605.  
  606.   1. Look at {E3M4 or MAP15}
  607.  
  608.      Run DOOM as described earlier, go to each side of the window one
  609.      side is aligned and the other is not. Now look at each of the
  610.      secret doors, one is aligned vertically and the other is not. Can
  611.      you figure out how to align UPPER textures? OK, I'll tell you.
  612.  
  613.      (The X offset alignment is the same as described in the last few 
  614.      paragraphs.)
  615.  
  616.      {Check the MAP (press TAB) , you can only see a door (yellow line)
  617.      on the WEST side. The Secret bit is set for that LineDef, also the
  618.      Sector behind the EAST door is also of type "secret".}
  619.  
  620.   2. First, for windows, you'll just need to set the flag "Upper
  621.      Texture is Unpegged" because normally an UPPER texture is drawn
  622.      from the bottom left corner up (remember a NORMAL texture is
  623.      drawn from the TOP left corner down) and changing this flag will
  624.      make it drawn just like a NORMAL texture.
  625.  
  626.      This will align the texture vertically (assuming the ceiling height is
  627.      the same as the adjoining walls).
  628.  
  629.   3. Second, for doors, you don't want to set the "unpegged" flag
  630.      because the door would not look right when oppening, so you want
  631.      to adjust the texture with an offset. In W1, the ceiling is 100
  632.      high and STARTAN3 is 128 high, so you want the Y offset to be
  633.      -28 (128 - 100 = -28).
  634.  
  635.   4. Third, you'll want to know how to align the bottom part of a
  636.      window. Well, unless somebody proves otherwise, it can't be
  637.      done. Sure, you can use textures that LOOK aligned (because
  638.      of the Window height and texture type) but you can't REALLY
  639.      do it.
  640.  
  641.      Here's why: 
  642.      
  643.      LOWER textures and NORMAL textures are drawn from TOP left 
  644.      corner down, unless you set the "Lower texture is unpegged" flag. 
  645.  
  646.      In that case it starts from wherever the upper texture ended. 
  647.      Look at the WEST side of the window in E3M4 or MAP15 (the side that 
  648.      isn't aligned). 
  649.      
  650.      I set the upper and lower textures to unpegged. See the difference?
  651.  
  652.      The LOWER texture of the "aligned" side is the same as the
  653.      UPPER texture there, but on the "un-aligned" side, it is the
  654.      continuity of the UPPER texture.
  655.  
  656.   ──────────────────────────────────────────────────────────────────────────
  657.  
  658.   Well that's all for now...
  659.  
  660.   The rest you can probably figure out from looking at the original
  661.   levels from id software.  We suggest the first level from either DOOM
  662.   or DOOM II. HERETIC is complicated right up front. So search around for
  663.   one that looks simpler!
  664.  
  665.   It takes a while to get the hang of all the details. Don't feel stupid,
  666.   it took me a month to finally understand all of this! (And even longer
  667.   for Jack, he's not so smart<g>.)
  668.  
  669.   ──────────────────────────────────────────────────────────────────────────
  670.  
  671.   This was originally compiled by Steve Bareman and Jean-Serge Gagnon with 
  672.   guidance from Raphael Quinet and numerous helpful suggestions from DEU 
  673.   and DeeP users.
  674.  
  675.   Modified and extended by Mike Vermeulen, SBS using extra DeeP functionality.
  676.