Avmiss

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

    #16
    Re: Avmiss

    Originally posted by d4u7211
    100 bar blackout was impossible. a AAA was 2 goods back then. I remember because i was one of like 39 people to AAA it back then. Also, Dossar, can you get this working perhaps in some submissions as side games in your tournament engine 0.0????
    Correct, it had two 2-frame minijacks. 1 good is guaranteed if you're going to combo a 2-frame minijack. 1-frame minijacks required an average on the first note. Basically anything that had below 3-framers is impossible to AAA on avmiss. Zeroframers it's possible to get 2 perfects out of it but a miss is guaranteed no matter what you do -- to get 2 perfects out of a zeroframer you had to hit both notes within the 3 perfect frames.

    And spoiler alert, SocoNHydro's Tournament after the Official (which I opened submissions for) will be an avmiss tournament.

    Originally posted by RagedBerserker
    now use 1.0 screencut. and itll feel like old times again!
    Haha oh man I remember hi19hi19 talking to me about this. If you ever FC'd a file with 1.0 the PA was usually horrendous (especially on songs like OMW)
    Last edited by DossarLX ODI; 08-6-2012, 09:04 PM.
    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

    • Velocity
      Doing the wrong thing the right way since 2010.
      FFR Simfile Author
      FFR Administrator
      • Jul 2007
      • 1817

      #17
      Re: Avmiss


      Code:
      // AV Miss 2-Framer Checks
      else if($row['level'] == 308 && ($rowA['perfect'] + $rowA['good'] + $rowA['almost']) == 1687) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1675 && $rowA['good'] == 12) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 192 && $rowA['maxcombo'] == 1189) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1188 && $rowA['good'] == 1) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 186 && $rowA['maxcombo'] == 2362) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 2325 && $rowA['good'] == 37) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 164 && $rowA['maxcombo'] == 1236) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] ==  1217 && $rowA['good'] == 16 && $rowA['almost'] == 3) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 155 && $rowA['maxcombo'] == 1505) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1503 && $rowA['good'] == 2) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 143 && $rowA['maxcombo'] == 762) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 755 && $rowA['good'] == 7) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 110 && $rowA['maxcombo'] == 1177) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1163 && $rowA['good'] == 14) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 100 && $rowA['maxcombo'] == 1069) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1064 && $rowA['good'] == 5) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 88 && $rowA['maxcombo'] == 666) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 664 && $rowA['good'] == 2) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 48 && $rowA['maxcombo'] == 1057) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1050 && $rowA['good'] == 7) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 30 && $rowA['maxcombo'] == 1300) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 1297 && $rowA['good'] == 3) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 23 && $rowA['maxcombo'] == 504) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 503 && $rowA['good'] == 1) {
      		$numberone++;
      	}
      }
      else if($row['level'] == 8 && $rowA['maxcombo'] == 356) {
      	$fcs++;
      	$isfc = true;
      	if($rowA['perfect'] == 354 && $rowA['good'] == 2) {
      		$numberone++;
      	}
      }

      Comment

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

        #18
        Re: Avmiss

        Wait, GGC had 2362 notes and 37 2-framers back then? The recolored version currently ingame only has 2361, and most of the 2-framers are gone.

        But yeah, songs such as p4u v2, OMW, Molto Vivace, Nova Pulser, anything with 2 frame minijacks or below were impossible to get all perfects on. Revolutionary Etude has nothing below 3 framers since it's 148 bpm.

        Edit: lol the recolored GGC has zero 2-frame minijacks while the original one in avmiss had 37 2-framers along with red note syndrome iwbed
        Last edited by DossarLX ODI; 08-6-2012, 09:13 PM.
        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

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

          #19
          Re: Avmiss

          Ahhh, memories

          Heh I remember when GGC was a huge glut of red notes. That was sure something O.o

          OMW in particular was a huge bitch to FC + PA at the same time

          Comment

          • RagedBerserker
            Hello Kitty
            • Sep 2004
            • 1296

            #20
            Re: Avmiss

            I'm just thinking of Lawn Wake IV.... and cringing. And also remembering when everyone thought CP would be easy to FC now that avmisses were gone. So many songs back then were just ridiculous. Jacks meant death. X-Dreamer Final Cut, Turkish March... Chrono Trigger was lol (and is probably still lol).

            I'm just an old boy now

            Comment

            • Velocity
              Doing the wrong thing the right way since 2010.
              FFR Simfile Author
              FFR Administrator
              • Jul 2007
              • 1817

              #21
              Re: Avmiss

              I think I'm going to put avmiss as an option in R^3 since it's so easy to do.

              Comment

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

                #22
                Re: Avmiss



                So it turns out GGC had 3-note 2 framer jacks back when it had red note syndrome. Simply put, the file was a gigantic mess before recoloring, haha
                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

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

                  #23
                  Re: Avmiss

                  Dossar: Try to FC Revolutionary Etude with avmiss (very hard)

                  Comment

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

                    #24
                    Re: Avmiss

                    Luckily Revo doesn't go below 3 framers but it is still absurd. If I do manage to FC it, my accuracy is going to be incredibly shitty.

                    I'll give it a shot probably tomorrow

                    Edit: Also can't forget AIM Anthem, damn haha
                    Last edited by DossarLX ODI; 08-6-2012, 10:42 PM.
                    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

                    Working...