home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / armgames / ReadMe!
Text File  |  1997-03-05  |  4KB  |  129 lines

  1. GAMES PACK
  2. ~~~~~~~~~~
  3.  
  4. What is it?
  5. ~~~~~~~~~~~
  6. This is Richard Paddle's games pack for ARCbbs 1.64 converted to ArmBBS.
  7.  
  8. Introduction
  9. ~~~~~~~~~~~~
  10. Every time a user plays one of these good doors on my BBS I get about 30 
  11. lines of errors in the logfile about ArmBBS not knowing some ARCbbs specific
  12. script commands, contained throughout the instruction screens and the high
  13. scores charts.
  14.  
  15. After months of these errors, I finally decided to get to the bottom of the
  16. problem and to go through all of the doors and alter all the script 
  17. commands, one by one, to their respective ArmBBS equivalents. Here is the
  18. result of a rainy afternoon (was quite dry actually today!).
  19.  
  20. While I was at it, I altered the place where they store the scores files
  21. from ones like "<ARCbbs$text>.HangScr" to "<HangDoor$Dir>.HangScr", so that
  22. they do not need an alias for "ARCbbs$text" and are contained inside the
  23. door.
  24.  
  25. Example menu definitions
  26. ~~~~~~~~~~~~~~~~~~~~~~~~
  27. As some SysOps might have problems with the scripts, I'll include here
  28. the WHOLE of the definitions I use on The Werewolf BBS for these doors as
  29. example menu definitions - you could copy them straight out and use them
  30. without even changing them at all! I make no apology for any extra keywords
  31. in these menu definitions, but all I can say is that they work! If anyone
  32. knows that some of this can be cut down (like the flushib's) then please
  33. contact me in any of the ways shown at the bottom). Here we go:
  34.  
  35.   defitem 1
  36.   display `Trivia door`
  37.   help `Trivia door by Richard Paddle`
  38.   [
  39.     doing `Playing Trivia Door`
  40.     type <ArmBBS$Dir>.Doors.!TrivDoor.TrivIns
  41.     anykey
  42.     flushib
  43.     door `1 3 <ArmBBS$Dir>.Doors.!TrivDoor`
  44.     flushib
  45.     type <ArmBBS$Dir>.Doors.!TrivDoor.TrivScr
  46.     anykey
  47.   ]
  48.   enditem
  49.  
  50.   defitem 3
  51.   display `Snake`
  52.   help `Snake game door by Richard Paddle`
  53.   [
  54.     doing `Playing Snake Door`
  55.     flushib
  56.     type <ArmBBS$Dir>.Doors.!SnakeDoor.SnakeIns
  57.     flushib
  58.     door `1 5 <ArmBBS$Dir>.Doors.!SnakeDoor`
  59.     flushib
  60.     type <ArmBBS$Dir>.Doors.!SnakeDoor.SnkScr
  61.     anykey
  62.   ]
  63.   enditem
  64.  
  65.   defitem 4
  66.   display `Hangman`
  67.   help `Hangman game door by Richard Paddle`
  68.   [
  69.     doing `Playing Hangman Door`
  70.     type <ArmBBS$Dir>.Doors.!HangDoor.HangIns
  71.     anykey
  72.     door `1 6 <ArmBBS$Dir>.Doors.!HangDoor`
  73.     flushib
  74.     type <ArmBBS$Dir>.Doors.!HangDoor.HangScr
  75.     anykey
  76.   ]
  77.   enditem
  78.  
  79.   defitem 5
  80.   display `Boxed`
  81.   help `Boxed game door by Richard Paddle`
  82.   [
  83.     doing `Playing Boxed Door`
  84.     type <ArmBBS$Dir>.Doors.!BoxedDoor.BoxedIns
  85.     anykey
  86.     flushib
  87.     door `1 5 <ArmBBS$Dir>.Doors.!BoxedDoor`
  88.     flushib
  89.     type <ArmBBS$Dir>.Doors.!BoxedDoor.BoxScr
  90.     anykey
  91.   ]
  92.   enditem
  93.  
  94.   defitem 6
  95.   display `Jumble`
  96.   help `Jumble game door by Richard Paddle`
  97.   [
  98.     doing `Playing Jumble Door`
  99.     flushib
  100.     type <ArmBBS$Dir>.Doors.!JumDoor.JumIns
  101.     anykey
  102.     door `1 7 <ArmBBS$Dir>.Doors.!JumDoor`
  103.     flushib
  104.     type <ArmBBS$Dir>.Doors.!JumDoor.JumScr
  105.     anykey
  106.   ]
  107.   enditem
  108.  
  109. Problems
  110. ~~~~~~~~
  111. If you've got problems with the doors, complain to Richard Paddle, not me!
  112. If you've spotted a mistake (what, I missed one script command out? how 
  113. could I possibly do that?:-) ) or any errors come up in the logfile, then
  114. contact me via any of the contacts below.
  115.  
  116. Contacting me
  117. ~~~~~~~~~~~~~
  118. You can contact me in any of the following ways:
  119. Email:
  120.   Dane Koekoek (#1) on The Werewolf BBS (+44-181-289 6003 * 24 hours * 33k6)
  121.   Dane Koekoek@2:254/310 on FidoNet
  122.   dane@werewlf.demon.co.uk
  123. Snail Mail:
  124.   Dane Koekoek
  125.   23 The Spinneys,
  126.   Bromley,
  127.   Kent BR1 2NT.
  128.   England.
  129.