Stepfile Arrow Distribution (ermergerd data)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NuclearShadow
    FFR Player
    • Jul 2005
    • 1971

    #1

    Stepfile Arrow Distribution (ermergerd data)

    Didn't know where to post this so I went with this place.

    I haven't played in forever but I saw my old pal Dynam0 (sup bruh) still plays so I've been playing the past few days out of nostalgia.

    Then I was wondering if the stepfiles we play skew to certain arrows so I used JavaScript to capture only the keys I play on (D,F,K,L) and stored it in a variable. I played for about 30min and played songs in the Dance2 category between 50-80 difficulty.

    Not sure if anyone has done this before but below are the results. Clearly the right arrow needs more love guys!



    If anyone's a boss and wants to record their results for like an hour two of playing it'd be awesome to see. You can open the console and enter the code below. You'll have to figure out what the keyCodes are for your specific setup but once you do that all you have to do is play and then type "storedData" into the console without the quotes and you'll be able to see the results.

    Code:
    document.addEventListener("keydown", keyDownTextField, false);
    
    var storedData = {
    	input: {
    		left: 0,
    		up: 0,
    		down: 0,
    		right: 0
    	}
    };
    
    function keyDownTextField(e) {
      var keyCode = e.keyCode;
      if (keyCode === 68) storedData['input']['left'] += 1
      if (keyCode === 75) storedData['input']['up'] += 1
      if (keyCode === 76) storedData['input']['right'] += 1
      if (keyCode === 70) storedData['input']['down'] += 1
    }
    Last edited by NuclearShadow; 03-11-2015, 09:55 PM.
    Originally posted by Synthlight
    I am retiring from SM as of right now. I am sick of beating you all with my perfect triple hamstrings and AAAAAA's. I have nothing more to accomplish.

    Cheers,

    Synthlight

  • TheSaxRunner05
    The Doctor
    • Apr 2006
    • 6144

    #2
    Re: Stepfile Arrow Distribution (ermergerd data)



    That deviation is slightly more than I would expect


    Comment

    • ilikexd
      FFR Simfile Author
      • Apr 2006
      • 3208

      #3
      Re: Stepfile Arrow Distribution (ermergerd data)

      With such a small sample, the left to right difference isn't statistically significant, although I do suspect there will be at most a slight trend due to c1 bass syndrome and L->R planning. Up/down over left/right dominance is predictable since they're easier to hit.

      Comment

      • choof
        Banned
        FFR Simfile Author
        • Nov 2013
        • 8563

        #4
        Re: Stepfile Arrow Distribution (ermergerd data)

        definitely gonna do this with some solo charts
        I'll see how bad c1 bass syndrome really is

        Comment

        • NuclearShadow
          FFR Player
          • Jul 2005
          • 1971

          #5
          Re: Stepfile Arrow Distribution (ermergerd data)

          What's c1 bass syndrome?

          Yeah I was aiming for 20k total arrows at the very least but I couldn't quite hit the mark Ideally it'd be nice to see the results of 2-3 hours or so of playtime but the songs would have to be recorded that were played and replays avoided since playing the same file would skew the data. I guess if someone were willing to go song by song through Dance 1 and Dance 2 over a week I could have the code write to a cookie instead.
          Originally posted by Synthlight
          I am retiring from SM as of right now. I am sick of beating you all with my perfect triple hamstrings and AAAAAA's. I have nothing more to accomplish.

          Cheers,

          Synthlight

          Comment

          • Dynam0
            The Dominator
            • Sep 2005
            • 8987

            #6
            Re: Stepfile Arrow Distribution (ermergerd data)

            wassup dude?!??!

            c1 bass syndrome is where the chart uses primarily the left column to step the bass sounds which usually makes the chart biased to the left arrow.

            I know eze and a few others have looked into file biases and it's typically the inner two columns that get more of the density. Left and right might actually normalize over a large sample size but it would be interesting to see.

            Comment

            • iCeCuBEz v2
              XFD
              • Mar 2008
              • 4924

              #7
              Re: Stepfile Arrow Distribution (ermergerd data)

              dont play M.A.M.A. it will skew the data to the left !!!
              I bring my math homework to church. It helps me find a higher power.

              Dennis, Nell, Edna, Leon, Nedra, Anita, Rolf, Nora, Alice, Carol, Leo, Jane, Reed, Dena, Dale, Basil, Rae, Penny, Lana, Dave, Denny, Lena, Ida, Bernadette, Ben, Ray, Lila, Nina, Jo, Ira, Mara, Sara, Mario, Jan, Ina, Lily, Arne, Bette, Dan, Reba, Diane, Lynn, Ed, Eva, Dana, Lynne, Pearl, Isabel, Ada, Ned, Dee, Rena, Joel, Lora, Cecil, Aaron, Flora, Tina, Arden, Noel, and Ellen sinned.

              Comment

              • dell2150
                FFR Veteran
                • Sep 2008
                • 397

                #8
                Re: Stepfile Arrow Distribution (ermergerd data)

                Actually did the same thing once I downloaded Whatpulse (over a much larger sample) from both FFR and Stepmania. I found similar results, although L and R do move up a little bit over a larger grouping, I found that U was the most common. I will actually pulse before my session tonight and post results too

                Come to think of it, for FFR you can't miss or get any boos (unless they perfectly offset each other, i.e. miss a right, get a boo on right), and on StepMania you can't ghost note at all. It seems like it would be tough to get a perfectly accurate reading for a large base but I'll try my best on StepMania later tonight, probably playing easier things from NBJS and ODI.
                Last edited by dell2150; 03-12-2015, 12:10 PM.

                Comment

                • _Zenith_
                  Accuracy Player
                  • Mar 2011
                  • 4629

                  #9
                  Re: Stepfile Arrow Distribution (ermergerd data)

                  EDIT: I like the graph so far, I would love to see someone (if I could play FFR I'd volunteer) play every song to see the entire graph on FFR.

                  Keep it going, definitely worth pursuing just to see the results!
                  Last edited by _Zenith_; 03-12-2015, 12:08 PM.





                  Comment

                  • choof
                    Banned
                    FFR Simfile Author
                    • Nov 2013
                    • 8563

                    #10
                    Re: Stepfile Arrow Distribution (ermergerd data)

                    Originally posted by NuclearShadow
                    What's c1 bass syndrome?
                    anchoring bass kicks to the left note
                    it's more blatantly obvious in solo files, specifically the iidx conversions in the bcmps, and some (all) of the hard files that 0 and myself make

                    Comment

                    • iCeCuBEz v2
                      XFD
                      • Mar 2008
                      • 4924

                      #11
                      Re: Stepfile Arrow Distribution (ermergerd data)

                      it really kinda irks me in solo having the bass drum on the left column for every beat starts to feel awkward as fuck for solo

                      i.e. that one part js part in himiko oni..... those patterns suck
                      I bring my math homework to church. It helps me find a higher power.

                      Dennis, Nell, Edna, Leon, Nedra, Anita, Rolf, Nora, Alice, Carol, Leo, Jane, Reed, Dena, Dale, Basil, Rae, Penny, Lana, Dave, Denny, Lena, Ida, Bernadette, Ben, Ray, Lila, Nina, Jo, Ira, Mara, Sara, Mario, Jan, Ina, Lily, Arne, Bette, Dan, Reba, Diane, Lynn, Ed, Eva, Dana, Lynne, Pearl, Isabel, Ada, Ned, Dee, Rena, Joel, Lora, Cecil, Aaron, Flora, Tina, Arden, Noel, and Ellen sinned.

                      Comment

                      • choof
                        Banned
                        FFR Simfile Author
                        • Nov 2013
                        • 8563

                        #12
                        Re: Stepfile Arrow Distribution (ermergerd data)

                        himiko oni is ez nerd

                        Comment

                        • Reincarnate
                          x'); DROP TABLE FFR;--
                          • Nov 2010
                          • 6332

                          #13
                          Re: Stepfile Arrow Distribution (ermergerd data)

                          Why not just use the raw stepchart data and get an aggregate distribution that way? No need to actually record keystrokes or anything like that. Furthermore, you'd be able to see if the distributions change at all if you change certain variables such as difficulty or genre.
                          Last edited by Reincarnate; 03-12-2015, 05:42 PM.

                          Comment

                          • dAnceguy117
                            new hand moves = dab
                            FFR Simfile Author
                            • Dec 2002
                            • 10097

                            #14
                            Re: Stepfile Arrow Distribution (ermergerd data)

                            whoaaaa, NuclearShadow! hey man!

                            not really relevant to the topic, but are you into programming?

                            Comment

                            • choof
                              Banned
                              FFR Simfile Author
                              • Nov 2013
                              • 8563

                              #15
                              Re: Stepfile Arrow Distribution (ermergerd data)

                              Originally posted by Reincarnate
                              Why not just use the raw stepchart data and get an aggregate distribution that way? No need to actually record keystrokes or anything like that. Furthermore, you'd be able to see if the distributions change at all if you change certain variables such as difficulty or genre.
                              I think this would only work for stepmania, and not ffr?

                              Comment

                              Working...