Halls of Mist is here!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ekolis
    Knight
    • Apr 2007
    • 921

    #31
    The docs don't seem to mention what Fencing proficiency does...
    You read the scroll labeled NOBIMUS UPSCOTI...
    You are surrounded by a stasis field!
    The tengu tries to teleport, but fails!

    Comment

    • ekolis
      Knight
      • Apr 2007
      • 921

      #32
      Also, why does my character not keep all the gold he finds? Leaving some for other heroes? :P
      You read the scroll labeled NOBIMUS UPSCOTI...
      You are surrounded by a stasis field!
      The tengu tries to teleport, but fails!

      Comment

      • ekolis
        Knight
        • Apr 2007
        • 921

        #33
        Tunneling through rubble never seems to work. Do I need a special weapon?
        You read the scroll labeled NOBIMUS UPSCOTI...
        You are surrounded by a stasis field!
        The tengu tries to teleport, but fails!

        Comment

        • Mikko Lehtinen
          Veteran
          • Sep 2010
          • 1246

          #34
          Tunneling through rubble should work always. Could you send me a savefile?

          Templar's proficiencies are explained here.

          Templar gives 2/3 of gold to the poor.

          Comment

          • Michael Drinen
            Rookie
            • Oct 2011
            • 6

            #35
            I made my port the same way that Darin describes. Mine is also an intel mac running 10.6.8.

            You can also run ./angband -mgcu to run a curses version!

            Comment

            • Darin
              Apprentice
              • Jun 2010
              • 53

              #36
              Originally posted by Mikko Lehtinen
              Two "mac ports" available! They are both more like X11 ports for Mac than true OS X ports.


              With no OS X knowledge at all I can guess that you may need to open a terminal, navigate to the Halls of Mist folder and type:
              Code:
              ./angband
              Thanks, guys!
              Close. You need to open either the X11.app or XQuartz.app, not a normal terminal. After that it is as you say, navigate to the Hall of Mists folder and type "./angband".

              Comment

              • Scatha
                Swordsman
                • Jan 2012
                • 414

                #37
                I've been playing a bit. I've generally enjoyed it, but some things have felt a little strange or mysterious.

                I also encountered problems with tunnelling. Using 'T' didn't seem to do anything (and I think doesn't use a turn), but if I subsequently used ctrl-v to repeat the command it would tunnel for me.

                Some other comments (in a code block to let me indent):
                Code:
                - I agree stripping out the incorrect documentation would be a good move. 
                   - Not having documentation is frustrating, but finding documentation you don't know is erroneous is really frustrating.
                   - For instance I read something telling me I couldn't get experience in town
                   - Was surprised to then level up!
                - Similarly I agree with the proposal to rename the executable, if that's easy.
                - Overall the dungeon generation feels pretty good!
                   - the dungeon features are really pretty easy to grok (but I have read you writing about them, which might have helped)
                   - The bookcases and armour racks feel really fun
                   - tables get surprisingly big
                      - On a similar note, could you have more than one table in a room?
                      - Would feel natural, and I think tactically interesting
                   - I like the little treasure rooms
                   - The faerie portals seem odd, but interesting
                   - I haven't worked out if bushes do anything except block sight and make movment hard
                      - Similarly are trees different from rubble?
                   - Does (s)earching do anything? It's listed in help, but it's never found me something I hadn't already seen.
                   - Sometimes tripped over several altars per level when I didn't want them
                      - and none over several levels when I did!
                      - not enough data to conclude anything, but don't know if this level of apparent variance is desired.
                   - The Circles seem fun, but pull a lot of complexity in early.
                - I don't really understand how combat works 
                   - made it hard for me to know how to prioritise upgrading equipment versus buying consumables.
                - Playing a Warrior I only ever died fighting uniques 
                   - at DL8-13, generally diving a fair proportion of the time because I could cope with everything else I met
                   - May say more about my playstyle than anything about the game.
                - My method for dealing with invisible creatures is to fight something else and take advantage of the extra attack you get
                   - Something feels odd about this.
                - I like the torches
                - I like the dungeon descent rules
                   - But are there any advantages to skipping a town break?
                   - I guess it saves a few turns of your torch ...
                - I'm not sure I could always tell the difference between different dungeon depths, though.
                - The profiencies are a bit cryptic
                   - even after reading your explanation and playing around with them a little I feel I only half understand them.
                - Many of the monsters merged into each other
                   - Most were "moves, easy to kill"
                   - Some "doesn't move"
                   - Some "Ranged attack"
                   - A few dangerous ones! I wouldn't know until a couple of rounds of combat
                   - May have led to me getting sloppy
                Hmm, sorry if that was a little too much stream-of-consciousness. Just trying to record thoughts as they occur to me in case some of them are useful.

                Good luck with the release!

                Edit: to clarify, of course I don't expect to have anything of value to say about balance. But I think it's important to know what people's first impressions of a game are, too, so I'm sharing that.
                Last edited by Scatha; September 15, 2012, 00:21.

                Comment

                • Michael Drinen
                  Rookie
                  • Oct 2011
                  • 6

                  #38
                  Originally posted by Darin
                  Close. You need to open either the X11.app or XQuartz.app, not a normal terminal. After that it is as you say, navigate to the Hall of Mists folder and type "./angband".
                  Hmm...

                  Darin's description of of how he build is how I built my version and Mikko's description of how to run is what I've been doing to run. (I think that the story is that ./anband will start XQuartz.app for you.)

                  Comment

                  • Mikko Lehtinen
                    Veteran
                    • Sep 2010
                    • 1246

                    #39
                    Woke up in the middle of night. Ok, a bug in tunneling! I always use ctrl + direction to tunnel, it should work I hope?

                    Comment

                    • ekolis
                      Knight
                      • Apr 2007
                      • 921

                      #40
                      Originally posted by Mikko Lehtinen
                      Woke up in the middle of night. Ok, a bug in tunneling! I always use ctrl + direction to tunnel, it should work I hope?
                      Dunno, I was using T and then a direction; it never gave any message indicating failure, but using repeat it never succeeded, either! I think it didn't even consume a turn! Is that what happened when you switched to using T instead of ctrl? I'll try using ctrl next time and see if that works...
                      You read the scroll labeled NOBIMUS UPSCOTI...
                      You are surrounded by a stasis field!
                      The tengu tries to teleport, but fails!

                      Comment

                      • Darin
                        Apprentice
                        • Jun 2010
                        • 53

                        #41
                        Originally posted by Michael Drinen
                        Hmm...

                        Darin's description of of how he build is how I built my version and Mikko's description of how to run is what I've been doing to run. (I think that the story is that ./anband will start XQuartz.app for you.)
                        I just tried it and it worked. I don't think it used to work that way. And the window I get is awfully small compared to what I get when I launch from XQuartz, so I will continue to use XQuartz directly rather than launching from the terminal. But it is good to know that I can do it this way if I choose. Thanks!

                        Comment

                        • Mikko Lehtinen
                          Veteran
                          • Sep 2010
                          • 1246

                          #42
                          Originally posted by ekolis
                          Dunno, I was using T and then a direction; it never gave any message indicating failure, but using repeat it never succeeded, either! I think it didn't even consume a turn! Is that what happened when you switched to using T instead of ctrl? I'll try using ctrl next time and see if that works...
                          Yes, T and direction is buggy, just like you describe.

                          Ctrl + direction works.

                          Comment

                          • Mikko Lehtinen
                            Veteran
                            • Sep 2010
                            • 1246

                            #43
                            Change of plans. Since internal help seems to be very important for players, I'll try to update it with the information in the first post before the second launch. Deadline: tomorrow. Lots of other things to do this weekend, like assembling a bed, cleaning the apartment, and having dinner with friends. I think I'll manage, though. All the needed information already exists in either the legacy internal help or in oook documentation posts.

                            I'm also going to collect all new information about Halls of Mist to a separate "Welcome to Halls of Mist" text document.

                            I still think that writing documentation from scratch would be best for the game. Well, I'll do it later, without pressure. For now, this will do.

                            I know documentation is my Achilles' heel. I still love that I'm releasing now, rather than year from now when everything is "perfect". Deadlines are great.

                            (Scatha: thanks for your comments! They're precious. I'll answer later, after the launch.)

                            Comment

                            • Mikko Lehtinen
                              Veteran
                              • Sep 2010
                              • 1246

                              #44
                              Attacking and Being Attacked

                              Attacking is simple in Halls of Mist. If you move into a creature, you attack it. In addition, if there is another creature in melee range, you get a free attack against it! If there are many additional creatures in melee range, you make the extra attack against a random enemy.

                              Creatures attack in the same way. If they move into you, they attack you.

                              If the target of a melee attack is standing on a table or platform and the attacker is not, the attack has a 2/5 chance of missing because of bad position.

                              You can attack from a distance by firing a missile or by magical means (such as aiming a wand). Some creatures can also cast spells from a distance, and others can use various breath weapons (such as fire) on you from a distance.

                              If a table or platform is between you and the enemy, the missile or spell has a 3/5 chance of hitting the cover instead of the intended target. However, if the attacker is standing right next to the cover, he can shoot or cast spells without problems while still gaining defense bonuses from the cover.

                              Creatures in walls can not be attacked. (There are rare exceptions, like the Wand of Stone to Shards.) This applies to creatures which "pass through" walls: if they "bore through" walls, the wall is no longer there, and the creature can be targetted normally.

                              If you are wielding a weapon, the damage for the weapon is used when you hit a creature. Otherwise you will do some damage based on your strength and dexterity - but fighting empty handed is almost never really worthwhile.

                              You may wield both a primary weapon for melee combat, and a bow for firing arrows at the same time (along with a light, an amulet, two rings, a helmet, boots, gloves, a shield, a cloak, and body armor).

                              Firing an arrow (while wielding a bow) is the only way to get the full power out of the arrow. If you try to throw an arrow at a monster, it causes no damage. Note that the targeting interface tells the distance between you and the target. If the monster is out of range, the description changes from "You target" to "You see".

                              Hits and misses are determined by ability to hit versus armor class. A hit is a strike that does some damage; a miss may in fact reach a target, but fails to do any damage. Higher armor classes make it harder to do damage, and so lead to more misses.

                              You may check your melee hit chance against a monster by (l)ooking at it. If you see two percentage scores (like 92% + 4%) the first score is your hit chance and the second score your critical hit chance if you hit. Similarly, you can check your archery hit chance by targeting a monster with a bow, and your throwing hit chance by targeting it with a thrown weapon.


                              Your Melee Weapon

                              Carrying a weapon in your backpack does you no good. You must wield a weapon before it can be used in a fight. A secondary weapon (indeed, more than one) can be kept by keeping it in the backpack, and switching it with the primary weapon when needed.

                              Weapons have two main characteristics, their enchanted bonus to hit (if any) and their damage dice, expressed as `(+#, #d#)'.

                              The third major thing to know about your weapon is its weight. Your number of blows per turn is either the weapon's maximum blows (depending purely on weapon weight) or the maximum blows granted by your dexterity, whichever is lower. In addition, depending on your strength, some weapons will be too heavy for you. Wielding a weapon that is too heavy can seriously cripple your combat capabilities.

                              Fortunately, you don't have to do the math for each weapon you find, trying to figure out whether it is more or less effective than your current weapon. To see how many blows you will get with a weapon, how much damage it will do on average, and whether it is too heavy for you, all you need to do is 'I'nspect it.

                              In addition to their basic characteristics, many weapons have additional magical powers such as fire brands or extra damage vs. demons. If you have identified the weapon, you can see these effects as well when 'I'nspecting the weapon.

                              If you score a critical hit with a melee weapon, the effect depends on the weapon type. Swords will cause open wounds, making the enemy bleed, incurring additional wounds over time. Blunt weapons can cause concussions, stunning and occasionally confusing your opponents. Axes and polearms will simply provide a greater amount of bonus damage. Priests or Shamans will never score a critical hit with a weapon that displeases their god.


                              Bow and Arrows

                              Similarly to melee weapons, bows and arrows each have basic characteristics. Bows have three major characteristics - their to-hit bonus, their multiplier, and their range, displayed as (+#, x#, #). Arrows also have three attributes: their to-hit bonus, their damage dice, and their range modifier (+#, #d#, +#).

                              When shooting an arrow with a bow, the to-hit bonuses of both bow and arrow are cumulative, and can have a major effect on your chance of hitting. The damage done by an arrow is calculated by its damage die similarly to a melee weapon, but is further multiplied by the bow's multiplier. Finally, the range is the furthest, in dungeon squares, that you can reach with your current bow - the arrow's modifier may influence this, as some arrows can reach further than others.

                              If you are wielding a bow, all you need to do is 'I'nspect an arrow and you can see exactly how effective it is with your current bow.

                              Like melee weapons, you will occasionally get critical hits with bows. These can cause additional damage, and sometimes can make an enemy bleed.


                              Thrown Weapons

                              You can throw effectively any weapons that weigh less than 10 lbs. Also, your strength must be at least equal to the weapon weight in pounds. Throwing heavier weapons than this doesn't cause any damage. The range traversed depends on your strength and the weight of the object.

                              Magical powders can be be very effective when thrown at enemies. They create many special effects upon an enemy, and some more powerful types can injure a group of enemies. Powders have a bigger radius if you score a critical hit with them. Normally the radius increases by one. Rogues may score a great hit which increases radius by two.

                              Your strength determines the thrown weapon damage multiplier like this:

                              Code:
                              STR  Thrown weapon damage multiplier
                              13   *2
                              17   *3
                              21   *4
                              25   *5
                              29   *6
                              The Berserk Strength buff doubles your thrown weapon damage, and so do some rare magic items. The absolute maximum thrown damage multiplier is 6 * 2 * 2 = 24!


                              Critical Hits

                              Occasionally, for all combat types, you will score a critical hit - a hit so effective that it does extra damage. Depending on the type of weapon involved, this can have additional effects. You can't get criticals against unseen monsters.

                              There are two ways to score critical hits.

                              You can get Ambush-criticals against sleeping, scared, confused, or blind monsters. Ambush chance in percentages is 5 + character's to-hit bonus from stats, temporary magical buffs and weapon enchantments. (The combined bonus from stats & magic is shown on character sheet in parenthesis after combat skill scores.) Rogues get to add 5 + half their level. (Note that your bow's to-hit bonus has no effect here. Only the arrow's to-hit bonus matters.)

                              You can also get criticals if you have a truly overpowering combat skill versus your opponent. Once your hit chance reaches 91% or higher, your gain a bonus to your critical hit chance, even when the target is not distracted. The bonus is (hit chance -90) * (hit chance -90).

                              Rogues get double power thrown criticals, and one-and-half power melee and archery criticals. Warriors get double power melee criticals. Rangers get double power archery criticals.

                              (That's it. I think the combat system is slightly too complicated at the moment. Here's my latest idea on how to streamline it.)
                              Last edited by Mikko Lehtinen; September 15, 2012, 18:16.

                              Comment

                              • ekolis
                                Knight
                                • Apr 2007
                                • 921

                                #45
                                For some reason, targeting seems to have lost its "lock onto monsters" ability from V and most other variants; I have to tap the arrow keys repeatedly to target any monster more than one square away!

                                edit: and worse, it will only target the square the monster was standing on, so if he moves, I'll have to retarget!
                                You read the scroll labeled NOBIMUS UPSCOTI...
                                You are surrounded by a stasis field!
                                The tengu tries to teleport, but fails!

                                Comment

                                Working...
                                😀
                                😂
                                🥰
                                😘
                                🤢
                                😎
                                😞
                                😡
                                👍
                                👎