home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / grunt140.zip / CLEANUP.DFI < prev    next >
Text File  |  1996-05-01  |  4KB  |  102 lines

  1.   CLEANUP - NIGHTLY EVENTS [Restock / Restore / Update - Userfile/Dungeon]
  2.   ────────────────────────────────────────────────────────────────────────
  3.  
  4.   As modules are played for considerable periods of time, the module
  5.   becomes used. DOORS are left open, OBJECTS are left lying around,
  6.   rooms could be full of monsters and more. For new players, it cannot
  7.   be too much fun to find a secret area - only to discover that it has
  8.   been looted - with all it's treasure gone. What fun could that be?
  9.  
  10.    CLEANUP.EXE keeps the dungeon clean. It serves many functions:
  11.  
  12.   1. Updates the GRUNT Newspaper.
  13.  
  14.   2. Updates the USERFILE by restoring all dead to life and updating
  15.      all USERFILE statistics. It also removes any players that have not
  16.      played in 7 days.
  17.  
  18.   3. Extracts the Dungeon Module from the "TARGET.DNG" file. The TARGET
  19.      file contains all of the dungeon information.
  20.  
  21. <RESET>
  22.  
  23.   To use CLEANUP.EXE effectively, choose one of the following.
  24.  
  25.     1. Running GRUNT LOCALLY:
  26.  
  27.        (a) Simply run CLEANUP.EXE from the GRUNT directory.
  28.  
  29.     2. Network Wide - LOCALLY
  30.  
  31.        (a) Simply run CLEANUP.EXE from the GRUNT directory.
  32.  
  33.     3. BBS_DOORS: For Pcboard and all other BBS Software Packages:
  34.  
  35.        (a) You will want to place CLEANUP.EXE in your nightly event batch
  36.            file. For PCBOARD sysops, this is generally called "EVENT". For
  37.            other BBS software packages, you will have to read your
  38.            documentation as to nightly events.
  39.  
  40.        (b) Have CLEANUP.EXE run at least once per day or by desired number
  41.            of days.
  42.  
  43. <RESET>
  44.  
  45.   Here is an example of how to use CLEANUP for playing GRUNT in "Local
  46.   Mode" [includes all forms, even if playing on a network or a single-node
  47.   machine]:
  48.  
  49.       REM - BATCH FILE BEGIN: [Assuming GRUNT is in C:\GRUNT]
  50.       C:
  51.       CD C:\GRUNT
  52.       CLEANUP.EXE
  53.       REM - BATCH FILE END.
  54.  
  55. <RESET>
  56.  
  57.   Here is a batch file for Sysop's using GRUNT as a BBS_DOOR:
  58.  
  59.       REM - BATCH FILE BEGIN: [Assuming GRUNT is in C:\GRUNT]
  60.       C:
  61.       CD C:\GRUNT
  62.       CLEANUP.EXE
  63.       C:
  64.       CD C:\PCB\NODE1
  65.       BOARD.BAT
  66.       REM - BATCH FILE END.
  67.  
  68.   CLEANUP.EXE will read the file "GRUNT.CFG". If this file does not
  69.   exist, CLEANUP will terminate. To create this file, run GRUNTCFG.EXE.
  70.  
  71.   NOTE: If you have already installed GRUNT, the installation procedures
  72.         will create the "GRUNT.CFG" file. While you may edit this file by
  73.         hand with any text editor, you can also edit the configuration
  74.         file through GRUNTCFG.EXE (and it is highly recommend that you
  75.         do). Also note that any new versions of GRUNT starting at v1.040
  76.         will be automatically converted.
  77.  
  78. <RESET>
  79.  
  80.   CLEANUP creates a file in the set DUNGEON directory (as defined in the
  81.   "GRUNT.CFG" file) called "SHUTDOWN.NOW". Any node running GRUNT will
  82.   automatically shut down and exit to DOS. This does not affect Novell,
  83.   Lantastic, Windows, or other Networks you may be running, it simply
  84.   instructs GRUNT to stop running, save all information, and exit out to
  85.   DOS. If you are playing on a Network such as Novell or Lantastic, you
  86.   will be returned to DOS. If you have GRUNT configured on a BBS system,
  87.   it will return to DOS, and continue the execution of your batch file,
  88.   hence returning your user to your BBS Software.
  89.  
  90.   ** NOTE: Please see the Questions & Answers section to review troubles
  91.            associated with CLEANUP.EXE.
  92.  
  93. <RESET>
  94.  
  95.  While CLEANUP is necessary for the proper functioning of the game and
  96.  dungeon, it is not required to be executed daily. If you desire the
  97.  dungeon only to be cleaned periodically, you may set the dungeon to clean
  98.  as often as you like. It is highly recommended that you cleanse the
  99.  dungeon every five days minimum. Players are cleaned internally to GRUNT
  100.  if not structured by CLEANUP.
  101.  
  102.