FFR Scores 2006-2010

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DossarLX ODI
    Batch Manager
    Game Manager
    FFR Simfile Author
    • Mar 2008
    • 15004

    #55966
    Re: FFR Scores

    Originally posted by xBBx Takedown
    Any advice in order to improve this score? I think it's horrible but yeah...
    Here are some things you could try:
    - Stay calm (this is extremely important and helped me on my RATO runs) if you're not already doing so.
    - Tap lighter on notes that aren't doubles.
    Originally posted by hi19hi19
    oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file

    Comment

    • Shikari
      FFR Player
      • Oct 2010
      • 2055

      #55967
      Re: FFR Scores




      God bless standalone.

      Originally posted by gold stinger
      Shikari for resident profile artist

      Comment

      • Plan_Bsk81127
        snooches
        FFR Simfile Author
        • Aug 2007
        • 6420

        #55968
        Re: FFR Scores

        At first I was like

        -___________________________________________________________-








        And then I was like









        Other fail scores from today



        Comment

        • i love you
          Live a wonderful life~
          FFR Simfile Author
          • Oct 2006
          • 7315

          #55969
          Re: FFR Scores

          gasp
          ===============================
          The idea that RDCP 3 may come out in the future is a fun thought to have~
          ===============================

          Comment

          • Rhythmstrength
            FFR Player
            • Oct 2010
            • 46

            #55970
            Re: FFR Scores

            Is a sightread with 4 goods on Seven good?

            Comment

            • Patashu
              FFR Simfile Author
              FFR Simfile Author
              • Apr 2006
              • 8609

              #55971
              Re: FFR Scores

              Originally posted by Rhythmstrength
              Is a sightread with 4 goods on Seven good?
              'good' is in the eye of the beholder and it depends on what you consider to be your skill level, but I think that's good
              Go for the AAA it's not too hard
              Patashu makes Chiptunes in Famitracker:
              http://soundcloud.com/patashu/8bit-progressive-metal-fading-world
              http://img.photobucket.com/albums/v216/Mechadragon/smallpackbanner.png
              Best non-AAAs: ERx8 v2 (14-1-0-4), Hajnal (3-0-0-0), RunnyMorning (8-0-0-4), Xeno-Flow (1-0-0-3), Blue Rose (35-2-0-20), Ketsarku (14-0-0-0), Silence (1-0-0-0), Lolo (14-1-0-1)
              http://i231.photobucket.com/albums/ee301/xiaoven/solorulzsig.png

              Comment

              • OneHandNow
                Banned
                • Sep 2006
                • 5305

                #55972
                Re: FFR Scores

                Originally posted by Shikari



                God bless standalone.
                D4 should be scared by now.

                Comment

                • qqwref
                  stepmania archaeologist
                  FFR Simfile Author
                  • Aug 2005
                  • 4092

                  #55973
                  Re: FFR Scores

                  Originally posted by leonid
                  so exactly how fast is it, which bpm
                  Just looking at the file, the jumpgluts and stuff speed up to 200 bpm (which is what the 32nd roll goes at), but the 32nd trill is only 170 bpm.
                  Best AAA: Policy In The Sky [Oni] (81)
                  Best SDG: PANTS (86)
                  Best FC: Future Invasion (93)

                  Comment

                  • DossarLX ODI
                    Batch Manager
                    Game Manager
                    FFR Simfile Author
                    • Mar 2008
                    • 15004

                    #55974
                    Re: FFR Scores

                    The 24th trills are also at 170 bpm. They're not that bad (255 bpm 16ths).

                    I've been trying to make a code to compare BPMs - 24ths at this speed is equivalent to [number] BPM 16ths, etc.
                    Originally posted by hi19hi19
                    oh boy, it's STIFF, I'll stretch before I sit down at the computer so not I'm not as STIFF next time I step a file

                    Comment

                    • 00Razor00
                      FFR Player
                      • Jul 2006
                      • 3530

                      #55975
                      Re: FFR Scores

                      I played a song on Dragon Shot's engine, and it made me cream so much. FFR needs this kind of stuff on the site. We should all suggest DS being an admin.


                      Originally posted by t-rogdor
                      hey buddy are you looking for a good song to step because if so i really recommend you step In Front Of A Bus

                      Comment

                      • Shikari
                        FFR Player
                        • Oct 2010
                        • 2055

                        #55976
                        Re: FFR Scores




                        what is this i dont even


                        Edit: in b4 bs

                        Originally posted by gold stinger
                        Shikari for resident profile artist

                        Comment

                        • Plan_Bsk81127
                          snooches
                          FFR Simfile Author
                          • Aug 2007
                          • 6420

                          #55977
                          Re: FFR Scores

                          Nice rank jump.

                          Comment

                          • OneHandNow
                            Banned
                            • Sep 2006
                            • 5305

                            #55978
                            Re: FFR Scores

                            Originally posted by Shikari



                            what is this i dont even


                            Edit: in b4 bs
                            inb4 d5

                            Comment

                            • ~Zeta~
                              Flag Master
                              • Oct 2010
                              • 2156

                              #55979
                              Re: FFR Scores

                              Dude, where the **** did your skill come from?

                              EDIT: Because you were D3 last time I remember lmfao

                              Comment

                              • Patashu
                                FFR Simfile Author
                                FFR Simfile Author
                                • Apr 2006
                                • 8609

                                #55980
                                Re: FFR Scores

                                Originally posted by DossarLX ODI
                                The 24th trills are also at 170 bpm. They're not that bad (255 bpm 16ths).

                                I've been trying to make a code to compare BPMs - 24ths at this speed is equivalent to [number] BPM 16ths, etc.
                                //example: newBPM(170, 24, 16);
                                public static double newBPM(double oldBPM, double oldNoteInterval, double newNoteInterval)
                                {
                                return oldBPM*oldNoteInterval/newNoteInterval;
                                }

                                //example: newNoteInterval(170, 24, 255);
                                public static double newNoteInterval(double oldBPM, double oldNoteInterval, double newBPM)
                                {
                                return oldNoteInterval*oldBPM/newBPM;
                                }

                                //example: NPM(170, 16);
                                public static double NPM(double BPM, double noteInterval)
                                {
                                return BPM*noteInterval/4;
                                }

                                //example: NPS(170, 16);
                                public static double NPS(double BPM, double noteInterval)
                                {
                                return (BPM/60)*(noteInterval/4);
                                }

                                edit: fixed a mistake oops
                                Last edited by Patashu; 10-28-2010, 08:30 PM.
                                Patashu makes Chiptunes in Famitracker:
                                http://soundcloud.com/patashu/8bit-progressive-metal-fading-world
                                http://img.photobucket.com/albums/v216/Mechadragon/smallpackbanner.png
                                Best non-AAAs: ERx8 v2 (14-1-0-4), Hajnal (3-0-0-0), RunnyMorning (8-0-0-4), Xeno-Flow (1-0-0-3), Blue Rose (35-2-0-20), Ketsarku (14-0-0-0), Silence (1-0-0-0), Lolo (14-1-0-1)
                                http://i231.photobucket.com/albums/ee301/xiaoven/solorulzsig.png

                                Comment

                                Working...