home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / wanderx3.lha / README.SYSOP next >
Text File  |  1992-02-24  |  8KB  |  173 lines

  1.  
  2.                        WANDERER 2.2 X3
  3.  
  4.           A game door for Xenolink, DLG, and TransAmiga
  5.  
  6.                          Alan Bland
  7.                     442 Seven Hills Drive
  8.                       Boulder, CO 80302
  9.  
  10.                  CYBERMIGA BBS (303)939-9923
  11.                       Fidonet 1:104/121
  12.  
  13.  
  14.            -------------------------------------------
  15.            |   Refer to the end of this file for a   |
  16.            | list of changes since the last release! |
  17.            -------------------------------------------
  18.  
  19.  
  20.  
  21.  
  22.                   ---=== WHAT IS IT? ===---
  23.  
  24. What is Wanderer?  It's a UNIX game written several years ago by
  25. Stephen Shipway.  The game is somewhat like Emerald Mines, Boulderdash,
  26. etc.  I ported it to the Amiga several years ago as my first programming
  27. project, complete with spiffy graphics and digitized sound effects.
  28. The original version appeared in an issue of the disk-based magazine
  29. New AMnews right before they went bankrupt (they never paid me for it).
  30. I released an updated version shortly afterwards, and then left it
  31. alone for a few years.  More recently, one of the other disk magazines
  32. published the old version of Wanderer.  Why they didn't grab the newer
  33. version from the Fish disk, I'll never know!
  34.  
  35. What you're looking at now is my latest version, recompiled as a
  36. Xenolink door.  Oh yeah, it works on DLG too, just like my other BBS
  37. game door, Al's Xeno Casino.  I had to do quite a bit of hacking to
  38. make it work respectably at 2400 baud, but I think I've succeeded.
  39. I also fixed a few minor display bugs along the way, and modified the
  40. load/save game feature to work in a BBS environment, but otherwise
  41. it's identical to the stand-alone version.
  42.  
  43. Reports have come in that Wanderer also works with TransAmiga BBS!
  44. The more the merrier!
  45.  
  46. Some users complain that they can't see all of the graphics characters.
  47. The DLG local port problems are fixed in version X2 so that DLG sysops
  48. can run the game locally.  I've done extensive testing using JRcomm 1.02
  49. connected to Xenolink and DLG systems and have seen no problems.  JRcomm
  50. is one of the most complete IBM ANSI emulations available on the Amiga.
  51. Since Wanderer works well with JRcomm, I assume any problems are due to
  52. terminal programs that are incorrectly implemented.  I regret that I
  53. don't have the time to insure that it works with every possible terminal
  54. program.  If your users are having troubles, tell them to switch to a
  55. different terminal program.
  56.  
  57.  
  58.  
  59.                ---=== HOW DO I INSTALL IT? ===---
  60.  
  61. First you must create a directory named DOORS:Wanderer.  Extract the
  62. distribution archive in this directory.  Note that it will create a
  63. sub-directory named "screens" containing all of the screen files.
  64. If this sub-directory isn't there, the game won't run.
  65.  
  66. Next, if you're running a Xenolink BBS, use the following menu entry:
  67.  
  68.     XenolinkDoor "wanderer/wanderer"
  69.  
  70. If you're running a DLG BBS, do the appropriate magic to cause the
  71. following command to be executed:
  72.  
  73.     doors:wanderer/wanderer -u "%NAME" -p %PORT
  74.  
  75. For DLG, the -u option specifies the name of the user, and the -p
  76. option specifies which port the game is using.  The port is used
  77. to determine whether Wanderer is running remotely or locally, and
  78. assumes the default DLG port names are used (TLx for local, TRx for
  79. remote).  The AMIGA console window does not display certain IBM graphics
  80. characters, so if Wanderer is running locally, it will display those
  81. characters as ugly ASCII characters instead.  When running locally, you
  82. should use an 8 or 16 color Workbench screen and an IBM font.
  83.  
  84. For TransAmiga, please read the enclosed README.TRANSAMIGA file.  It
  85. looks somewhat involved, so rather than botch it by trying to paraphrase
  86. it here, I'll let you digest the enclosed instructions from Sami Radwan.
  87.  
  88. And for you folks who just want to run it from a CLI (8 or 16 colors
  89. with an IBM font, please) run the following command that makes it
  90. appear to be running locally on DLG:
  91.  
  92.     doors:wanderer/wanderer -u "Your Name" -p TL0
  93.  
  94. The game correctly handles score file contention, so you may run it
  95. on any number of nodes at once.  I haven't really looked at RAM usage,
  96. so you might want to check it before running it on 22 nodes at once!
  97. I've linked it using SAS/C cres.o, which means it should be possible
  98. to make it resident.  I haven't verified that this actually works, so
  99. use at your own risk.
  100.  
  101. Wanderer sets its own stack size, so you don't have to worry about it.
  102. A rather large stack is needed to handle the boulder avalanches (hey,
  103. I didn't write the code, I just ported it!).
  104.  
  105. The first time the game runs, the "hiscore" file will be created.
  106. Remove this file whenever you wish to reset the high scores.  A directory
  107. named doors:wanderer/save will also be created automatically to hold saved
  108. game files.  Each user can only have one saved game at a time, so you
  109. don't have to worry much about disk space.
  110.  
  111.  
  112.  
  113.                 ---=== CREATING NEW SCREENS ===---
  114.  
  115. Take a look in the doors:wanderer/screens directory and you'll see
  116. one file per screen level.  The non-door version of Wanderer supports
  117. a level-editor so you can create your own screens.  I have not compiled
  118. the level-editor into this version of Wanderer, but you can grab the
  119. non-door version and use it.  Any screen files created for that version
  120. are compatible with this version.  I think this version is limited to
  121. 127 screens.  If you need more, let me know and I'll see what I can do.
  122.  
  123.  
  124.  
  125.              ---=== IS THIS SHAREWARE, OR WHAT? ===---
  126.  
  127. No, it's freeware.  The original author holds the copyright and has made
  128. it freely distributable.  As the person who ported it to the Amiga, I
  129. only ask that you let me know how your BBS users like this game.  Give
  130. my BBS a call, or send me net-mail or snail-mail to let me know what you
  131. think.  If you're ever in the Boulder/Denver area, feel free to drop in
  132. and buy me a beer!
  133.  
  134.  
  135.  
  136.                  ---=== REVISION HISTORY ===---
  137.  
  138. Version 2.2 X1
  139.  
  140. * First release of Wanderer for Xenolink and DLG.
  141.  
  142. Version 2.2 X2
  143.  
  144. * Fixed a rather annoying bug when reading in a new level that causes some
  145.   levels to be unsolvable (level 4 being the first one!)  If you've saved
  146.   a game on level 4, the bug will remain when the game is restored.  Just
  147.   save on an earlier level to get things back to normal.
  148. * Removed BEEP commands since they weren't fully implemented in the
  149.   original version 2.2 anyway.
  150. * ANSI cursor sequences are done a bit more intelligently in an attempt to
  151.   make screen updates go faster.
  152. * Added PORT kludge to allow certain characters to display properly in a
  153.   CLI window.  This allows DLG sysops to run it locally.
  154. * Arrow keys are now recognized as input when run locally on DLG.
  155. * ^C now returns the console to cooked mode.
  156. * Restoring a game no longer removes the save file.  That was really
  157.   obnoxious!
  158. * Instructions for TransAmiga BBS are now included.
  159.  
  160. Version 2.2 X3
  161.  
  162. * The number of moves remaining is now displayed properly after eating a
  163.   time capsule.
  164. * Password selection was buggy and has been reworked.  Players should no
  165.   longer be able to jump to levels higher than they've played.
  166. * The bug that allowed boulders to fall into the right-side border has
  167.   been squashed.  This bug made level 10 (and possibly others) unsolvable.
  168.   UNFORTUNATELY, any users who have a saved game on level 10 will have to
  169.   restart the game because the conditions that caused this bug are saved
  170.   in the save file.
  171. * The TransAmiga BBS instructions have been updated to include a slightly
  172.   different script file.
  173.