home *** CD-ROM | disk | FTP | other *** search
/ Doom Game Editor / DoomGameEditorTheu.bin / renegade / stairs1.tut < prev    next >
Text File  |  1995-02-21  |  1KB  |  33 lines

  1. Build simple stairs
  2. msplus, "This tutorial builds a simple set of stairs.  Stairs are simply a series of connected sectors with varying heights."
  3. SECTOR,-128, 128, 96,-96
  4. CENTER, 97, 17
  5. MS, "In Structure mode, the highlighted (green) sectors attributes are used for the next sector you draw."
  6. msplus, "By using the shorcut keys you can vary the heights of sectors as you draw them.  The simplest method of creating stairs is to first select or draw the room at the top."
  7. ms, "Then draw the first step attached to that sector."
  8. SECTOR, 96, 64, 128,-32
  9. msplus, "And press PgDn to drop the floor and ceiling by 8.  You can press multiple times or use modifier keys."
  10. CENTER, 112, 16
  11. KEY, 34, 0
  12. SECTOR, 128, 64, 160,-32
  13. KEY, 34, 0
  14. ms, "As each sector is drawn, it is the height of the last sector drawn or selected before it."
  15. SECTOR, 160, 64, 192,-32
  16. KEY, 34, 0
  17. MSplus, "By pressing PgDn, each of these sectors is dropped after it is drawn.  Then the next is drawn."
  18. CENTER, 177, 16
  19. SECTOR, 160, 64, 192,-32
  20. SECTOR, 192, 64, 224,-32
  21. KEY, 34, 0
  22. SECTOR, 224, 64, 256,-32
  23. KEY, 34, 0
  24. ms, "To simplify the connection, I'm drawing the bottom room before the last step.  If the bottom room already existed, breaks could be made and vertexes merged."
  25. SECTOR, 288, 96, 448,-64
  26. KEY, 34, 0
  27. KEY, 34, 0
  28. SECTOR, 256, 64, 288,-32
  29. KEY, 33, 0
  30. INSERTTHING,-16, 16, 1
  31. msplus_end, "Thats it, you can save and view this now."
  32. END
  33. END