home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / EDITORS / DEEP / HEEP.INI < prev    next >
Text File  |  1995-03-15  |  5KB  |  108 lines

  1. *--------------------------------------------------------------------------
  2. *   Default HeeP.INI configuration file  LITE version
  3. *
  4. *   Order the FULL HeeP online on CompuServe (GO SWREG 4553)
  5. *   Or send $20.00 to: (see ORDER.FRM)
  6. *
  7. *             Sensor Based Systems, Inc.
  8. *             17010 NE 190th St
  9. *             Woodinville, WA 98072
  10. *             (206) 827-8794
  11. *
  12. *             75454.773@COMPUSERVE.COM         
  13. *             jackv56036@AOL.com
  14. *
  15. *   Comment lines start with / ; * or # (so you choose)
  16. *   All lines with comments do nothing (like this file is now).
  17. *   Customize this file to suit your needs.
  18. *
  19. *   If you have not Registered HERETIC, you cannot save any levels.
  20. *
  21. *   If you have not Registered HeeP, you can only edit 1 PWAD if you save
  22. *   using different names and 2 PWADS if the save name stays the same.
  23. *
  24. *--------------------------------------------------------------------------
  25. * HeeP can be installed in any directory. We recommend that you install
  26. * HeeP in its own DeeP directory (along with DeeP), to separate your work. 
  27.  
  28. * The only reason you might change the different HERETICx.WAD name options
  29. * is to support different HERETIC WADS and separate your work levels.
  30.  
  31. * Create a HeeP.INI file (this file) for each version of HERETIC and create
  32. * a batch file for each.
  33.  
  34. *  Sample batch file for testing HERETIC1 only (as simple as it gets):
  35.  
  36. **------start of file------
  37. **  cd\DeeP
  38. **  HeeP -config HeeP1.ini             << file with HERETIC1 stuff
  39. **------end of file -------
  40.  
  41. **  Sample batch file for testing HERETIC only:
  42.  
  43. **------start of file------
  44. **  cd\DeeP
  45. **  HeeP -config HeeP2.ini             << file with HERETIC stuff
  46. **------end of file -------
  47.  
  48. **----------------------------------------------------------------------
  49. **----------------------------------------------------------------------
  50.  
  51. **  ----------  maximum default path length is 27 characters ---------
  52. ** Name of the main wad file.  This file sets support for HERETIC
  53. ** Uncomment (remove the # in front of main) to reflect your file location.
  54.  
  55. #main = C:\HERETIC\HERETIC.wad       ** typical HERETIC (registered)
  56.  
  57. #patch= C:\HERETIC\PWADs             ** name of default read PWAD directory 
  58.  
  59. #help= C:\HERETIC\DeeP\DeeP.hlp      ** name of the help file 
  60.  
  61. ** Use this to change the default video mode if you have a new SuperVGA driver.
  62. ** VESA.BGI is the default driver for VESA boards with at least 512K memory.
  63. ** VGA256.BGI is for VGA Picture displays, don't use directly ( 320x200x256 resolution)
  64.  
  65. **  Try bgi = VGAONLY if the default VESA does not work (incompatible video BIOS).
  66. **  If an error occurs initializing the VESA driver,
  67. **  the Program switches to VGA mode automatically.
  68. **
  69. **  VGA mode automatically uses a fakecursor, since VGA doesn't erase
  70. **  the mouse correctly (sorry, it's the driver).
  71.  
  72. **  In VGA mode, the map displays ok, but the colors for the pictures do not.
  73. **  For the texture displays, the VGA256 driver is automatically selected.
  74. **  The pictures take up the whole screen and the white
  75. **  spots are missing colors for this mode.
  76.  
  77. **  >>>  Try the UniVBE program if you have any VESA problems  <<<
  78.  
  79. #bgi  = VESA       ** default, for your information, do not enter
  80. #bgi  = VGAONLY    ** If you have VGA only or not VESA, try this! 
  81. #                     For VGA set ruler circle size to 0
  82.  
  83. ** video resolution values (for VESA only)
  84.  
  85. #video= 0          ** 320x200x256           (256kb video, looks ugly)
  86. #video= 1          ** 640x480x256           (512kb video, alternate?)
  87. #video= 2          ** 640x480x256 (default) (512kb video)
  88. #video= 3          ** 800x600x256           (512kb video)
  89. #video= 4          ** 1024x768x256          (1mb video reqd)
  90.  
  91. **-------------------------------------------------------------------------
  92. *          ┌─────────────────────────────────────────┐
  93. *          │    (c) 1995 Sensor Based Systems, Inc.  │
  94. *          │        DoomEnhancedEditorProgram        │
  95. *          │   ██     █                   █████████  │
  96. *          │   ██     █                    ██     █  │
  97. *          │   ██     █                    ██     █  │
  98. *          │   ██     █                    ██     █  │
  99. *          │   ████████  ███████  ███████  ████████  │
  100. *          │   ██     █  ██       ██       ██        │
  101. *          │   ██     █  █████    █████    ██        │
  102. *          │   ██     █  ██       ██       ██        │
  103. *          │   ██     █  ███████  ███████  ██ tm     │
  104. *          │                                         │
  105. *          └─────────────────────────────────────────┘
  106. *
  107. **--------------------------end of HeeP.ini ------------------------------
  108.