home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / editors / hered / hered.txt < prev    next >
Text File  |  1995-01-28  |  58KB  |  1,549 lines

  1.  
  2.  
  3.                                 INDEX
  4.  
  5.      1  Introduction and HERED Features
  6.  
  7.      2  Starting HERED
  8.          2.1  Command line parameters
  9.          2.2  Preference Settings
  10.          2.3  Initialization file HERED.INI
  11.  
  12.      3  HERED Main Menu
  13.  
  14.      4  The Level Editor
  15.          4.1  Keyboard Quick Reference
  16.          4.2  Keyboard Commands Full Description
  17.          4.3  Mouse Commands
  18.          4.4  The Menu Bar
  19.  
  20.      5  WAD file description, flags, etc...
  21.          5.1  Vertices (description of)
  22.          5.2  LineDefs (description of)
  23.          5.3  SideDefs (description of)
  24.          5.4  Sectors  (description of)
  25.          5.5  Things   (description of)
  26.          5.6  LineDefs attributes     
  27.          5.7  LineDefs types
  28.          5.8  Normal/Upper/and Lower Textures
  29.  
  30.      6  Special Heretic Areas.  Lifts, Doors, and more!
  31.          6.1  Doors
  32.          6.2  Lifts
  33.          6.3  Teleporters
  34.          6.4  Stairs
  35.          6.5  Secret Areas
  36.          6.6  Standard Rooms
  37.  
  38.      7  How to try out your new level(s)
  39.  
  40.      8  Troubleshooting
  41.          8.1  Video problems
  42.          8.2  Pointer problems (mouse, cursor)
  43.          8.3  Hall of mirrors (HOM) effect
  44.          8.4  The 'Ruler' cursor leaves garbage on the screen.
  45.  
  46.      9  Tutorial
  47.  
  48.     10  Tips
  49.          10.1  Generic editing tips
  50.          10.2  Heretic/HERED limitations
  51. =====================================================================
  52. [1] Introduction
  53. =====================================================================
  54.  
  55. HERED is an extremely powerful DOS based editor that enables you to add your
  56. creativity to one of the most exciting PC games on the market...
  57.  
  58.      D   O   O   M
  59.  
  60.      (c) id software
  61.  
  62. (Please read the file README.1ST first.  It contains important
  63. information about copyrights and trademarks.)
  64.  
  65.  
  66. HERED Features
  67. ------------
  68.  
  69. - Full Function Level Editor
  70.      - Most Heretic structures can be edited.
  71.           (Things, Vertices, Linedefs, Sidedefs, Sectors, Demos, more...)
  72.      - Create a Level From Scratch.
  73.      - Modify existing id levels or user created levels.
  74.  
  75. - Special Features
  76.      - Insert a Pre-defined object
  77.           - Rectangle
  78.           - N-sided Polygon
  79.      - 'Drag-n-Drop' stretching and shrinking of sectors.
  80.      - Scale and rotate sectors, linedefs, vertices, or things.  
  81.      - Quickly define an area (selection box) and mass select
  82.        everything in it.
  83.      - Sector floor/ceiling height distributor for easy stairways.
  84.  
  85. - Diagnostic Tools
  86.      - Detects WAD errors.
  87.      - Warns you if you've forgotten player start things.
  88.      - Can automatically correct some problems.
  89.      - Use this to fix those problem wads, even if you created them with
  90.        other editors.  (Note: if the other editor uses non-standard
  91.        constructs you may not be able to take the WAD back to the other
  92.        editor.)
  93.  
  94. - WAD File merging capability.
  95.      - Load and Merge multiple levels into a single WAD file.
  96.  
  97. - Import RAW data into Heretic object and save it in a PWAD.
  98.  
  99. - Renumber Maps to different Episodes and Levels.
  100.  
  101. - Much Much More!  
  102.      - Try it and see. 
  103.  
  104. =====================================================================
  105. [2]  Starting HERED
  106. =====================================================================
  107.  
  108. HERED may be started by typing HERED at a DOS prompt.
  109.  
  110. >  HERED [options]
  111.  
  112.      Start HERED with the default IWAD file, Heretic.WAD and no PWADs.
  113.  
  114. >  HERED [options] -file <PWAD file> [<PWAD file>...]
  115.  
  116.      Start HERED with the default IWAD file and the PWAD file(s)
  117.      given.
  118.  
  119. >  HERED [options] -w <IWAD file>
  120.  
  121.      Start HERED with the specified main IWAD file (Heretic.WAD or
  122.      Heretic1.WAD).
  123.  
  124.  
  125. [2.1]  Command Line Parameters
  126. ------------------------------
  127.  
  128. Note: The effect of the Boolean options (-i, -s0, ...) may be reversed by
  129.       using a '+' instead of a '-'.  For example, '+i' means 'no info bar'.
  130.  
  131. -help
  132.      View command line options without entering HERED.
  133.  
  134. -a   (-addselbox)
  135.      Additive selection box.  Objects will be added to the current selection
  136.      (when you use the selection box) instead of replacing the current
  137.      selection by what is in the box.
  138.  
  139. -d   (-debug)
  140.      Debug mode.  Will produce a log file of warning messages to help
  141.      track down linedefs that have problems.  The number of the
  142.      bad linedef will be listed.  This file will be called HERED.LOG.
  143.      The log file will also have timestamps.
  144.  
  145. -e   (-expert)
  146.      Expert mode.  Doesn't ask for confirmation of some
  147.      operations (e.g. deleting an object or rebuilding the Nodes).
  148.  
  149. -i   (-infobar)
  150.      Infobar.  Displays the info bar.
  151.  
  152. -sb   (-swapbuttons)
  153.      Swaps the left and middle mouse buttons.
  154.  
  155. -q   (-quiet)
  156.      QUIET! suppresses the sound made when you select or 
  157.      mark an object.  Use it if your in a library. :-)
  158.  
  159. -qq   (-quieter)
  160.      QUIET^2!  Complete silence.  HERED will not make any sound, not even for
  161.      warnings.  Enjoy the Silence...
  162.  
  163. -z <zoom>   (-zoom)
  164.      ZOOM.  Specify initial zoom setting.
  165.  
  166. -c   (-color2)
  167.      Use the alternate color set for displaying the Things.
  168.  
  169. -w <main wad file>   (-main)
  170.      Specify name of main wad file (e.g. Heretic.WAD).
  171.  
  172. -file <pwad, pwad, ...>
  173.      Load patch WAD file(s), just like with Heretic.   Note: Patch
  174.      wad files may also be loaded from the main menu.
  175.  
  176. -pw <pwad>   (-pwad)
  177.      Add ONE patch file to be loaded.
  178.  
  179. -bgi <video driver name>
  180.      Use another BGI video driver for hi-res modes (default = "VESA").
  181.  
  182. -v <video mode number>   (-video)
  183.      Set the default video mode for the extended video driver.
  184.      (default = 2, this is 640x480x256 colors for the VESA driver).
  185.  
  186. -fc   (-fakecursor)
  187.      Use a "fake" mouse cursor.  This option is useful is your mouse
  188.      driver is not compatible with SuperVGA resolutions (see [8.2]).
  189.  
  190. -sf   (-splitfactor)
  191.      Adjust scale on the nodes builder.  This parameter is for those techie
  192.      types that like to fiddle with things.  There is no need for the average
  193.      user to worry about this parameter.  (The default value of 8 is the same
  194.      value that id software uses.  A number less than 8 means "more balanced"
  195.      and a number higher than 8 means "least splits".  Use this parameter at
  196.      your own risk.  We recommend the default value of 8.) 
  197.  
  198. -s0   (-select0)
  199.      Select object 0 when switching modes.
  200.  
  201.  
  202. -config <ini file>
  203.      Specify an alternate HERED configuration file other than
  204.      HERED.INI
  205.  
  206.  
  207.  
  208. [2.2] Preference Settings
  209. -------------------------
  210.  
  211. The following allow you to assign default values for textures when creating
  212. new areas in your level.
  213.  
  214.  
  215. -walltexture <texture>
  216.  
  217. -lowertexture <texture>
  218.  
  219. -uppertexture <texture>
  220.  
  221. -floortexture <texture>
  222.  
  223. -ceiltexture <texture>
  224.  
  225. -floorheight <units>
  226.  
  227. -ceilheight <units>
  228.  
  229.  
  230.  
  231.  
  232. [2.3]  Initialization file HERED.INI
  233. ----------------------------------
  234.  
  235. Rather than using command line arguments you may wish to 
  236. save your typical settings in the HERED.INI file.  It's structure
  237. is pretty basic.  Use your favorite text editer to check it out.
  238.  
  239. ALL of the command line options may be used in HERED.INI with the
  240. exception of "-help" and "-config".  Commands in HERED.INI should
  241. be completely spelled out (i.e. quiet=true, not q=true)
  242.  
  243. Also, don't put the "-" in front of commands in the config file.
  244.  
  245.  
  246. And now your bonus for reading this far...
  247.  
  248. Add the following line to your HERED.INI file:
  249. #*****************
  250. reminder1 = false
  251. #*****************
  252.  
  253. This will turn off the opening reminder to read the documentation.
  254.  
  255.  
  256. =====================================================================
  257. [3] HERED Main Menu
  258. =====================================================================
  259.  
  260. ?
  261.      HELP. This command displays a list of commands with their
  262.      valid command syntax.
  263.  
  264. B <OutIWadFileName> 
  265.      BUILD new IWAD file (all 10+Megs of it) with the given file
  266.      name.  WARNING: Do not name your file Heretic.WAD or you will
  267.      overwrite the existing Heretic.WAD file and you will have to
  268.      re-install Heretic to get back your original file.
  269.  
  270. C [episode] [mission]
  271.      CREATE and edit a new (empty) level.
  272.  
  273. D <object name>
  274.      DUMP gives an hex/ascii dump of any object in the main
  275.      directory (WAD file).
  276.  
  277. E [episode] [mission]
  278.      EDIT a level.
  279.  
  280. G <OutPWadFileName>
  281.      GROUP all opened PWAD files in a compound PWAD with the given
  282.      file name.  Using this option, you may put several levels, graphics, 
  283.      sounds, demos, etc.. in a single file.
  284.  
  285. I <datafile> <wad file name for object>
  286.      INCLUDE a raw binary file in a pwad.  You can use this to replace
  287.      certain Heretic objects.  You should read DMSPEC13 (Heretic Specs 1.3)
  288.      or higher to know what to call the objects. *WARNING* this is NOT
  289.      for novices! 
  290.  
  291. L <OpenedWadFileName> [OutputFile]
  292.      LIST the structure of the directory of a opened file.
  293.      If an output file is given it will write the list to that
  294.      file.
  295.  
  296. M [OutputFile]
  297.      List the MASTER directory of the IWAD and any PWAD files,
  298.      all mixed together.  If an output file is given it will
  299.      write the list to that file.
  300.  
  301. Q    QUIT to DOS.
  302.  
  303. R [file]
  304.      READ a previously saved patch WAD file.
  305.  
  306.           NOTICE:  If you load a PWAD with multiple levels (or
  307.           sounds, demos, graphics, etc..) and edit a level, THE SAVE
  308.           COMMAND WILL ONLY SAVE THAT MAP, not any other levels,
  309.           graphics, etc...  DO NOT name it the same as the multilevel
  310.           PWAD.
  311.  
  312.  
  313. S <DirEntry> <WadFile>
  314.      SAVE one object to a separate file.
  315.  
  316. V [Spritename]
  317.      VIEW Sprites.  Spritename is optional.  Use arrow keys to
  318.      scroll through sprite list.  Scroll through the bosses
  319.      fast and see them dance for you!!!
  320.  
  321. WADS
  322.      List all the opened wad files. 
  323.  
  324. X <object name> <data file name>
  325.      EXTRACT a Heretic object into a raw binary file.
  326.  
  327.  
  328.  
  329.  
  330. =====================================================================
  331. [4] The Level Editor
  332. =====================================================================
  333.  
  334. The level editor displays a graphical "map" of the level showing
  335. lines where walls are, x's where things are (Red one are enemies,
  336. green ones are player start positions, and the rest are white.) 
  337. There is an info bar available which displays information about the
  338. mode you are in.  There are windows to let you know what thing is 
  339. selected and windows that let you know what you can do to it.
  340.  
  341.  
  342. There are four different editing modes.  They are:
  343.  
  344. Things Mode
  345.  
  346.      Change what Enemies, Weapons, Players, Bonuses, and Decorations appear
  347.      when and where.
  348.  
  349. Vertices Mode
  350.  
  351.      Modify points used to set up other Heretic structures.  The vertices are the
  352.      lowest level structure in a Heretic map.   
  353.  
  354. Linedefs & Sidedefs Mode
  355.  
  356.      Set up the lines where walls and triggers are.
  357.  
  358. Sectors Mode
  359.  
  360.      Define rooms or areas.
  361.  
  362. [4.1] Keyboard Quick Reference
  363. ==============================
  364.  
  365. Basic Key Set                           Additional Speed Keys
  366. ~~~~~~~~~~~~~                           ~~~~~~~~~~~~~~~~~~~~~
  367.  
  368. Q              Quit                     1,2,...,9,0    Direct Zoom setting
  369. Esc            Exit (no save)           T              Things Mode
  370. Arrows         Move pointer             V              Vertices Mode
  371. Scroll Lock    Autoscroll on/off        L              Linedef/Sidedef Mode
  372. Space          Scroll slow/fast         S              Sector Mode
  373. +,-            ZOOM in or out.          >              Next Object
  374. Tab            Next mode                <              Previous Object
  375. Shift Tab      Previous mode            #              Jump to Object #
  376. N              Next object              Shift-H        Grid Scale = 0
  377. P              Previous object          I              Info Bar On/Off
  378. J              Jump to object #         R              Ruler/Normal Cursor
  379. M              Mark/Unmark object       Shift+Ins      Insert Lines and
  380. C              Clear all marks                         close sector
  381. O              Copy Object(s)           Shift          Move Pointer without
  382. D              Drag mode Toggle                        selecting new object
  383. G              Set Grid Scale           Shift+[Mark]   Box Object Selection
  384. H              Hide/Show Grid
  385. Enter          Edit object(s)
  386. Ins            Insert object(s)
  387. Del            Delete object(s)
  388. F1             Help
  389. F2             Save
  390. F3             Save As
  391. F4             Search
  392. F5             Preferences
  393. F8             Miscellaneous Operations
  394. F9             Insert Predefined objects
  395. F10            Check consistancy
  396.  
  397.  
  398.  
  399. Pull Down Menu Keys
  400. ~~~~~~~~~~~~~~~~~~~
  401.  
  402. ALT-F          File Menu
  403. ALT-E          Edit Menu
  404. ALT-S          Search Menu
  405. ALT-M          Mode Menu
  406. ALT-I          Misc Menu
  407. ALT-O          Objects Menu
  408. ALT-C          Check Menu
  409. ALT-H          Help Menu
  410. [4.2] Keyboard Commands Full Description
  411. ----------------------------------------
  412.  
  413. Q         Quit, saving changes.  You will be asked for the name
  414.           of the PWAD file.
  415.  
  416.                NOTICE:  If you load a PWAD with multiple levels
  417.                (or sounds, demos, graphics, etc..) and edit a
  418.                level, THE SAVE COMMAND WILL ONLY SAVE THAT MAP,
  419.                not any other levels, graphics, etc...  DO NOT
  420.                name it the same as the multilevel PWAD.
  421.  
  422. Esc       Exit without saving.  If you have unsaved changes, a
  423.           warning message will be displayed.  May also be used to CANCEL
  424.           accidentally selected functions.
  425.  
  426. Arrows    Move the pointer.
  427.  
  428. Scroll Lock
  429.           Turn on/off the autoscroll feature.
  430.  
  431. Space     Toggle slow/fast movement speed and the scrolling speed.
  432.  
  433. +, -      ZOOM in or out. (Change the map scale.)   ZOOM levels range from
  434.           1/20 scale (smallest) to 4/1 scale (major magnification).
  435.  
  436. 1,2,...,9,0
  437.           Set ZOOM level from 1 to 10 directly.   (1/1 - 1/10)
  438.  
  439. Tab       Switch to the next editing mode.
  440.  
  441. Shift+Tab
  442.           Switch to the previous editing mode.  If objects are marked, the
  443.           objects they are built from remain marked.
  444.  
  445. T         Switch to the Things editor.
  446.  
  447. V         Switch to the Vertexes (vertices) editor.
  448.  
  449. L         Switch to the LineDefs/SideDefs editor.
  450.  
  451. S         Switch to the Sectors editor.
  452.  
  453. N, >      Select the next object.  This will only work if the pointer is
  454.           not on an object.
  455.  
  456. P, <      Select the previous object.  This will only work if the pointer
  457.           is not on an object.
  458.  
  459. J, #      Jump to a specified object (enter number).
  460.  
  461. M         Mark/Unmark current object.  (See also the 'Shift' key below).
  462.           * Objects stay marked until you un-mark them. *
  463.  
  464. C         Clear all marks.
  465.  
  466. O         Copy objects.  After pressing O move the copy to where you want it  
  467.             and press Esc to drop it there.
  468.  
  469. D         Toggle Drag mode.
  470.  
  471. G         Show the grid and change its scale.  Press it again to increase the
  472.           number of grid lines thus decreasing the scale.  Use Shift-G to
  473.           increase the scale.
  474.  
  475. H         Hide/Show Grid.  This only controls whether or not grid lines are
  476.           displayed.
  477.  
  478. Shift+H   Set grid scale to 0.
  479.  
  480. I         Show or hide the info bar at the bottom of the screen.
  481.  
  482. R         Toggle between Normal Cursor and Ruler Cursor.
  483.  
  484. Enter     Edit current object or group of selected objects.  A
  485.           menu will pop up and you will be allowed to change
  486.           attributes in the object(s).
  487.  
  488. Ins       Insert a new object at the current cursor position.
  489.  
  490.           This will copy the last selected object or insert a
  491.           default object.
  492.  
  493.           There are two special cases:
  494.  
  495.           When a group of vertices are selected and you press
  496.           "Ins": the editor will add new LineDefs between the
  497.           vertices and will put you in the LineDefs editor.  The 
  498.           editor will create linedefs for all but the last line.
  499.           (Use Shift+Ins if you want to close the polygon).
  500.  
  501.           When a group of LineDefs are selected and you press
  502.           "Ins" a new Sector will be created and one SideDef in
  503.           each LineDef will be bound to this Sector and the edit
  504.           mode will switch to the Sector editor.
  505.  
  506. Shift+Ins
  507.           Use this when selecting groups of vertices and want the editor to
  508.           close the polygon.
  509.  
  510.  
  511. Del       Delete the current object or group of objects.  All
  512.           objects bound to the current object will also be deleted.
  513.           (i.e. if you delete one Vertex, this will also delete the
  514.           LineDefs that used this Vertex).  Except for Things, you
  515.           will be asked for confirmation before the object is
  516.           deleted.
  517.  
  518. Shift     Hold the Shift key while moving the cursor to prevent
  519.           the pointer from selecting a different object.
  520.  
  521. Shift & Mark
  522.           Hold the Shift key while pressing 'M' (or the left mouse
  523.           button) to drag a selection box around several objects
  524.           and select them all at once.  This is GREAT for mass selection
  525.           of any objects!
  526.  
  527. F1        Help screen.
  528.  
  529. F2        Save level in a PWAD file.
  530.  
  531. F3        Save As... (Change Episode and Level Number)
  532.  
  533.           This will allow you to reassign the episode and level number of a
  534.           map.  Enter a file name, then select the episode/level number.
  535.  
  536. F4        Search for Object  (Not yet implemented)
  537.  
  538. F5        Preferences.  
  539.  
  540.           Use this to change the default values for wall, floor, and ceiling
  541.           textures, and floor and ceiling heights.  These defaults are for
  542.           your current HERED session only.  You may change the defaults for all
  543.           HERED sessions by editing HERED.INI (see [2.2]).
  544.  
  545.  
  546. F8        Miscellaneous Operations.  
  547.  
  548.           The options that appear on this key vary depending upon which
  549.           editing mode you are in.  However, the first option is constant, no
  550.           matter which editing mode you are in.
  551.  
  552.           1. Find First Free Tag 
  553.  
  554.                This will locate the first tag number which has not yet been
  555.                used in this map.  The number it returns will be the lowest
  556.                available tag number. 
  557.  
  558.  
  559.           The rest of the options available vary by mode and are (by mode):
  560.  
  561.  
  562.           Things Mode
  563.           -----------
  564.  
  565.                2. Rotate and Scale Thing(s)
  566.  
  567.                     Move marked things by the degree of rotation and a
  568.                     percentage scale.  This will allow you to rearrange
  569.                     things by spinning them around (change rotation angle) or
  570.                     moving them closer to each other (scale < 100%) or
  571.                     further apart (scale > 100%).
  572.  
  573.  
  574.           Vertices Mode
  575.           -------------
  576.  
  577.                2. Rotate and Scale Vertices
  578.  
  579.                     Move marked vertices by the degree of rotation and a
  580.                     percentage scale.  This will allow you to rearrange
  581.                     vertices by spinning them around (change rotation angle)
  582.                     or moving them closer to each other (scale < 100%) or
  583.                     further apart (scale > 100%).
  584.  
  585.                3. Delete Vertex and join Linedef(s)
  586.  
  587.                     Deletes the marked vertex and joins linedef(s) that were
  588.                     previously connected to it.
  589.  
  590.                4. Merge several vertices into one.
  591.  
  592.                     Same as #3 above, but with multiple vertices.
  593.  
  594.                5. Add linedef & Split Sector.
  595.  
  596.                     You must mark exactly TWO vertices from the SAME sector
  597.                     before calling this command.  This will add a linedef and
  598.                     a new sector.
  599.  
  600.  
  601.           Linedefs & Sidedefs Mode
  602.           ------------------------
  603.  
  604.                2. Rotate and Scale LineDefs
  605.  
  606.                     Move marked linedefs by the degree of rotation and a
  607.                     percentage scale.  This will allow you to rearrange
  608.                     linedefs by spinning them around (change rotation angle)
  609.                     or moving them closer to each other (scale < 100%) or
  610.                     further apart (scale > 100%).
  611.  
  612.                3. Split LineDef (add new Vertex)
  613.  
  614.                     Splits the selected linedef(s).
  615.  
  616.                4. Split LineDefs and Sector
  617.  
  618.                     Splits the selected linedefs by adding a vertex at the
  619.                     midpoint, connecting the new vertices with a linedef which
  620.                     divides the original sector.
  621.  
  622.                5. Delete LineDefs and join Sectors
  623.  
  624.                     Removes the selected two-sided linedef(s) that divide
  625.                     sectors and makes them into a single sector.
  626.  
  627.                6. Flip Linedef
  628.  
  629.                     Flips the linedef(s) start and endpoints, thus reversing
  630.                     the side the 1st and 2nd sidedefs are on.
  631.              
  632.                7. Swap Sidedef
  633.  
  634.                     Swaps the sectors that sidedef(s) 1 and 2 are tied to.
  635.  
  636.                8. Align Textures  (Y offset)
  637.  
  638.                     Align the textures on the Y offset.  The first linedef
  639.                     selected is used as the reference point.  This is for
  640.                     Up/Down alignment.
  641.  
  642.                9. Align Textures (X Offset)
  643.  
  644.                     This may be used on a group of linedefs that follow each
  645.                     other.  The first linedef selected is used as the
  646.                     reference.  This is for left/right alignment.
  647.  
  648.           Sector Mode
  649.           -----------
  650.  
  651.                2. Rotate and Scale Sectors
  652.  
  653.                     Move marked sectors by the degree of rotation and a
  654.                     percentage scale.  This will allow you to rearrange
  655.                     sectors by spinning them around (change rotation angle)
  656.                     or moving them closer to each other (scale < 100%) or
  657.                     further apart (scale > 100%).  This will NOT move the
  658.                     "Things" in the sector.  After rearranging the sector,
  659.                     you may have to go into things mode and select them and
  660.                     do the same rotation/adjustment on them.
  661.  
  662.                3. Make door from sector
  663.  
  664.                     To use this, select a sector that is between two other
  665.                     sectors and then activate this function.  The Linedefs,
  666.                     Ceiling height, textures, etc... will be modified
  667.                     accordingly.
  668.  
  669.                4. Make lift from sector
  670.  
  671.                     To use this, select the sector that is to become the lift 
  672.                     and then activate this function.  The Linedefs, textures,
  673.                     etc... will be modified accordingly.
  674.  
  675.                5. Distribute Floor heights
  676.  
  677.                     This function will take the difference in floor heights
  678.                     between the first and last sector selected, divide it by
  679.                     the number of sectors in between and then distribute the
  680.                     result across the floor heights of the in-between sectors.
  681.                     This is very useful for setting floor heights on stairways.
  682.  
  683.                6. Distribute Ceiling heights
  684.  
  685.                     This function will take the difference in ceiling heights
  686.                     between the first and last sector selected, divide it by
  687.                     the number of sectors in between and then distribute the
  688.                     result across the ceiling heights of the in-between
  689.                     sectors.  This is very useful for setting ceiling heights
  690.                     on stairways.
  691.  
  692.  
  693. F9        Insert a predefined object.
  694.  
  695.           This function has two different modes depending upon where the
  696.           pointer is located.  The two conditions are 1. Inside of a sector
  697.           and 2. Outside of sectors (not inside ANY sector).
  698.  
  699.           Outside of sectors
  700.           ------------------
  701.  
  702.           1. Insert a Rectangle
  703.  
  704.                Enter the width and height (length) of the rectangle and HERED
  705.                will automatically insert the vertices, lindefs+sidedefs, and
  706.                sector at the current pointer location.  Think of this as
  707.                adding a rectangular room.
  708.  
  709.           2. Insert a Polygon (N-sided)
  710.  
  711.                Enter the number of sides and a radius and HERED will
  712.                automatically insert the vertices, linedefs+sidedefs, and
  713.                sector at the current pointer location.  You can do anything
  714.                from a triangle to a 32 sided polygon.  Think of this as
  715.                adding a N-sided room.
  716.  
  717.  
  718.           Inside a Sector
  719.           ----------------
  720.  
  721.           1. Insert a Rectangle
  722.  
  723.                Same as outside a sector, but first sidedefs will be set to
  724.                the sector they are contained in.  Think of this as inserting
  725.                a rectangular pillar.
  726.  
  727.                NOTE: Pressing "Ins" after inserting the rectangle will create
  728.                a new sector inside the rectangle and cause the walls to be
  729.                changed to transparent.  Use this to define a new area inside
  730.                a sector.
  731.  
  732.           2. Insert a Polygon (N-sided)
  733.  
  734.                Also the same as outside a sector, but the first sidedefs will
  735.                be set to the sector they are contained in.  Think of this as
  736.                inserting an N-sided pillar.
  737.  
  738.                NOTE: Pressing "Ins" after inserting the polygon will create a
  739.                new sector inside the polygon and cause the walls to be
  740.                changed to transparent.  Use this to define a new area inside
  741.                a sector.
  742.  
  743.           3. Stairs
  744.                Insert a stairway.
  745.                (Not yet implemented.)
  746.  
  747.           4. Hidden Stairs
  748.                Insert a hidden stairway.
  749.                (Not yet implemented.)
  750.  
  751.  
  752. F10       Check level consistency (Diagnostics)
  753.  
  754.           When using the following diagnostics if an error is reported you can
  755.           press return to continue checking or press Esc to select the problem
  756.           object.
  757.  
  758.  
  759.           1. Number of Objects
  760.  
  761.                This option gives a count of the number of things, vertices,
  762.                linedefs, sidedefs, and sectors.  It also displays the amount
  763.                of bytes needed to store this information in a PWAD file
  764.                (Rounded to the nearest Kbyte).
  765.  
  766.           2. Check if all sectors are closed.
  767.  
  768.                This will test all sectors and make sure they are closed.  If
  769.                they are not closed it reports the number of the unclosed
  770.                sector.
  771.  
  772.           3. Check cross references 
  773.  
  774.                Verify the integrity of the level and help locate possible
  775.                problem areas.  This will help to locate orphaned sidedefs,
  776.                etc.  This will also remove extraneous LineDefs if there are
  777.                two LineDefs between the same vertices.
  778.  
  779.           4. Check for missing textures.
  780.  
  781.                Report any sidedefs that may need to have a Normal/Upper/or
  782.                Lower texture defined.
  783.  
  784.           5. Check Texture Names.
  785.  
  786.                Some other editors will let you enter texture names which are
  787.                not correct.  This function will help fix their mistakes.
  788.  
  789.  
  790. [4.3] Mouse Commands
  791. --------------------
  792.  
  793. If you have a mouse, the following actions are available:
  794.  
  795. Left button    : Mark/Unmark object (same as "M").
  796. Middle button  : Edit object (same as "Enter").
  797. Right button   : Drag object (like "D" when you press or release
  798.                     the button).
  799. Move mouse     : Move the pointer.
  800.  
  801.  
  802. You can change the buttons using the -sb (swapbuttons) switch
  803. when starting HERED or in the HERED.INI file.  Swaps the left and middle 
  804. buttons
  805.  
  806.  
  807.  
  808. [4.4] The Menu Bar
  809. ------------------
  810.  
  811. Along the top edge of the Level editing screen there is a Pull-Down menu bar
  812. with a number of options including File, Edit, Search, Modes, Objects, Misc,
  813. and Help.  These menu options can be pulled down by either pointing and
  814. clicking on them or by holding down the ALT key and pressing the Underlined
  815. letter from the menu bar.  Once the menu is pulled down press the highlighted
  816. letter of the command to use it.
  817.  
  818. The functions on the Pull-Down menus are as follows:
  819.  
  820.  
  821. File [ALT-F]
  822.  
  823.      Save
  824.  
  825.           Save the level as a WAD file.
  826.  
  827.      Save As
  828.  
  829.           This will allow you to reassign the episode and level number of a
  830.           map.  Enter a file name, then select the episode/level number.
  831.  
  832.      Print
  833.           (Not yet implemented)
  834.           Print a picture/description of the map.
  835.  
  836.      Quit
  837.  
  838.           Exit the level editor.  Save file if changes have been made.
  839.  
  840.  
  841. Edit [ALT-E]
  842.  
  843.      Copy Object
  844.  
  845.           Used to copy (groups of) things, vertices, linedefs and sidedefs,
  846.           or sectors.
  847.  
  848.      Add Object
  849.  
  850.           Same as "Ins" key.  (See long description above)
  851.  
  852.      Delete Object
  853.  
  854.           Same as "Del" key.  (See long description above)
  855.  
  856.      Preferences
  857.  
  858.           Use this to change the default values for wall, floor, and ceiling
  859.           textures, and floor and ceiling heights. These defaults are for
  860.           your current HERED session only.
  861.  
  862. Search [ALT-S]
  863.  
  864.      Find/Change
  865.           (not yet implemented)
  866.           Search for a specific object type.
  867.  
  868.      Repeat last find
  869.           (not yet implemented)
  870.           Perform the search again to find the next match.
  871.  
  872.      Next Object
  873.  
  874.           Go to next object.
  875.  
  876.      Prev Object
  877.  
  878.           Go to previous object.
  879.  
  880.      Jump to Object #
  881.  
  882.           Go to a specific object number.
  883.  
  884. Modes [ALT-M]
  885.  
  886.      (Changes current editing mode.)
  887.  
  888.      Thing Mode          T
  889.      Linedef & Sidedef   L
  890.      Vertices            V
  891.      Sectors             S
  892.      Next Mode           Tab
  893.      Last Mode           Shift-Tab Misc [ALT-I]
  894.  
  895. Misc [Alt-I]
  896.  
  897.      (Same as F8 keyboard command.  See description of F8 key above.)
  898.  
  899. Objects [ALT-O]
  900.  
  901.      (Same as F9 key in Keyboard commands.  See description of F9 key above.)
  902.  
  903. Check [ALT-C]
  904.  
  905.      (Same as F10 key in Keyboard commands. See description of F10 key above.)
  906.  
  907.  
  908. Help [ALT-H]
  909.  
  910.  
  911.      Keyboard & Mouse
  912.  
  913.           Same as F1 key.
  914.  
  915.      Info Bar
  916.  
  917.           Turn on/off Info Bar at bottom of screen.  This bar displays editing
  918.           modes, grid size, and zoom levels. 
  919.  
  920.      About HERED...  (not yet implemented)
  921.           Brief information about the HERED programmers.
  922.         
  923.  
  924. =====================================================================
  925. [5] WAD file description, flags, etc.
  926. =====================================================================
  927.  
  928.  
  929. The HERED works by editing the database that Heretic uses to store its
  930. information about each of the levels.  These database files are called
  931. WAD files.  There are two types of WAD files.
  932.  
  933. IWAD File:
  934.  
  935.         This is the main data base file. It contains all the
  936.         information about the graphics, sound, level maps, etc of the
  937.         game.  There is only one IWAD file called Heretic.WAD and it
  938.         must be in the current directory when Heretic is run.
  939.  
  940. PWAD File:
  941.  
  942.         This is a special patch of the IWAD file.  It contains
  943.         updates about the IWAD file.  PWAD files created by HERED will
  944.         contain an updated map of a game level. PWAD files can be called
  945.         anything.  When running Heretic, Heretic must be told to load a PWAD
  946.         file.  This is done with the -FILE parameter.  PWAD files are 
  947.         small so they can be easily shared.
  948.  
  949. [5.1] Vertices (description of)
  950.  
  951.      Vertices are simply points.  Each vertex has an x,y coordinate on a map. 
  952.      Heretic maps are 2 dimension so there is no z coordinate.  Vertices are used
  953.      as the starting and ending points of LineDefs (see below).
  954.  
  955. [5.2] LineDefs (description of)
  956.  
  957.      Lines which define boundaries in the map.  These boundaries define the
  958.      borders of a sector or the location of a trigger that you walk across.
  959.      Each LineDef has a starting vertex and and ending vertex.  There is a
  960.      first and second side to every linedef.  Either side may have a reference
  961.      to a SideDef.  LineDefs are also what is used as triggers and/or switches
  962.      for special sectors.
  963.  
  964. [5.3] SideDefs (description of)
  965.  
  966.      Every visible side of a LineDef must have a SideDef.  The SideDefs are
  967.      used to put wall textures on.  (See description of upper/lower/normal
  968.      textures below.)  An enclosed set of SideDefs is what defines a Sector.
  969.  
  970. [5.4] Sectors  (description of)
  971.  
  972.      A Sector is made up of a group of 3 or more enclosed SideDefs.  A sector
  973.      can be viewed as a room or an area within a room.  Sectors contain ceiling
  974.      and floor height information, ceiling and floor textures, special sector
  975.      information (does it hurt to be there?  did you find a secret if you
  976.      enter?)  Sectors are the only structure that "moves" in Heretic.  Lifts,
  977.      Staircases, Doors, are all specially defined sectors.
  978.  
  979. [5.5] Things   (description of)
  980.  
  981.      There are many types of Things in Heretic.  Player Start points, Enemies,
  982.      Bonuses, Weapons, Keys, and Decorations.
  983.  
  984.  
  985. [5.6] LineDefs attributes
  986. -------------------------
  987.  
  988. Some abbreviations have been used for the LineDef attributes:
  989.  
  990. Im (bit0)      Impassible by players and monsters.
  991. Mo (bit1)      Monsters cannot cross this line.
  992. 2S (bit2)      Two-sided wall/may shoot through.
  993. Up (bit3)      Upper texture is "unpegged".  Try it with moving 
  994.                ceilings or doors.
  995. Lo (bit4)      Lower texture is "unpegged".  Try it with moving
  996.                floors or lifts.
  997. Se (bit5)      Secret.  This line appears as normal on the map.
  998. So (bit6)      Blocks sound.  The sounds won't travel past this
  999.                line.
  1000. In (bit7)      Invisible on the map.  Even with the "computer
  1001.                map" power-up.
  1002. Ma (bit8)      Already on the map at startup.
  1003.  
  1004. [5.7] LineDef types
  1005. -------------------
  1006.  
  1007. The first two letters in each LineDef type give its features.
  1008. The first letter may be:
  1009.  
  1010. D    Door.     Press the spacebar to open it.
  1011. S    Switch.   Press the spacebar to activate this LineDef.
  1012. W    Walk.     Walk across this LineDef to activate it.
  1013. G    Gun.      You need to shoot that LineDef to activate it.
  1014.  
  1015. Except for doors ("D") and the "end level" LineDefs, all linedefs that
  1016. activate a sector need a "Sector tag" number and at least one Sector 
  1017. with the same tag number to operate.
  1018.  
  1019. The second letter may be:
  1020.  
  1021. R    Repeatable.
  1022. 1    Works only once.
  1023.  
  1024. Abbreviations are also used in the type name.  They refer to
  1025. what happens to the Sector when triggered by this LineDef:
  1026.  
  1027. O    Stays Open.  Used only for doors.
  1028. N    Neighbor.  Usually, this means that the floor rises or
  1029.      lowers until it reaches the floor height of an adjacent
  1030.      sector on its way.  In the menus, I have used "Ne." instead.
  1031. T    Texture and Type change.  Same as above, but the texture and
  1032.      type of the Sector are also changed.  The new Sector floor texture
  1033.      and type are copied from the Sector where the switch or walk-though
  1034.      LineDef is, not from the adjacent Sector(s).
  1035. C    Ceiling.  This means that the floor rises until it reaches
  1036.      the ceiling height of one adjacent Sector.
  1037. <,>  Used as modifiers for the above letters.  "<N" means that
  1038.      the floor will stop just below a neighboring floor.
  1039.  
  1040.  
  1041.  
  1042. [5.8] Normal/Upper/and Lower Textures
  1043. -------------------------------------
  1044.  
  1045.     These are the Three parts of a sidedef.
  1046.  
  1047.     Upper Texture is used to account for variations in ceiling height.
  1048.     The sidedef facing the sector with the higher ceiling must
  1049.     have an upper texture defined.
  1050.  
  1051.     Lower Texture accounts for variations in floor height.  The sidedef
  1052.     of a line that faces a sector with a lower floor height must have a
  1053.     lower texture defined.
  1054.  
  1055.     The Normal Texture is used for the surface of the sidedef which is
  1056.     below the ceiling height and above the floor height.
  1057.  
  1058.     Notice:  The LineDef/SideDef editor displays upper/lower texture
  1059.     boxes in RED if they are transparent and shouldn't be.  They will
  1060.     be grey if they are not visible and should be left transparent.
  1061.     If they are visible they will be black (transparent or not).  This
  1062.     is very helpful in eliminating the Hall of Mirrors effect caused by
  1063.     missing texture assignments.
  1064.  
  1065.  
  1066.  
  1067. =====================================================================
  1068. [6] Special Heretic Areas.  Lifts, Doors, and more!
  1069. =====================================================================
  1070.  
  1071. Tag numbers are used to uniquely identity a structure within the
  1072. level.  There are tag numbers for both sectors and for linedefs.
  1073. For example, if a switch is used to activate a Sector, then both
  1074. this Sector and the LineDef with the switch will have the same
  1075. tag number.
  1076.  
  1077. [6.1] Doors
  1078. -----------
  1079.  
  1080. A door is a Sector which usually starts with its ceiling at that
  1081. same height as its floor (door closed).  When the player presses
  1082. the spacebar, the ceiling will rise, opening the door.  On both
  1083. sides of the door, you need one of the "D" LineDefs types.  You
  1084. don't need to give a tag number to the Sector or the LineDefs.
  1085.  
  1086. If you want to be able to open this door with a switch, then you
  1087. need to give the same tag number to the Sector and the switch.
  1088. Pick any number that is not used by another LineDef or Sector.
  1089.  
  1090. Front and Back sides of Door:
  1091.  
  1092. The lines that you walk through on the door should be "passable"
  1093. (not Impassable), and two-sided (flags = 4).
  1094.  
  1095. The Sidedefs that are on the outside of the door should NOT have
  1096. a Normal or Lower texture.  They should have an Upper Texture.
  1097. The Sidedefs on the inside of the door should not have any
  1098. textures (Normal, Upper, or Lower).
  1099.  
  1100. Left and Right side of Door:
  1101.  
  1102. Nothing special here.  You may want to pick a Door-like texture
  1103. for the sidedefs like "DOORTRAK".
  1104.  
  1105. [6.2] Lifts
  1106. -----------
  1107.  
  1108. A lift is a sector surrounded by LineDefs with the "Lower lift"
  1109. or "Raise lift" type.  All LineDefs between the upper floor and
  1110. the lift will have the "Lower lift" type.  All LineDefs between
  1111. the lower floor and the lift will have the "Raise lift" type.
  1112. Usually, you also have some "Lower lift" LineDefs on the 
  1113. lower floor, a few steps away from the lift.
  1114.  
  1115. The "Raise lift" type is a special case: when you cross this
  1116. line, the lift will go up.  If the lift is already up, it 
  1117. will act as a switch that lowers the lift.  
  1118.  
  1119. In the editor, you will see a short line on one side of the LineDef
  1120. when you select it (this is the normal vector).  In the game, the
  1121. player must come from this side or else the lift won't work.
  1122.  
  1123. Don't forget to give a tag number to the Sector and the LineDefs!
  1124.  
  1125. [6.3] Teleporters
  1126. -----------------
  1127.  
  1128. You need two things to make a teleporter:
  1129.  
  1130. - One LineDef with the "Teleport" type and a Sector with the same
  1131.   tag number.
  1132. - A special Thing in this sector, called "Teleport exit"/
  1133.   "Teleport landing".
  1134.  
  1135. You may have several LineDefs that point to the same Sector, but
  1136. you must have one and only one Sector with the same tag number.
  1137.  
  1138. This only works if the line is crossed from the right side (see [6.2]).
  1139. If the teleporter worked on the two sides of the LineDef, you wouldn't 
  1140. be able to exit from it!
  1141.  
  1142. [6.4] Rising Stairs
  1143. -------------------
  1144.  
  1145. A raising staircase is created by defining a set of adjacent sectors at the
  1146. same elevation. The sector that will be the first (lowest) step is assigned 
  1147. a LineDef tag corresponding to a Linedef of the Raise Stairs type. Each step 
  1148. will raise to an elevation of 8 higher than its next lower neighbor, or 8 up 
  1149. from its original level in the case of the first step.
  1150.  
  1151. If we define a set of sectors at an elevation of 0 as shown below:
  1152.  
  1153.     +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1154.     |     |     |     |     |     |     |     |     |     |     |
  1155.     |     |     |     |     |     |     |     |     |     |     |
  1156.     |  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  A  |
  1157.     |     |     |     |     |     |     |     |     |     |     |
  1158.     |     |     |     |     |     |     |     |     |     |     |
  1159.     +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1160.  
  1161. with sector _1_ connected to a Raise Stairs LineDef, the sectors that will
  1162. form the stairs are those sectors that
  1163.  
  1164.     1. Are at the same elevation as the first 'step' sector.
  1165.     2. Share a LineDef with a sector that is part of the stairs.
  1166.     3. The _first_ SideDef of the shared LineDef is part of the stairs.
  1167.     4. The shared LineDef has a _lower_ LineDef number than any other
  1168.        LineDef facing 'into' (by condition 3) the previous sector.
  1169.  
  1170. For example, if the linedefs were defined as follows:
  1171.  
  1172.     +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1173.     |     |     |     |     |     |     |     |     |     |     |
  1174.     |     |     |     |     |     |     |     |     |     |     |
  1175.   --|  1--|  2--|  3--|  4--|  5  |--6--|  7--|  8--|  9--|  A--|
  1176.     |     |     |     |     |     |     |     |     |     |     |
  1177.     |     |     |     |     |     |     |     |     |     |     |
  1178.     +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1179.  
  1180. If Sector 1 was the first 'step', then Sectors 2, 3, 4, and 5 would be part 
  1181. of the staircase. Because the LineDef between Sectors 5 and 6 'faces' _away_ 
  1182. from Sector 5, Sector 6 will not raise when the staircase is triggered. If 
  1183. Sector 5 had a Floor elevation of 10, it would not become part of the 
  1184. staircase; only sectors with their Floor levels at the same level as the 
  1185. first step will be part of the staircase, regardless of the 'facing' of the 
  1186. LineDefs connecting them.
  1187.  
  1188. The facing of the LineDefs making up the _sides_ of the staircase is 
  1189. important; you can make turning or spiral staircases, but you can also make
  1190. staircases that elevate the floor of a room instead. Expanding the example, 
  1191. let us assume that Sector 0 is everything surrounding the sectors that are 
  1192. defined:
  1193.  
  1194.     +-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
  1195.     |     |     |     |     |     |     |     |     |     |     |
  1196.     |    b|     |     |     |     |     |     |     |     |     |
  1197.   --|  1--|  2--|  3--|  4--|  5  |--6--|  7--|  8--|  9--|  A--|     0
  1198.     |     |     |     |     |     |     |     |     |     |     |
  1199.     |  |  |  |  |  |  |  |  |  |  |  |  |     |     |     |     |
  1200.     +--|--+--|--+--|--+--|--+--|--+--|--+-----+-----+-----+-----+
  1201.        a
  1202.  
  1203. Now the LineDefs that make up the lower 'side' of Sectors 1 through 6 'face'
  1204. into the staircase. If the LineDef number of the LineDef between Sector 1 
  1205. and Sector 0 (labelled 'a' above) is _lower_ than the LineDef number of the
  1206. LineDef number of the LineDef between Sector 1 and Sector 2 (labelled 'b' 
  1207. above), then when the stair is triggered, Sectors 1 and 0 will rise, then 
  1208. Sector 0 will rise further. This is not likely to be what you want.
  1209.  
  1210. When creating a set of sectors to become an elevating staircase, make sure 
  1211. that either:
  1212.  
  1213.     a) All the LineDefs _except_ the ones defining the path of the staircase
  1214.        face _away_ from the staircase's sectors, or
  1215.     b) The LineDefs defining the path of the staircase, within a Sector, 
  1216.        have _lower_ LineDef numbers than any other LineDef facing into that
  1217.        Sector.
  1218.  
  1219. The LineDef tag for sectors composing a staircase are, except for the sector 
  1220. that is the first step, irrelevant; the only use for non-zero LineDef tags 
  1221. in any other staircase sector is to have the editor flag the sector in a 
  1222. different color so the user can see where the limits of the staircase are. 
  1223. It is the sector elevation and the LineDef facing that determine the limits
  1224. of a staircase.
  1225.  
  1226.  
  1227. [6.5] Secret areas
  1228. ------------------
  1229.  
  1230. All you need to create a "secret" area is to give the special
  1231. type "Secret" to some Sector.  When the player steps on that 
  1232. Sector, the players secret ratio will be credited.
  1233.  
  1234. If the secret sector is behind a secret door (one that has nearly
  1235. the same color as the other walls), you probably don't want the door to be
  1236. shown on the map (the automap uses different colors for walls and doors).
  1237. You will need to toggle the "Secret" flag in the LineDef attribute.  Then
  1238. the door will be shown as a normal wall on the map.
  1239.  
  1240. [6.6] Standard Rooms
  1241. --------------------
  1242.  
  1243. We already hear you say: "All this stuff about doors, lifts and so
  1244. on is great, but how do I create a new room in my level?"...
  1245.  
  1246. Each room consists in one or several Sectors surrounded by impassable
  1247. LineDefs.  If you want to have dark and bright zones in your room,
  1248. then you will need to divide the area into several Sectors.  The
  1249. LineDefs between these Sectors should have the "two-sided" bit set
  1250. and have a transparent texture ("-").
  1251.  
  1252. The easiest way to add a new sector is with the 'F9' key.  Select
  1253. the kind of shape that you want to insert, then enter its dimensions.
  1254. Note that the position of the pointer is important when you press 'F9'.
  1255. If the pointer is inside an existing Sector, then you will add an
  1256. obstacle (i.e. the new object won't have a Sector inside it - only
  1257. walls).  If the pointer is outside, then you will add a real room (with
  1258. a new Sector inside it).  You can use the "obstacle" type and add a new
  1259. Sector inside it.  Just press 'Ins' while the LineDefs are still
  1260. selected.
  1261.  
  1262.  
  1263.  
  1264.  
  1265. =====================================================================
  1266. [7] How to try out your new level(s)
  1267. =====================================================================
  1268.  
  1269.      To Run Heretic with your new level:
  1270.  
  1271.             >     Heretic -FILE E1L1.WAD
  1272.  
  1273.                 will load the normal Heretic game and the use the
  1274.                 E1L1.WAD file to patch the data base. 
  1275.  
  1276.      More than one PWAD file can be loaded. E.g.:
  1277.  
  1278.             >    Heretic -FILE E1L1.WAD E1L2.WAD BRENDON.WAD RAPHAEL.WAD
  1279.  
  1280.  
  1281.  
  1282. =====================================================================
  1283. [8] Troubleshooting
  1284. =====================================================================
  1285.  
  1286.         For any tech support on any MSS products even Un-Registered ones
  1287.         call (817) 964-2585 Mon-Fri. 8am - 10pm (Voice)
  1288.                         
  1289.                               or
  1290.  
  1291.                   The Programmer's Retreat BBS
  1292.                        (817) 964-2548
  1293.                   1200-14400 bps 24hrs. 7-days 
  1294.                             8/n/1
  1295.  
  1296. [8.1] Cannot switch to graphics mode.
  1297. -------------------------------------
  1298.  
  1299. If the program crashes with the following error: "mode not supported
  1300. on this card", or simply hangs after having displayed the message
  1301. "switching to graphics mode", then you have a problem with your
  1302. video driver.
  1303.  
  1304. If your card's BIOS is not VESA-compatible, then you will need the
  1305. UNIVESA driver, available on many FTP sites.  This TSR provides a
  1306. good VESA emulation for the most common VGA and SuperVGA cards.
  1307.  
  1308.  
  1309. [8.2] Pointer is not displayed.
  1310. -------------------------------
  1311.  
  1312. Your mouse driver is not compatible with SuperVGA resolutions.
  1313.  
  1314. Try the following, in that order:
  1315. 1) Upgrade your mouse driver, if possible.
  1316. 2) Add "fakecursor = true" to the HERED.INI file (or whatever
  1317.    config file you use).
  1318.  
  1319. [8.3] Hall of mirrors effect  (HOM).
  1320. ------------------------------------
  1321.  
  1322. The hall of mirrors effect is an indication that something 
  1323. is wrong with your map.
  1324.  
  1325. Two common causes of this problem are:
  1326. - You forgot to give a texture to one part of a wall.
  1327. - You have a transparent line which is shared by two sectors,
  1328.   but you forgot to set the "two-sided" (2S) flag for the LineDef.
  1329.  
  1330. You should run all tests from the 'F10' menu to check for these errors.
  1331.  
  1332. If everything appears to be correct (no warnings during the checks), then
  1333. maybe you have too many two-sided LineDefs in the same room.  There is a
  1334. limit in Heretic's graphic engine on the number of two-sided LineDefs that
  1335. can be displayed at the same time.  Solution: delete some of them.  Sigh!
  1336.  
  1337. But it may also be a problem with HERED's Nodes builder.  You may try to use
  1338. different values for the "splitfactor" command line parameter, and see if
  1339. that solves the problem (use positive values; 8 is the default; 16 or more
  1340. may solve some problems).  If that still doesn't work, you will have to wait
  1341. for the next release of HERED or use the excellent BSP program, available on
  1342. most FTP sites (look for bsp11x.zip).
  1343.  
  1344.  
  1345. [8.4] The 'Ruler' cursor leaves garbage on the screen.
  1346. ------------------------------------------------------
  1347.  
  1348. This is a bug in the EGAVGA.BGI driver.  It does not support XOR mode for
  1349. circles.  Solutions: use another driver (VESA, for instance) 
  1350.  
  1351.  
  1352.  
  1353. =====================================================================
  1354. [10.0] Tips
  1355. =====================================================================
  1356.  
  1357.  
  1358. [10.1]  Generic editing tips.
  1359.   
  1360.   YOU MUST HAVE MORE THAN ONE SECTOR!
  1361.   
  1362.         I dont know what is causing this but you must have more than one
  1363.         sector to allow the node builder to build the nodes else, IT WILL 
  1364.         LOCK UP!!!! 
  1365.  
  1366.   SAVE YOUR WORK!
  1367.  
  1368.         SAVE YOUR WORK OFTEN (with different file names) and test it every
  1369.         so often to make sure it's looking like you want it to.  HERED makes
  1370.         a .BAK file but if things get really messed and you saved twice
  1371.         with the same file name you may lose your work.
  1372.  
  1373.   Inserting Linedefs
  1374.  
  1375.         When marking vertices to add linedefs, do so in CLOCKWISE order.
  1376.         This will make sure that the Normal (or first) side of the line 
  1377.         is on the inside of your sector.  HERED likes this better and 
  1378.         so will you!
  1379.  
  1380.         Use clockwise order if you want to add a new sector outside (not
  1381.         inside any sector).  This is the case most of the time.
  1382.         Use anti-clockwise order if you want to add an obstacle inside an
  1383.         existing sector (i.e. all first sidedefs will be on the outside of
  1384.         the area you just defined).
  1385.  
  1386.   Texture Alignment
  1387.  
  1388.         All the texture sizes (Ceilings, Floors, and Walls) are based on 
  1389.         multiples of 8 pixels.   You can use the grid feature to help 
  1390.         align the length of linedefs.  You might even try mathematics
  1391.         (I know, it's scarier than Heretic... ;-)  See the TUTOR.DOC file for 
  1392.         an example of using the texture alignment fields.
  1393.  
  1394.   Tag Numbers  
  1395.  
  1396.         Sectors may have a Tag number associated with them.  A linedef
  1397.         that has the same tag number can be used to activate the 
  1398.         sector by walking across it or pressing it like a switch.
  1399.         The tag numbers are an independant table that is used to link
  1400.         the actions of linedefs and sectors together.  The fact that the
  1401.         Tag numbers are independant means that a single tag number can
  1402.         multiple lindefs to a sector.
  1403.  
  1404.  
  1405.  
  1406.   Things (what order)
  1407.  
  1408.         Add a player 1 start as soon as you've built your first
  1409.         sector.  WAIT until your done building all the sectors
  1410.         before you add enemies and weapons.  This way you won't
  1411.         have to waste time killing them every time you go to
  1412.         test out your creation.  Decorations should also come
  1413.         before the enemies.  (This WILL save you time, but,
  1414.         if you feel the need to kill something every time you test 
  1415.         your level, go ahead and satisfy your desire for carnage.)
  1416.  
  1417.  
  1418.   Vertices, Linedefs, and Sectors... suggested order to do them in.
  1419.  
  1420.         First add all major rooms using F9 menu.  Then use F9 menu to
  1421.         insert obstacles or different areas inside these rooms.  Connect
  1422.         the rooms by selecting two vertices from each (in clockwise order)
  1423.         and press "Ins" twice.  Now go ahead and add more walls or sectors
  1424.         using the vertices method.  Drag some walls on top of some others
  1425.         if you want to join two rooms.  Then set the textures of walls and
  1426.         ceilings and height of sectors.  Add a player 1 start thing and
  1427.         compile it and take a walk through it.  Then go back and fix things
  1428.         and add decorations.  Add enemies last so you don't have to deal
  1429.         with them every time.  Remember to add enemies based upon difficulty
  1430.         level.
  1431.  
  1432.  
  1433.   Stairs
  1434.  
  1435.         The maximum difference between floor heights for stairs is
  1436.         somewhere close to 24.  Typical values for the height differ
  1437.         by 16 units.  (Most of id's stairs use 16, although some of id's 
  1438.         stairs go by 8.)
  1439.  
  1440.  
  1441.   General
  1442.  
  1443.         Good things come to those who.... WORK!
  1444.  
  1445.         It takes TIME to build a good wad file.  The first really cool
  1446.         wads we've seen produced with HERED took in excess of 15 hours.
  1447.         Granted, that included time to learn the latest release of HERED,
  1448.         but we expect that it will take somewhere between 6-20 hours
  1449.         to churn out a really good level.   Don't be discouraged.  You
  1450.         can start out with a simple level and expand on it as time
  1451.         permits.
  1452.  
  1453.         Theme!  Theme I tell you!  And a little continuity wouldn't hurt
  1454.         either.  We've made a couple wads without any continuity and
  1455.         found that they looked, well... amateur.  The sample levels
  1456.         in the tutorial have little continuity and are in no way
  1457.         meant to demonstrate what a good level looks like, rather,
  1458.         these were built to show how things work.
  1459.  
  1460.   Including your own demo in a PWAD.
  1461.  
  1462.         > Heretic -devparm -record E1M1 -file E1M1.WAD
  1463.         > HERED
  1464.             > R E1M1.WAD
  1465.             > I E1M1.LMP DEMO1
  1466.             > R DEMO1.WAD
  1467.             > G MYLEVEL.WAD
  1468.         > Heretic -file MYLEVEL.WAD
  1469.  
  1470.  
  1471.   Special Tag Numbers
  1472.  
  1473.         The only special tag number we know of yet is tag number 666.
  1474.         It is used to lower a sector after all the Barons of Hell have
  1475.         been eliminated on E1M8.  We haven't tested to see if that
  1476.         works on any other ExMx levels.  Let us know!
  1477.  
  1478.  
  1479.   Death of Bosses ends level
  1480.  
  1481.         This is only true at the End Levels (ExM8).  When all of the
  1482.         bosses that are tougher than a baron of hell die, the level
  1483.         ends.
  1484.  
  1485.  
  1486.   Exits for Single, Coop, and Multiplayer
  1487.  
  1488.         It IS possible to create a level suitable for single-player games
  1489.         AND protect the exit in Deathmatch games so that players must
  1490.         cooperate in order to exit.  There are many ways to do this, and
  1491.         most of them are based upon when Things are available (See the When
  1492.         Appears item in Things mode).
  1493.  
  1494.         One simple way is to have two doors that lead to the exit.
  1495.         In multiplayer: Door "A" could be blocked by having a lamp in front of
  1496.         it.  Door "B" would require a distant switch to be pulled so that the
  1497.         player pulling the switch couldn't reach it by themselves.
  1498.         In single player (and Cooperative) mode Door "A" would not be blocked
  1499.         by any object nor require any switch to be pulled.  This is just one
  1500.         of many possible ways to make a wad playable by a single player but
  1501.         require cooperation to exit in Deathmatch mode.
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507. [10.2]  HERED/Heretic Limits....
  1508.  
  1509.  
  1510.         Maximum size of a wad file created with HERED 5.2:  This depends on how
  1511.         much base memory you can free up.  The more free ram, the bigger the
  1512.         WAD can be.  
  1513.         
  1514.                               (I am currently working on the GCC copy)
  1515.  
  1516.                 If you are using the GCC version of HERED, you will be able
  1517.         to create a wad as big as your total memory (standard + extended): you
  1518.         can create a huge wad file with this...
  1519.         
  1520.         X,Y locations of vertices:  somewhere in excess of -10,000 to 
  1521.         +10,000.  It could be -32768 to + 32767.  Note however that
  1522.         HERED might get a little weird if your vertices are too far
  1523.         apart.
  1524.  
  1525.         Maximum number of sector tags: 255
  1526.  
  1527.         Maximum number of enemies/things that can be displayed at a 
  1528.         time: Somewhere near 64.  We've seen that when there are too many
  1529.         some of them will disappear and reappear.  This looks really bad.  
  1530.  
  1531.         The Heretic engine (v1.2) can handle floors & cielings from -32768 to 
  1532.         +32768 as long as the difference in a sector is not more than 1000.
  1533.         HERED imposes a limit of 16384 as a safety feature and will check for
  1534.         the ceiling/floor difference when you run the 'check textures' test.
  1535.  
  1536.         The Maximum 2S linedefs that you can see from any point before Heretic
  1537.         engine limit causes HOM (Hall of Mirrors effect): Somewhere near 16.
  1538.  
  1539.         Maximum stair you can climb: 24 units.
  1540.  
  1541.         Minimum floor to ceiling distance that you can walk through:  Near 60 
  1542.         units.
  1543.  
  1544.         Minimum wall distance you can squeeze through: 34 units.
  1545.  
  1546.  
  1547.  
  1548.  
  1549.