home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / vmsnet / monhl10b / delta0 < prev    next >
Internet Message Format  |  1992-08-02  |  3KB

  1. Path: uunet!mcsun!news.funet.fi!hydra!klaava!hurtta
  2. From: Kari.Hurtta@Helsinki.FI (Kari. E. Hurtta)
  3. Newsgroups: vmsnet.sources.games,vmsnet.sources.d
  4. Subject: Monster Helsinki, Delta from 1.04 to 1.05 - part 0/7
  5. Message-ID: <1992Jun30.185941.9847@klaava.Helsinki.FI>
  6. Date: 30 Jun 92 18:59:41 GMT
  7. Sender: hurtta@klaava.Helsinki.FI (Kari Hurtta)
  8. Followup-To: vmsnet.sources.d
  9. Organization: University of Helsinki
  10. Lines: 80
  11. Xref: uunet vmsnet.sources.games:428 vmsnet.sources.d:866
  12.  
  13. Archive-name: monster_helsinki_104_to_105/delta0
  14. Environment: VMS, Pascal
  15. Author: Kari.Hurtta@Helsinki.FI
  16.  
  17.                   MONSTER Helsinki V 1.05
  18.                   -----------------------
  19.  
  20.     Monster, a multiplayer adventure game where the players create the
  21.     world and make the rules.
  22.  
  23.     Derived from Rich Skrenta's Monster (from version 1).
  24.  
  25.     Includes programmable non-player characters (NPC) with own programming
  26.     language - MDL (Monster Defination Language). Also rooms and objects
  27.     can program with it (via so called hooks). NPCs are called to 'monster',
  28.     all other MDL-objects are called to 'hook'.
  29.  
  30. Environment: VMS V4.x (MONSTER_INSTALL.COM requires V5.x)
  31.              PASCAL 
  32.  
  33. THIS IS DELTA POSTING AGAIST VERSION 1.04
  34. Version 1.04 is posted 14.6.1992
  35.  
  36. New to version 1.04:
  37.  - MONSTER /BUILD and /DUMP commands now correct handle passwords
  38.    of virual userids created by MONSTER/USER (you can't do
  39.      text dump of database and build new database where password
  40.      of virtual userids have saved in available)
  41.  - MDL function 'or' accept now any number of parameters
  42.  - MDL function 'and' accept now more than two parameters
  43.  - New modules: VERSION.PAS (version number of monster)
  44.                 ALLOC.PAS
  45.  - New image MONSTER_REBUILD.EXE - here is now commands:
  46.         MONSTER/REBUILD
  47.         MONSTER/FIX
  48.         MONSTER/BATCH
  49.  - Document have updated little
  50.  
  51. New in version 1.04 to version 1.03 (posted 24.11.1990):
  52.  -  Several bugfixes (of course)
  53.  -  New commands MONSTER/DUMP and MONSTER/BUILD (via MONSTER_DUMP.EXE)
  54.  -  Reading of keyboard and database polling starategy have rewrote -
  55.     should cause smaller IO-load to system (new GUTS.PAS).
  56.  -  MDL -parser now writes offending line and points error position when 
  57.     it detects error in MDL-program.
  58.  
  59. Running delta:
  60.     Get MONSTER Version 1.04 distribution
  61.       Put logical name MONSTER104 to point that directory
  62.     Create directory for sources of version 1.05 
  63.       Put logical name MONSTER105 to point that directory
  64.     Go to directory where is this delta distribution
  65.       execute UPDATE.COM:
  66.          $ @UPDATE
  67.  
  68.     Go directory MONSTER105
  69.  
  70.     Compilation and installation - three possibility:
  71. 1)  Compile MONSTER_E.HLP
  72.          $ LIBRARIAN/HELP/CREATE MONSTER_E MONSTER_E
  73.     Read installation help
  74.          $ HELP/LIBRARY=SYS$DISK:<>MONSTER_E Installation
  75.     and follow help.
  76. 2)  Run installation-script
  77.          $ @MONSTER_INSTALL
  78.     and answer to questions.
  79.  
  80. 3)  Compile with MMS (there if file MAKEFILE.)
  81.          $ MMS ALL
  82.     Install manually
  83.  
  84.     Send notice to me (Kari.Hurtta@Helsinki.Fi) if you get this
  85.     working or if you have problems.
  86.  
  87. - K E H
  88. ( Kari.Hurtta@Helsinki.FI,
  89.   hurtta@cc.Helsinki.FI,
  90.   hurtta@cs.Helsinki.FI,
  91.   HURTTA@FINUH.BITNET
  92. )
  93.