~The D4 Rivalry~

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jonlovesddr
    h
    • Sep 2008
    • 1631

    #106
    Re: ~The D4 Rivalry~

    what songs do i have to play

    Comment

    • axith
      FFR Veteran
      FFR Simfile Author
      • Dec 2007
      • 1251

      #107
      Re: ~The D4 Rivalry~

      Originally posted by Jonlovesddr
      what songs do i have to play
      they're in the OP

      Comment

      • Jonlovesddr
        h
        • Sep 2008
        • 1631

        #108
        Re: ~The D4 Rivalry~

        uggghhh fine

        Comment

        • James May
          FFR Player
          • Oct 2012
          • 3817

          #109
          Re: ~The D4 Rivalry~

          here jon
          Cosmic Orchestra (60)
          Final Step (63)
          Aerospace (63)
          Internal Cannon (64)
          Run Through the Steam of Time (64)
          Guitar Sounds (65)
          ETERNAL DRAIN [Heavy] (67)
          Nix-Tek (70)
          Aim Burst (73)
          Weapon (78)
          bananas


          Comment

          • Jonlovesddr
            h
            • Sep 2008
            • 1631

            #110
            Re: ~The D4 Rivalry~

            scoredump#1
            Attached Files

            Comment

            • Jonlovesddr
              h
              • Sep 2008
              • 1631

              #111
              Re: ~The D4 Rivalry~

              last 5
              and i could probably improve each one of these songs but i started late and no time
              Attached Files

              Comment

              • James May
                FFR Player
                • Oct 2012
                • 3817

                #112
                Re: ~The D4 Rivalry~

                updated to this post.
                bananas


                Comment

                • Jonlovesddr
                  h
                  • Sep 2008
                  • 1631

                  #113
                  Re: ~The D4 Rivalry~

                  i just realized how bad my scores are and i still don't feel like improving all ten of them LOLol

                  Comment

                  • Doug31
                    Falcon Paaaauuuunch!!!!!!
                    FFR Simfile Author
                    • Jun 2004
                    • 6811

                    #114
                    Re: ~The D4 Rivalry~

                    Nope, I just tried again; I can't edit it. Make sure you gave permission to [email protected]

                    Edit: 38-1-6-7 on Run Through the Stream of Time. Ugh most of those misses were early easy junk but I just woke up and was too tired to hit them lol.

                    Edit2: 854 combo.

                    Edit3: I made a typo on my eternal drain score. My best is now 54-1-0-1.

                    Edit4: 77-6-12-7 on Aim Burst. 434 combo. Wow what a big improvement over my old 134-2-12-9.
                    Last edited by Doug31; 06-28-2013, 04:09 PM.

                    Comment

                    • James May
                      FFR Player
                      • Oct 2012
                      • 3817

                      #115
                      Re: ~The D4 Rivalry~

                      there. I could've sworn I placed you in it but I guess the docs didn't save. Anyhow, editing it.

                      edit: updated to this post.
                      Last edited by James May; 06-28-2013, 04:24 PM.
                      bananas


                      Comment

                      • TheSaxRunner05
                        The Doctor
                        • Apr 2006
                        • 6144

                        #116
                        Re: ~The D4 Rivalry~

                        Where are your scores elmerz?!?!

                        Oh, SDG Baby!
                        Last edited by TheSaxRunner05; 06-28-2013, 06:16 PM.


                        Comment

                        • Elmerz
                          FFR Veteran
                          • Apr 2012
                          • 606

                          #117
                          Re: ~The D4 Rivalry~

                          My client has been far too laggy for me to get any decent scores, if I can't play at my best, I'm not submitting scores.

                          Comment

                          • TheSaxRunner05
                            The Doctor
                            • Apr 2006
                            • 6144

                            #118
                            Re: ~The D4 Rivalry~

                            Originally posted by Elmerz
                            My client has been far too laggy for me to get any decent scores, if I can't play at my best, I'm not submitting scores.
                            I right clicked on the shortcut to my standalone and clicked properties. I mostly got rid of my lag by running in 640x420 and clicking a couple of other boxes which made it run smoother. Also play on low quality. Since I play on full screen at 640x420, the arrows are freakin huge lol.


                            Comment

                            • Doug31
                              Falcon Paaaauuuunch!!!!!!
                              FFR Simfile Author
                              • Jun 2004
                              • 6811

                              #119
                              Re: ~The D4 Rivalry~

                              Alright, I've made a little way for people to see if they qualify for this or not. Just copy this program. For kicks, it can even place you in D8 or D9. You have to be ridiculously good to get to D8 and almost impossibly good to ever get to D9. I guess if you reach D9 you've beaten the game.

                              You must use select all on the level rank stats page or it will not work.

                              import java.util.Scanner;


                              public class Main {
                              public static void main (String[] args) {
                              int bestAAA1 = 0;
                              int bestAAA2 = 0;
                              int bestSDG1 = 0;
                              int bestSDG2 = 0;
                              int bestFC1 = 0;
                              int bestFC2 = 0;
                              Scanner console = new Scanner(System.in);
                              while (console.hasNextLine()) {
                              String line = console.nextLine();
                              if (line.equalsIgnoreCase("contact us | site credits | rss feed")) {
                              break;
                              }
                              Scanner s = new Scanner(line);
                              if (!s.hasNext()) {
                              continue;
                              }
                              s.next();
                              if (!s.hasNextInt()) {
                              continue;
                              }
                              int difficulty = s.nextInt();
                              String current = "";
                              while (s.hasNext()) {
                              current = s.next();
                              if ((1 == current.length() || current.length() > 6) && (current.endsWith("0*") || current.endsWith("5*") ||current.endsWith("0") || current.endsWith("5"))) {
                              break;
                              }
                              }
                              if (!current.endsWith("*")) {
                              continue;
                              }
                              int perfects = s.nextInt();
                              int goods = s.nextInt();
                              int averages = s.nextInt();
                              int misses = s.nextInt();
                              int boos = s.nextInt();
                              if (misses == 0) {
                              //FC
                              if (bestFC1 <= bestFC2 && bestFC1 < difficulty) {
                              bestFC1 = difficulty;
                              } else if (bestFC1 > bestFC2 && bestFC2 < difficulty) {
                              bestFC2 = difficulty;
                              }
                              }

                              if (goods + 1.8*averages + 20.0/275*boos < 10) {
                              //SDG
                              if (bestSDG1 <= bestSDG2 && bestSDG1 < difficulty) {
                              bestSDG1 = difficulty;
                              } else if (bestSDG1 > bestSDG2 && bestSDG2 < difficulty) {
                              bestSDG2 = difficulty;
                              }
                              }
                              if (goods == 0 && averages == 0 && misses == 0 && boos == 0) {
                              //AAA
                              if (bestAAA1 <= bestAAA2 && bestAAA1 < difficulty) {
                              bestAAA1 = difficulty;
                              } else if (bestAAA1 > bestAAA2 && bestAAA2 < difficulty) {
                              bestAAA2 = difficulty;
                              }
                              }
                              }

                              int score = bestAAA1 + bestAAA2 + bestSDG1 + bestSDG2 + bestFC1 + bestFC2;
                              if (score >= 583) {
                              System.out.println("D9");
                              } else if (score >= 570) {
                              System.out.println("D8");
                              } else if (score >= 547) {
                              System.out.println("D7");
                              } else if (score >= 510) {
                              System.out.println("D6");
                              } else if (score >= 450) {
                              System.out.println("D5");
                              } else if (score >= 385) {
                              System.out.println("D4");
                              } else if (score >= 320) {
                              System.out.println("D3");
                              } else if (score >= 180) {
                              System.out.println("D2");
                              } else {
                              System.out.println("D1");
                              }
                              }
                              }

                              I use Eclipse, but it probably works in other Java APIs. Save it, click run, and copy and paste your level rank stats into it. It will output which division it thinks you should be in. It's not exact, but if it gives you D4 or lower, you can feel free to join this.

                              Also there are fewer than 24 hours lefts with the current songs, so please feel free to give some suggestions as to what the next week's songs should be. I think I've only had 1 so far.

                              Comment

                              • arcnmx
                                nanodesu~
                                • Jan 2013
                                • 503

                                #120
                                Re: ~The D4 Rivalry~

                                I was bored, wat
                                Code:
                                stocking ~ $ javac Main.java; xclip -o | java -classpath . Main 
                                D9


                                FMO AAAs (1): Within Life :: FGO AAAs (1): Einstein-Rosen Bridge

                                Comment

                                Working...