home *** CD-ROM | disk | FTP | other *** search
/ Cheats, Hacks & Hints / Cheats_Hacks_and_Hints.bin / games / dukenukm / dukeedit.cfg < prev    next >
Text File  |  1994-07-18  |  4KB  |  102 lines

  1. # DUKEEDIT.CFG - configuration file for DukeEdit
  2. # All lines beginning with '#' are comments, blank lines are ignored
  3. # Parameters must be typed exactly as shown, case sensitive, no spaces
  4.  
  5. #=============================================================================
  6. # This is where DukeEdit looks for the Duke Nukem files to verify
  7. # that a registered copy exists.  It is also where MAKEDAT.EXE looks
  8. # for the graphics files.  You may specify either the episode 2 or 3
  9. # directory if they differ.  This is important!  Set it correctly!
  10. # examples: DukePath=C:\DN2\     DukePath=..\DN3\
  11. #
  12. DukePath=
  13.  
  14. #=============================================================================
  15. # This is where DukeEdit reads and writes level files.  This is often the
  16. # same directory as "DukePath" above, but you may want to store your levels
  17. # in a separate directory.
  18. #
  19. LevelPath=
  20.  
  21. #=============================================================================
  22. # Uncomment the following line to prevent DukeEdit from automatically
  23. # supplying portions of the level filename.  Useful if you wish to use
  24. # non-standard filenames.
  25. #
  26. #AutoFilename=No
  27.  
  28. #=============================================================================
  29. # Uncomment the following line to swap left and right mouse buttons.
  30. # -- We don't want to forget the "lefties" out there.
  31. # -- Or maybe you just like them backwards.
  32. #
  33. #SwapMouseButtons=Yes
  34.  
  35. #=============================================================================
  36. # Uncomment the following line if you wish the two editing screens to be
  37. # "synchronized."  Cursor movement on one screen will cause the other screen
  38. # to follow it.  By default they have separate cursors, which is typically
  39. # more useful if you use the second editing screen as a "library" level.
  40. #
  41. #LinkCursors=Yes
  42.  
  43. #=============================================================================
  44. # Uncomment the following line if you wish to disable the mouse position
  45. # display.  This may be useful on slower PC's where the display affects
  46. # performance, or where the flicker is annoying.
  47. #
  48. #DisplayMousePos=No
  49.  
  50. #=============================================================================
  51. # Uncomment the following line if you wish to enable the object ID display.
  52. # This display is intended for the more advanced user who needs to know
  53. # the actual object ID # of the objects on screen, it is off by default.
  54. #
  55. #DisplayOBID=Yes
  56.  
  57. #=============================================================================
  58. # Uncomment the following line to prevent DukeEdit from making any kind of
  59. # noise, such as warning, error and attention sounds.
  60. #
  61. #Silent=Yes
  62.  
  63. #=============================================================================
  64. # Uncomment the following line if you wish DukeEdit to start up with the
  65. # editing grid on, it is off by default.
  66. #
  67. #EditGrid=Yes
  68.  
  69. #=============================================================================
  70. # PRINTER CONFIGURATION
  71. #=============================================================================
  72. # The following line specifies the control codes which should be sent to the
  73. # printer before printing a level.  If you have a narrow carriage printer
  74. # you should insert the codes to initiate condensed mode printing.  If you
  75. # wish to edit the control codes you must use a text editor capable of
  76. # embedding the actual control characters.
  77. #
  78. # This sequence will set condensed mode on most IBM & Epson compatibles
  79. #PrinterStart=
  80. #
  81. # If you have a HP LaserJet 2 or III use this one instead to print an entire
  82. # level on a single page.
  83. #PrinterStart=E&l5C(s0t0p16.6h-3B(10U
  84. #
  85. # This is my favorite for an HP LaserJet 4
  86. # sets 13LPI and 13CPI landscape, fills page at 1:1 aspect ratio
  87. #PrinterStart=E&l1o3e3.69C(s16901t-7b13H(10U
  88.  
  89.  
  90. #=============================================================================
  91. # The following line specifies the control codes which should be sent to the
  92. # printer after printing a level.  Use this to return the printer to its
  93. # prior state if you wish.
  94. #
  95. # This sequence will cancel condensed mode on most IBM & Epson compatibles
  96. #PrinterEnd=
  97. #
  98. # This sequence will reset a HP LaserJet
  99. #PrinterEnd=E
  100.  
  101.