Sil

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • half
    Knight
    • Jan 2009
    • 910

    #16
    Originally posted by Bandobras
    Yay, another Tolkienesque variant! So cool! So meticulously researched! Even regardless of the new gameplay, the content itself is priceless (and, presumably, falls under the Angband permission to use the Tolkien's legendarium in a game).
    Thanks!

    BTW, what is the license? I couldn't find in anywhere in the source.
    Good question about the license. I forgot to add this information to the packages and will fix that soon, but I'm actually a little confused about the licensing. It is a fork from NPPAngband 0.4.1 as I wanted to make use of the 4GAI code (which I have extended a lot). This forked from Angband 3.0.3. I have done my best to follow the advice here:



    to make it GPL compliant, but am still a little unsure. If anyone has an pointers, I'd love to hear them.

    Good point about including the lib folder with the source too.

    Comment

    • half
      Knight
      • Jan 2009
      • 910

      #17
      Originally posted by half
      I have done my best to follow the advice to make it GPL compliant, but am still a little unsure.
      Actually, on re-reading the page, I think I'm safe, as I removed all the main-xyz.c files Takkaria mentions, the relevant fonts, and I wrote my own death-menu code.

      However, I may have been overzealous in removing main files as I can't currently get it working under Linux.

      Comment

      • getter77
        Adept
        • Dec 2009
        • 242

        #18
        I especially like the "EXP consistently for doing things beyond the actual killing" aspect---great grind deflater and conceptually allows for folks to challenge more full-bodied builds.

        I noticed a spot that said something like "not yet" on a graphical mode field---I wonder if Shockbolt's excellent stuff could function with Sil? Or that Unified NPP 32x32 one recently making great strides at being all-inclusive, yet specific to each?

        Comment

        • buzzkill
          Prophet
          • May 2008
          • 2939

          #19
          Originally posted by getter77
          I noticed a spot that said something like "not yet" on a graphical mode field--
          I haven't done any serious testing, but 32x32 tiles DO work with Sil, even on WinVista. Some just don't seem to be mapped correctly.
          www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012.
          My banding life on Buzzkill's ladder.

          Comment

          • Storch
            Scout
            • Sep 2008
            • 47

            #20
            Hello,

            I have two questions:
            • what are good starting stats for simple "bang it on the head till it stops moving" warrior?
            • what does the combat rolls window show? Is it useful information or just illustration?

            Thanks a lot.

            Comment

            • pav
              Administrator
              • Apr 2007
              • 793

              #21
              Chardumps are now accepted by Ladder. I understand this is a no-class game, like Sangband.

              I'm a little confused about the lack of character level concept in this game. Is there something you want me to use instead, half?

              Also, in the sample dump I got from will_asher, the Depth (current depth?) is shallower than Min Depth (max depth? recall depth? other depth?). Can you clarify this to me?
              See the elves and everything! http://angband.oook.cz

              Comment

              • Scatha
                Swordsman
                • Jan 2012
                • 414

                #22
                Hello all,

                I helped somewhat with the design and development of Sil. Anyhow, I'm familiar enough with the game that I thought I might try my hand at answering some of the questions in this thread, to take the pressure off half.

                Originally posted by Storch
                I have two questions:
                What are good starting stats for simple "bang it on the head till it stops moving" warrior?
                I don't want to be too prescriptive, but the main point would probably be to put a good majority of your experience points into Melee and Evasion (later on in the game you will probably want some Will and Perception, but I'll leave that to you to experiment with). For the stat allocation, I'd suggest going light on Grace and having a balance of the others (you can't allocate them entirely balanced, but I don't think it's obvious which is best to push furthest, so I'll leave this to personal choice).

                Edit: Oh, and take a Noldo for sure. Dwarves can make effective fighters, but they are a bit tricky in the early game, and less powerful overall; Sindar aren't very suited for this style; and Edain lead to a much harder game. In light of my comment on Grace, you probably don't want a House of Finarfin character for this build (but there are a lot of viable fighter-with-tricks builds, and they can be good at these).

                What does the combat rolls window show? Is it useful information or just illustration?
                Fair question. For every attack made, this window shows the dice rolls. The top half is for attacks you make, and the bottom half is for attacks monsters make (usually against you). The left half shows the to-hit roll, and the right half shows the damage roll. A line might look like this:

                @ (+8) 23 11 12 [+1] o | (3d7) 10 7 3 [1d4]

                This shows you attacking an orc scout. The result of a d20 plus your attack bonus of +8 was 23; the orc scout's roll plus evasion bonus of 1 was 12. The difference is 11, so this is what you hit by (the central number of the left side, in red). This was enough to get a critical hit with your curved sword, so we roll an extra damage die: 3d7 instead of 2d7. We got a 10, and the orc scout got a 3 on its 1d4 armour roll, so we deal 7 damage to it.

                Whether you think this is useful information or not is partially up to you! It is certainly possible to play the game without this information, but I think it is often helpful to understand the combat system, and see why you are effective (or not!) against different enemies or in different circumstances.

                Originally posted by pav
                I'm a little confused about the lack of character level concept in this game. Is there something you want me to use instead, half?
                Is this to use as a ranking method? I can probably describe how it should work, but I think I will defer to half on this one, as he is likely to have a better idea of the technicalities.

                Also, in the sample dump I got from will_asher, the Depth (current depth?) is shallower than Min Depth (max depth? recall depth? other depth?). Can you clarify this to me?
                This one I can answer. Depth is indeed current depth. Min Depth (which is entirely a function of 'turn count') is the shallowest level a player can reach when they use the stairs. If they try to reach a level which is shallower than that, they will lose their way and emerge at that depth, as a result of the power of the Enemy, calling all new things in Angband to him. In particular, Depth is the relevant one for scoring purposes.
                Last edited by Scatha; January 5, 2012, 13:40.

                Comment

                • Storch
                  Scout
                  • Sep 2008
                  • 47

                  #23
                  Thanks a lot. I read the manual and the numbers obviously had some connection to the combat mechanism :-) Now I see that it is the complete info about the combat which is certainly useful. I miss this in angband, where it is hard to say how difficult is to hit your opponent.

                  Comment

                  • Scatha
                    Swordsman
                    • Jan 2012
                    • 414

                    #24
                    I should perhaps have mentioned that even the "bang it till it stops moving" build will almost certainly need to pick their fights and fight locations with care sometimes, and be prepared to run away if things look like they could get nasty. This is part of the tactical interest of the game. But you probably realised this anyway!

                    Comment

                    • Mikko Lehtinen
                      Veteran
                      • Sep 2010
                      • 1246

                      #25
                      Originally posted by Scatha
                      This one I can answer. Depth is indeed current depth. Min Depth (which is entirely a function of 'turn count') is the shallowest level a player can reach when they use the stairs.
                      Nice! This is quite similar to the FayAngband method.

                      Comment

                      • pav
                        Administrator
                        • Apr 2007
                        • 793

                        #26
                        Originally posted by Scatha
                        In particular, Depth is the relevant one for scoring purposes.
                        Wouldn't it be misleading if the dump is made in Town (do we have Town in this game?)
                        See the elves and everything! http://angband.oook.cz

                        Comment

                        • Scatha
                          Swordsman
                          • Jan 2012
                          • 414

                          #27
                          Originally posted by pav
                          Wouldn't it be misleading if the dump is made in Town (do we have Town in this game?)
                          There isn't a Town, but there is a complication here: after you acquire a Silmaril (or if you're feeling particularly brave/foolhardy, more than one), you're trying to escape, and get to as shallow a depth as possible. There is a level at 0ft: the Gates of Angband.

                          This is where I think half might have better insight in how to get it to work (as he wrote the code to get the in-game high scores based on this), but I'll summarise: the following is a list (with gaps) in increasing order of impressiveness, where * denotes possession of a Silmaril.

                          50ft
                          ...
                          950ft
                          1000ft
                          * 1000ft
                          ** 1000ft
                          *** 1000ft
                          * 950ft
                          ** 950ft
                          ...
                          * 0ft
                          ...
                          * Escaped
                          ** Escaped
                          *** Escaped

                          So having a Silmaril dominates not having one; if you have a Simaril you want to be as shallow as possible, with ties broken by number of Silmarils; if you don't have a Silmaril you want to be as deep as possible. Any remaining ties are I believe resolved in favour of low turn count.

                          Comment

                          • pav
                            Administrator
                            • Apr 2007
                            • 793

                            #28
                            Interesting. You mention in-game high scores. If they are indeed useful, can you expose them in the character dump in the next version? We could then start scoring Ladder by them.
                            See the elves and everything! http://angband.oook.cz

                            Comment

                            • Storch
                              Scout
                              • Sep 2008
                              • 47

                              #29
                              Error in Windows

                              Any attempt to resize any window except the main window results in immediate crash. I am running windows xp.

                              Comment

                              • half
                                Knight
                                • Jan 2009
                                • 910

                                #30
                                Originally posted by pav
                                Chardumps are now accepted by Ladder. I understand this is a no-class game, like Sangband.
                                It is great that you managed to get the ladder up so quickly, and the screenshots are working too.

                                You are right that there are no classes in Sil, but there are 'Houses' which are sub-types of the Races and are listed near them on the character dumps. If it is easy, it might be nice to have the Race then the House in the "Race Class" column. So the character Telchar would be "Naugrim Nogrod" (or "Naugrim - Nogrod" might be better still).

                                Comment

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