home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / games / hero / hero.ins next >
Text File  |  1988-08-06  |  21KB  |  439 lines

  1.                                  H E R O !
  2.                                                                V 1.0
  3.  
  4.  
  5.                                                             Dan Winslow
  6.                                                                1988
  7.  
  8.  
  9.             The program you have just downloaded was written in GFA
  10.          basic over the period of one and a half years. It represents
  11.          a lot of effort and patience, especially on the part of my
  12.          wife. It is also, as you may have guessed, that particularly
  13.          optimistic species of software known as shareware. If you
  14.          play this game, and if you like it, a donation of ten bucks
  15.          to the Winslow Programming Fund would be appreciated. Here
  16.          are the benefits of contributing :
  17.  
  18.          1. You don't feel guilty while you are whacking away at the
  19.             monsters.
  20.  
  21.          2. You get a free copy of the HERO Dungeon Construction Set,
  22.             in progress and  due for release this time next year.
  23.             Design your own Dungeons to confound your friends. It
  24.             will not be uploaded to COMPUSERVE.
  25.  
  26.          3. You enable me to provide some sort of justification to my
  27.             wife as to why she should put up with me huddling in
  28.             front of my computer every night.
  29.  
  30.          4. You get a free copy of HERO hints, a booklet that will
  31.             reveal all of the awesome secrets of the dungeon, and
  32.             will tell you various techniques for  doing things like
  33.             oh, say, living beyond level two...and how to kill that
  34.             pesky Baldur fellow.
  35.  
  36.            Please send donations, comments, and bug reports to :
  37.  
  38.               Dan Winslow
  39.               1201 Sunshine Blvd.
  40.               Omaha, NE   68123
  41.  
  42.             Or leave comments at COMPUSERVE PPN [72637,1044]
  43.  
  44. And now for the good stuff!
  45.  
  46. *******************************************************************************
  47.  
  48.  
  49. Running the Program :
  50.  
  51.  
  52.   1. HERO.ARC should de-arc into four files : Hero.prg,
  53.      Hero.lvl, Hero.spr, and Hero.ins. All four files must be
  54.      in the same directory for HERO to execute properly.
  55.  
  56.   2. Double-click on the Hero.prg file and you should see the
  57.      HERO greet screen.
  58.  
  59. The greeting screen :
  60.  
  61.  
  62.   There are four options on the greeting screen: Play, Make,
  63.   Load, and Quit. to choose an option, move the mouse cursor to
  64.   the box desired and press the left button.
  65.  
  66.   Play : This option initiates game play. The currently
  67.          loaded character will be inserted into the dungeon at the
  68.          starting room and level. If there is no currently loaded
  69.          character an alert box will appear to remind you to load a
  70.          character first.
  71.  
  72.   Make : This option transfers you the character creation
  73.          screen. See that section for further info.
  74.  
  75.   Load : This option brings up a standard file selector,
  76.          looking for *.HCR files in the current directory. Choose a
  77.          file in the normal manner and the character contained in that
  78.          file will be loaded as the current character.
  79.  
  80.   Quit : This option exits to the desktop.
  81.  
  82.  
  83. Character Creation Screen :
  84.  
  85.            The idea here is to create a new character to be a Hero.
  86.          You have sixty five points to distribute among the five
  87.          attributes. By placing the mouse pointer over the two letter
  88.          acronym of the attribute you wish to affect, you can add or
  89.          remove points by pressing the left or right mouse buttons,
  90.          respectively. An attribute cannot have less than 0 or more
  91.          than 18 points, except for the Hit Points attribute, which
  92.          can go as high as you have points for.
  93.            Here is a brief description of the attributes and thier
  94.          functions.
  95.  
  96.   Attribute         Abbreviation         Effects
  97.  
  98.   Strength              ST               The stronger you are, the more damage
  99.                                          you will do to the monsters that you
  100.                                          manage to hit.
  101.  
  102.   Intelligence          IN               The more intelligent you are, the
  103.                                          more damage you do when you cast a
  104.                                          spell. Intelligence also controls how
  105.                                          fast you get spell points back.
  106.  
  107.  
  108.   Constitution          CO               This attribute controls how well you
  109.                                          can take a blow and how fast you
  110.                                          recover your Hit Points.
  111.  
  112.   Dexterity             DE               This attribute represents how 'agile'
  113.                                          your Hero is. It governs how often he
  114.                                          connects when he swings at a monster,
  115.                                          and also how fast he moves in
  116.                                          general.
  117.  
  118.   Hit Points            HP               This is the most important attribute.
  119.                                          It represents your 'life-force'.
  120.                                          When a monster hits you, you lose
  121.                                          some Hit Points. When you run out of
  122.                                          Hit Points, you die. How many you
  123.                                          lose at one blow depends on the
  124.                                          strength of the monster, on the
  125.                                          quality of the armour your're
  126.                                          wearing, the level of Dungeon you
  127.                                          are on, and certain spells that may
  128.                                          be in effect.
  129.  
  130.            Choose your distribution of points with care, as it can
  131.          greatly affect the lifespan of your character. Your first
  132.          impulse may be to load up on Hit Points at the expense of the
  133.          other attributes, but this is not the best policy. You can
  134.          expect to lose many characters at first, anyway, so you will
  135.          be able to try many combinations.
  136.  
  137.   The options for this screen are as follows:
  138.  
  139.   O.K. : Click this box to save the character and exit back
  140.          to the main menu.
  141.          You will be prompted to enter a name for the
  142.          character. The character will be saved to disk before you exit.
  143.          It will also become your current character.
  144.  
  145.   REDO : Click this box to throw away the current distribution of points
  146.          and start afresh.
  147.  
  148.   SAVE : This does the same as O.K. except that you stay in
  149.          this menu.
  150.  
  151.   QUIT : This exits you without saving and without disturbing
  152.          the current character you may have already loaded.
  153.  
  154. *******************************************************************************
  155.  
  156. Playing the game:
  157.  
  158.   Controls : The Hero is controlled with a joystick in port 1. The options are
  159.   selected and objects are identified with the mouse. Joystick mode is the
  160.   normal mode. Whenever you move the mouse, you are switched over to the mouse
  161.   mode, and the pointer appears. Game action stops completely while in mouse
  162.   mode. To choose a menu selection, point to the item with the mouse and click
  163.   the left button. To identify an object on the screen, point to the object and
  164.   hold down the left button until you are finished reading the description. To
  165.   return to joystick mode and restart game play, either click the right button,
  166.   move the joystick, or press the joystick trigger.
  167.  
  168.  
  169.   Attacking : To attack something, face the Hero towards it and press the
  170.   joystick trigger. The Hero will extend his sword and strike ( maybe )
  171.   whatever he is facing.
  172.  
  173.  
  174.   Identifying things : To identify an item or monster, move the mouse. The
  175.   pointer will appear and game play will stop. Move the pointer to the item
  176.   that you want to know more about and hold down the left button. The name of
  177.   the item will appear, and if it is a monster the Attack Damage and Hit Points
  178.   that the monster possesses will also be shown. Some of the more common items
  179.   are :
  180.  
  181.         Scrolls and Potions : You have to GET these to find out what
  182.            particular spell they will cast when USED.
  183.  
  184.         Armour and Weapons   : You have to GET these to fully identify them. To
  185.            wear them, you must USE them. Armour types are ( in order of
  186.            protection afforded ) : Leather,Chain mail,Silver Mail,Banded Steel,
  187.            and Full Plate armour. Swords are rated by their 'Plus' factor, that
  188.            is, a +1 sword does twice the damage that a regular ( +0 ) sword
  189.            does. There used to be a rumour about some sort of magical armour
  190.            and weaponry somewhere inside the dungeon, but it has pretty much
  191.            been given up on. Remember to DROP your old armour after USEing your
  192.            new stuff.
  193.  
  194.         Chests : You face a chest and GET the contents. If the chest is locked,
  195.            you have to OPEN it first, which takes a key, unless you have the
  196.            OPEN spell. Chests can contain pretty much anything, including
  197.            traps.
  198.  
  199.         Water flasks and Rations : You will need these to keep from dying of
  200.            thirst or hunger.
  201.  
  202.         Remember, everything on the screen can be identified, so when in doubt,
  203.         identify!
  204.  
  205.   Getting around :
  206.  
  207.      Doors : Connections between rooms appear as a blank spot in the wall.
  208.         Sometimes they are closed doors, which dissapear when OPENed. To move
  209.         from room to room, just walk into the blank spot. You will appear in
  210.         next room.
  211.  
  212.      Stairs : Stairs are concave indentations in the walls, with a column at
  213.         each end. Stairs either go up or down to the next level. Going up the
  214.         stairs in room 0 of level 1 leads you back 'outside', ie the main menu.
  215.  
  216.      Secret Doors : Well , this doesn't really apply now, since virtually all
  217.         of the Secret Doors have been found. But anyway, it used to be that
  218.         there were perfectly ordinary looking blocks of wall stone, that when
  219.         identified and carefully examined, were found to be Locked Doors,
  220.         leading to un-explored parts of the dungeon! Too bad there aren't any
  221.         left.
  222.  
  223.   Spells :
  224.  
  225.         There are lots of good spells. They are accessible through the CAST
  226.         menu or by USEing Scrolls or Potions. They cost Magic Points (see CAST)
  227.         and Hit Points. The higher the level of the spell, the higher the cost.
  228.         The cost to cast a spell also goes up as your Hero gains levels,
  229.         because his spells will have increased power, and thus use up more
  230.         stamina and energy. Too bad you left Hero school before you had a
  231.         chance to learn what all the spells do. Now you'll just have to
  232.         figure it out on your own. Except one : you do know that casting the
  233.         lowly PROTECT spell will increase the protection afforded you by your
  234.         armour ten-fold.
  235.  
  236.   Object of the Game : The beautiful ( but not too bright ) Princess Pulchra
  237.     has been taken captive by the really naughty wizard Baldur. The King wants
  238.     her back, and you being a real Hero, have determined that you will rescue
  239.     her. in order to do this, you must find your way to the lowest section of
  240.     the dungeon and find the room containing the princess. She is held in a
  241.     cell in this room. Also in this room is Baldur himself. Good luck.
  242.     You must kill Baldur somehow, and open the door to the cell. The princess
  243.     will follow you wherever you go, but when going from room to room or from
  244.     level to level she must be within a certain distance from you in order to
  245.     follow. If she gets killed by monsters on the way up, all is not
  246.     neccesarily lost, providing that you have the spell-power to bring her
  247.     back to life. If you guide her out the front door of the dungeon, you win!
  248.     
  249.                          * * * GOOD LUCK, BUDDY * * *
  250.  
  251. *******************************************************************************
  252.  
  253. The Command and Status Display :
  254.  
  255.   To the right of the Dungeon room display you will find a strip of commands and
  256.   status information.
  257.  
  258.   Status Display items : ( From the top down )
  259.  
  260.     ROOM         This item shows the current room number.
  261.     LEVE         This item shows the current dungeon level.
  262.     (Name)       Below the LEVE item the name of the Hero will appear.
  263.     LE           This is the Experience level of the Hero.
  264.     HP           Current Hit Points left
  265.     IN           Intelligence
  266.     ST           Strength
  267.     DE           Dexterity
  268.     CO           Constitution
  269.     EX           Experience points Gained. (See Gaining Levels and Experience)
  270.     ARMOUR       Armour being worn
  271.     WEAPON       Weapon being held
  272.     GOLD         Gold carried
  273.     SPELL        This shows the currently SELECTed spell. (See Menu item CAST)
  274.  
  275.     Vertical purple bar : This bar shows the current Magic Points level. Each
  276.       time a spell is cast, it drains some from this bar. You cannot cast a
  277.       spell until this bar has regained its full height. (See menu item CAST)
  278.  
  279.   Commands and Menu Items :
  280.  
  281.     CAST : This initiates the CAST sub-menu.
  282.  
  283.     USE  : This initiates the USE sub-menu.
  284.  
  285.     INVE : This command displays a list of the items you are carrying.
  286.            You cannot carry more than 15 items.
  287.  
  288.     GET  : This command attempts to add to your inventory any item you are
  289.            facing. If you are facing an open chest, you will GET the contents.
  290.            If what you are facing is not GETable, you will be informed.
  291.  
  292.     OPEN : This command attemps to open any item that you are facing. It uses
  293.            up one key from your inventory. If you do not have a key, or if the
  294.            item is not a locked chest or door, you will be informed.
  295.  
  296.     QUIT : This commands exits you back to the main menu WITHOUT converting
  297.            gold to Experience points OR saving the character. The ONLY way
  298.            to save a character is to walk out of the 'front door' of the
  299.            dungeon. ( The stairs in room 0, level 1 )
  300.  
  301.  
  302.  
  303.   The Cast Submenu :
  304.  
  305.     When you choose Cast from the main menu, the command strip will be dimmed,
  306.     indicating that they are no longer usable, and a new menu will appear
  307.     in the lowest portion of the status display. In addition, the current spell
  308.     and its level and drain will be displayed just above the new command strip.
  309.     The level of a spell is the Experience Level your character must obtain to
  310.     use that spell. The drain is the amount of Hit Point damage and Magic Point
  311.     Drain that casting the spell will cause. If a bell rings and the spell does
  312.     not take effect, it means that you did not have enough Hit Points or Magic
  313.     Points to cast the spell. If it says " CANNOT CAST THAT SPELL ", it means
  314.     that your Experience Level is not high enough to cast that spell.
  315.  
  316.     Spells cast will have a varying effect according to Intelligence of the
  317.     caster. The IN your Hero has, the more damage the spells will do and
  318.     the faster you will get your Magic Points back.
  319.  
  320.     Spells cast from scrolls and potions always operate at the highest
  321.     strength, and even a lowly First-level Hero can cast any spell he finds.
  322.  
  323.     Since four spells have a duration, if one is in effect then a bar will
  324.     be displayed in one of four positions above the Magic Points indicator bar.
  325.     Each has a unique color and in addition the first letter of the spell
  326.     appears above the bar. When the bar dissapears, the spell is over. For
  327.     instance, casting the PROTECT spell will cause a green bar and a green
  328.     letter P to appear.
  329.  
  330.     PREV : This command will rewind the spell list by one, showing the spell
  331.            just previous to the spell currently displayed. If the spell does
  332.            not change, then you are at the first spell.
  333.  
  334.     NEXT : This command shows the next spell in the list after the currently
  335.            displayed spell. If the spell does not change, then you are at the
  336.            last spell.
  337.  
  338.     CAST : This command casts the spell that is being displayed.
  339.  
  340.     SELECT : This command selects the currently displayed spell as the battle
  341.              spell. This spell is shown in the status display under SPELL :
  342.              and can be cast at any time by pressing the space bar. This
  343.              eliminates the need for many tedious trips to the CAST sub-menu
  344.              just to cast the same spell during the heat of battle.
  345.  
  346.     CANCEL : This command returns you to game play.
  347.  
  348.  
  349.  
  350.   The USE Submenu :
  351.  
  352.     This Submenu is pretty much the same as above, except that instead of
  353.     spells being displayed, this displays inventory items and the number that
  354.     you have.
  355.  
  356.     PREV : Same as for CAST.
  357.  
  358.     NEXT : Same as for CAST.
  359.  
  360.     USE  : This command USES the item that is display. If it is Armour or
  361.            weaponry, it becomes worn or held, and the old one appears in your
  362.            inventory. If it is a Potion or Scroll, the spell they contain
  363.            is cast. If it is water or rations, it is eaten or drunk. If it is
  364.            a key, it disappears. ( OPEN uses keys to open doors and chests )
  365.  
  366.     DROP  : This item removes the current displayed item and deposits at your
  367.             feet. This comes in handy as you can only carry a certain amount
  368.             of items.
  369.  
  370.     CANCEL : Same as for Cast.
  371.  
  372. *****************************************************************************
  373.  
  374. Gaining Levels and Experience points :
  375.  
  376.   Your Hero starts out as a first level. As he accumulates Experience Points,
  377.   he will eventually make second level. When he does this, his Hit Points
  378.   will increase, his attributes will increase, the damage he does and the
  379.   damage he can take all increase. He generally becomes a lot more powerful
  380.   than he was, and he also now gets to cast all the second level spells. By
  381.   the time he gets to third level, he can pretty much make mincemeat out of
  382.   anything he runs into. ( On the first dungeon level, that is ).
  383.  
  384.   You gain Experience points by killing monsters. The more powerful the
  385.   monster, the more Experience Points you get. Experience points are also
  386.   affected by the ratio between the Hero's level and the Dungeon Level he is
  387.   on. A Third level Hero isn't going to make much headway by chopping up
  388.   monsters on the first Dungeon level, for instance. But if he were wandering
  389.   around on the third Dungeon level..or even lower...well, IF he survives he'll
  390.   get lots of Experience points. There is no limit to the levels you can reach,
  391.   but it takes more and more EP's the higher you go. You will make second level
  392.   at 2000 EP. After that, who knows?
  393.  
  394.   The other source of Experience Points is gold. You get gold automatically
  395.   from dead monsters, and also you can find it in chests. When you exit out
  396.   of the front door of the dungeon, your gold is automatically converted
  397.   10-for-1 to EP's. You character is then saved. Remember, that is the ONLY WAY
  398.   to save your character. The menu item QUIT _WILL NOT_ save your character.
  399.  
  400. Notes on Monsters :
  401.  
  402.   None of them are friendly. You will get to know the commonest types very
  403.   quickly. They get much stronger and deadlier with each Dungeon Level you
  404.   go down. Some of them shoot. Kill everything that moves except for the
  405.   princess.
  406.  
  407.   Baldur has strewn 'generators' in strategic locations in the dungeon. These
  408.   are square, static spells that spew forth monsters of a certain type.
  409.   Each type has its own color scheme. They can be struck and killed, just like
  410.   a living object, although they are pretty tough. Go for any of these in a room
  411.   first, because they can generate monsters faster than you can kill them, and
  412.   you will quickly be overwhelmed. Some generators can generate any monster,
  413.   including other generators. These are the most dangerous and should be
  414.   destroyed at all costs.
  415.  
  416.   Baldur is a wizard, and can cast spells. If strange stuff starts happening
  417.   while you are in a room with him, thats probably the explanation.
  418.  
  419. General Notes :
  420.  
  421.   The dungeon will remain the same so long as you do not exit the game
  422.   entirely. Any changes you have made will remain in effect. If you get
  423.   nervous, go back out the front door. This will save your character. Then
  424.   simply click 'PLAY' again, and you will pick up where you left off.
  425.  
  426.   If you happen to get killed, just click on 'LOAD' without leaving the game
  427.   and re-load your character. Any points or items that you collected since
  428.   your last save will be lost, but you will pick up again in the exact same
  429.   place that you got killed in, and all other things will be as they were.
  430.  
  431.   If you exit the game, the next time you play all levels of the dungeon will
  432.   have been returned to thier original state.
  433.  
  434. *******************************************************************************
  435.  
  436. Have Fun !
  437.  
  438. Dan Winslow
  439.