home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / EDITORS / DEEP / DEEPFAQ.DOC < prev    next >
Text File  |  1995-03-10  |  10KB  |  237 lines

  1.                    FAQ for DeeP, HeeP and DeePBSP
  2.                    ──────────────────────────────
  3.  
  4.   ┌────────────────────────────────────────────────────────────────────┐
  5.   │                                                                    │
  6.   │ DeeP -  - DOOM Enhanced Editor Program    (edits DOOM and DOOM II) │
  7.   │ HeeP    - HERETIC Enhanced Editor Program (edits HERETIC levels  ) │
  8.   │ DeePbsp - Binary Space Partition Program  (builds node for all   ) │
  9.   │                                                                    │
  10.   └────────────────────────────────────────────────────────────────────┘
  11.  
  12.  
  13.    This document lists the most common questions and answer for new DeeP
  14.    user. Please refer to DEEP101.DOC for the 101 NEW features in DeeP
  15.    that are not in DEU.
  16.  
  17.  
  18.    ┌───────────────┐
  19.    │ What is DeeP  │
  20.    └───────────────┘
  21.  
  22.    DeeP is a complete rewrite of DEU and is written in Borland TURBO C++
  23.    3.1. DeeP has options and features you DREAM OF making it much easier
  24.    to use.
  25.  
  26.    It supports both keyboard users and mouse users with equal ease.
  27.    Almost all of the keyboard commands are the same as DEU, so the
  28.    initial learning curve for DEU users is very low.
  29.  
  30.    With its convenient user friendly options, online testing and ultra-
  31.    fast node builder, great levels can be created in less than 1/4 the
  32.    normal time using other editors. The best Extensive error checker
  33.    keeps you out of trouble!
  34.  
  35.  
  36.    ┌───────────────────────────────────────────┐
  37.    │ Common questions                          │
  38.    └───────────────────────────────────────────┘
  39.  
  40.    Grid Questions
  41.    ~~~~~~~~~~~~~~
  42.  
  43.    Q. I press G but the grid does not appear.
  44.    A. Press H, this make the grid appear and disappear.
  45.  
  46.    Q. I don't like dashed lines for the grid.
  47.    A. Click Edit on the top menu bar and select "Load Options/Etc".
  48.       Click the box for "Grid Dashed" and make it white (not active).
  49.  
  50.    Q. My stuff always moves all over, but I don't have the grid on.
  51.    A. Snap-to-Grid is on by default. Click the button on the top menu
  52.       bar with the small "s" or press the "/" key. Unlike DEU, this is
  53.       a separate choice from G.
  54.  
  55.  
  56.    Mouse Questions
  57.    ~~~~~~~~~~~~~~~
  58.  
  59.    Q. The mouse click speed is too slow.
  60.    A. Click Edit and select "Zoom/Mouse/Map Options". Reduce the click
  61.       speed to 50ms. Now you have to click very fast to get double
  62.       clicking to work.
  63.  
  64.    Q. The mouse double click speed is too fast.
  65.    A. Select "Zoom.." as above and increase the click speed. Try around
  66.       400ms. Now the time from single clicking to selecting is also
  67.       increased since DeeP is giving you more time to double click
  68.       before deciding that you it is just a single click!
  69.  
  70.    Q. The mouse moves too fast across the screen.
  71.    A. Click on Edit and select "Zoom/Mouse/Map Options".
  72.       Change the mouse speed to a lower number.
  73.  
  74.    Q. The mouse moves too slow across the screen.
  75.    A. Click on Edit and select "Zoom/Mouse/Map Options".
  76.       Change the mouse speed to a higher number.
  77.  
  78.    Q. I don't like the mouse following my menus.
  79.    A. Click on Edit and select "Zoom/Mouse/Map Options".
  80.       Change the "Snap Cursor" to off.
  81.  
  82.  
  83.    Video Questions
  84.    ~~~~~~~~~~~~~~~
  85.  
  86.    Q. Nothing shows up on the screen.
  87.    A. Your video BIOS is not compatible with the VESA standard. Try the
  88.       UNIVBE program shipped with DeeP.
  89.  
  90.    Q. I can't see all the colors.
  91.    A. If you don't have a video board that works and you choose the
  92.       VGAONLY option, you can only get 16 colors (and this looks
  93.       strange)!
  94.  
  95.    Q. My mouse cursor is a cross.
  96.    A. When you choose VGAONLY, the mouse cursor is a cross, since the
  97.       Borland driver has a mistake for displaying graphics.
  98.  
  99.    Q. My map flies off the screen before I have a chance to stop.
  100.    A. Turn on the screen delay feature with the "[]" keys. This will
  101.       slow it down to any speed you like.
  102.  
  103.    Q. The video is too slow.
  104.    A. Turn of the display of things on the bottom of the screen. Press
  105.       the "I" key. There are 3 modes of display, All, Some and NONE.
  106.  
  107.    Q. I don't like the line on the left and right side of the screen.
  108.    A. Click on Edit and select "Zoom/Mouse/Map Options". Change the "Map
  109.       Border" to off.
  110.  
  111.  
  112.    Color Questions
  113.    ~~~~~~~~~~~~~~~
  114.  
  115.    Q. I don't like the grid color.
  116.    A. Click Edit and select "Mouse/LineColors". Change the grid color to
  117.       something else. If you don't see any color you like, select
  118.       "Palette Colors" and change "Anycolor2" to something you like. Go
  119.       back to "Mouse/LineColors" and select the bottom entry, that's the
  120.       one you made!
  121.  
  122.    Q. I don't like the background color when I display all the things as
  123.       pictures.
  124.    A. Click on Edit and select "Mouse/LineColors" and change "Background
  125.       Things".
  126.  
  127.    Q. I don't like the menu color.
  128.    A. You can change most of the colors as described above.
  129.  
  130.  
  131.    Reading A file Questions
  132.    ~~~~~~~~~~~~~~~~~~~~~~~~
  133.  
  134.    Q. When I start DeeP, the last levels saved are always loaded.
  135.    A. If you do not want to always start with the last levels you saved,
  136.       click on Edit and select "Load Options/Etc" and turn off
  137.       "AutoLoad". You can also select File and "Read" a new PWAD or
  138.       select "New" level.
  139.  
  140.       To clear ALL the levels loaded, select "Reset Level". You can also
  141.       clear at startup, by typing "DeeP -n" or forcing DeeP to read a
  142.       new file "DeeP -file newfile.wad". The choice is yours.
  143.  
  144.    Q. The program kicks me out and says "file limit of ### exceeded".
  145.    A. This is a normally a shareware version message limit. Reset your
  146.       levels as described above to stay within the limits of the version.
  147.       The registered version is limited to 42 files.
  148.  
  149.    Q. How can I read a file in a different directory than where DeeP is?
  150.    A. Set the PATH= in the DeeP.INI file. This sets the default
  151.       directory. You can also temporarily read it from anywhere by
  152.       entering the complete path, including the drive, for example,
  153.       "C:\MYWADS\FAVORITE.WAD".
  154.  
  155.  
  156.    Saving A file Questions
  157.    ~~~~~~~~~~~~~~~~~~~~~~~
  158.  
  159.    Q. When I save my level, it comes back and says "mywad.wad" not found.
  160.    A. Your system is probably not configured correctly to run DeePbsp,
  161.       the node builder. Please see README.DOC and follow the suggestions
  162.       there.
  163.  
  164.    Q. It keeps saying ~DeeP.tmp not found.
  165.    A. It's possible you are running multiple copies of DeeP at the same
  166.       time (Windows). Or more likely, you should put a FILES=20 in your
  167.       CONFIG.SYS.
  168.  
  169.    Q. DeePbsp gives me a "Domain Error".
  170.    A. You probably have a duplicate vertex. Be sure to run all the checks.
  171.       Select "Checks" and then click the option that selects running all
  172.       the map checks.
  173.  
  174.    Q. How can I save my file in a different directory than where DeeP is?
  175.    A. Set the PATH= in the DeeP.INI file. This sets the default
  176.       directory. You can also temporarily save it anywhere by entering
  177.       the complete path, including the drive, for example,
  178.       "C:\MYWADS\FAVORITE.WAD".
  179.  
  180.  
  181.    Misc Questions
  182.    ~~~~~~~~~~~~~~
  183.  
  184.    Q. I like using the keyboard, DEU let's me do that.
  185.    A. Go ahead. Almost ALL the DEU keys work.
  186.       "< > , ." are changed and put to good use for scaling and rotating.
  187.  
  188.    Q. I like to draw lines like some of the other editors.
  189.    A. Go into Vertex mode (press V or double right click/select) and then
  190.       press Ins or left double click. Now start drawing!
  191.  
  192.    Q. When I move the cursor, nothing gets selected anymore. It used to
  193.       work, what happened?
  194.    A. You accidently pressed "A". Press it again to make it better. This
  195.       is the auto-select option. Sometimes you don't want the object
  196.       selected to change when you move the cursor. When this is on, you
  197.       can manually click on top of each object to select it. (Holding
  198.       the shift key down when you move does the same thing temporarily.)
  199.  
  200.    Q. The program kicks me out and says "Error: out of memory allocating
  201.       6 bytes".
  202.    A. If you have a very large level (MAP14 or larger) and you attempted
  203.       to copy a large area of SECTORS, you will run out of conventional
  204.       memory. This is not an error as such, just a temporary limit. The
  205.       next DPMI version will not have this problem, so watch for it.
  206.       Watch the memory displayed on the bottom line, when it gets below
  207.       20,000  watch the copies!
  208.  
  209.    Q. I have to hit the escape key to get out of nested menus.
  210.    A. That is one way. The quickest way is to click the right mouse
  211.       button! That gets you out of any menu. So "click..click" with the
  212.       right mouse button and you're outa there.
  213.  
  214.    Q. I don't want to type "E at the character prompt every time.
  215.    A. Select Edit and select "Load Options/Etc". Turn on the "AutoStart"
  216.       box. Now when you start, DeeP will automatically put you in Edit
  217.       mode.
  218.  
  219.    Q. I don't want to use the mouse to change the direction of things.
  220.    A. Use the new <> command in things to instantly change the
  221.       direction!
  222.  
  223.    Q. I can't change the default textures in the INI file.
  224.    A. Unlike DEU, you can change all the defaults in DeeP and they are
  225.       automatically saved. No need to mess with the INI file.
  226.  
  227.  
  228.                                 THE END
  229.  
  230.   ┌────────────────────────────────────────────────────────────────────┐
  231.   │                                                                    │
  232.   │ Sensor Based Systems, Inc.  CompuServe :  75454.773@COMPUSERVE.COM │
  233.   │ 17010 NE 190th ST           AOL        :  jackv56036@AOL.com       │
  234.   │ Woodinville, WA 98072       (206) 827-9794                         │
  235.   │                                                                    │
  236.   └────────────────────────────────────────────────────────────────────┘
  237.