Completely Revised Official Tier Point System

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CammyGoesRawr
    nocturnal girl (〜✘﹏✘)〜
    • Jul 2011
    • 2477

    #691
    Re: Completely Revised Official Tier Point System

    Any ETA on the chat? (: (no pressure, just inquiry ;D)

    Comment

    • Zageron
      Zageron E. Tazaterra
      FFR Administrator
      • Apr 2007
      • 6592

      #692
      Re: Completely Revised Official Tier Point System

      Shortly, Valve time.

      Comment

      • rushyrulz
        Digital Dancing!
        FFR Simfile Author
        FFR Music Producer
        • Feb 2006
        • 12985

        #693
        Re: Completely Revised Official Tier Point System

        What's the status of this?


        Comment

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

          #694
          Re: Completely Revised Official Tier Point System

          The status is "finished, waiting for admins to do something about it".
          Best AAA: Policy In The Sky [Oni] (81)
          Best SDG: PANTS (86)
          Best FC: Future Invasion (93)

          Comment

          • Zageron
            Zageron E. Tazaterra
            FFR Administrator
            • Apr 2007
            • 6592

            #695
            Re: Completely Revised Official Tier Point System

            The status is "finished, waiting for high scores to be recorded by raw".


            (Also, have to input all of the requirements. I'm building the management system right now.)
            (Also, styling hasn't been done. I'll get to it...)
            Last edited by Zageron; 03-15-2012, 03:07 AM.

            Comment

            • sticklydude
              r.i.p. tiny hippo
              FFR Simfile Author
              • Jan 2007
              • 2165

              #696
              Re: Completely Revised Official Tier Point System

              WOOOOOOOOOOO.

              So exciteddddddddddddd~~~

              Comment

              • Zageron
                Zageron E. Tazaterra
                FFR Administrator
                • Apr 2007
                • 6592

                #697
                Re: Completely Revised Official Tier Point System

                I'm too lazy to write a .py or .php script to convert all of the requirements into mysql query.

                SO, someone please write a conversion script from: (It should scan through every requirement we have!)
                1.Gameboy Rave! [422 Combo]
                (5) - AAA
                (4) - 5 goods or better
                (3) - 20 goods or better
                (2) - 100 goods or better
                (1) - pass the song


                to

                $table will not be shared.
                $levelid should be an int. (1234)
                $reqs should be a string. (0:20:50:100) Good requirement, do not include pass requirement.

                INSERT INTO $table (`songid`, `requirements`) VALUES ($levelid, '$reqs');


                Please write it, and post it here in [code] blocks.
                Thanks.
                Last edited by Zageron; 03-15-2012, 08:38 PM.

                Comment

                • benguino
                  Kawaii Desu Ne?
                  • Dec 2007
                  • 4186

                  #698
                  Re: Completely Revised Official Tier Point System

                  So you're asking for a conversion with the requirements as a string as an input and the mysql query as an output? If that's the case, I don't know how the level id would be obtained from said input alone.
                  AMA: http://ask.fm/benguino


                  Originally posted by Spenner
                  (^)> peck peck says the heels
                  Originally posted by Xx{Midnight}xX
                  And god made ben, and realized he was doomed to miss. And said it was good.
                  Originally posted by Zakvvv666
                  awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                  Comment

                  • Zageron
                    Zageron E. Tazaterra
                    FFR Administrator
                    • Apr 2007
                    • 6592

                    #699
                    Re: Completely Revised Official Tier Point System

                    Missed that key factor, whoops.
                    In that case, just write me a parsing script that gives me an array of requirement objects.

                    Each object should contain:
                    $songName ("Gameboy Rave!")
                    $requirements ("0:20:50:100")

                    I can easily do the rest.
                    (I just hate regex.)

                    Comment

                    • benguino
                      Kawaii Desu Ne?
                      • Dec 2007
                      • 4186

                      #700
                      Re: Completely Revised Official Tier Point System

                      Derp, I just noticed you were asking for .php or .py script, languages I don't know. xD My most fluent language is Java. If you are familiar with Java, I can make a class file with a method that returns the array you asked for, or I can do something that takes a text file with the requirements and returns a text file with the song name and requirement on each line like:

                      Gameboy Rave!$0:20:50:100
                      Song #2$0:4:20:30
                      //etc

                      (There isn't any song title with a '$' character, so it would be a good choice for a delimiter.)
                      AMA: http://ask.fm/benguino


                      Originally posted by Spenner
                      (^)> peck peck says the heels
                      Originally posted by Xx{Midnight}xX
                      And god made ben, and realized he was doomed to miss. And said it was good.
                      Originally posted by Zakvvv666
                      awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                      Comment

                      • Zageron
                        Zageron E. Tazaterra
                        FFR Administrator
                        • Apr 2007
                        • 6592

                        #701
                        Re: Completely Revised Official Tier Point System

                        Originally posted by reuben_tate
                        Derp, I just noticed you were asking for .php or .py script, languages I don't know. xD My most fluent language is Java. If you are familiar with Java, I can make a class file with a method that returns the array you asked for, or I can do something that takes a text file with the requirements and returns a text file with the song name and requirement on each line like:

                        Gameboy Rave!$0:20:50:100
                        Song #2$0:4:20:30
                        //etc

                        (There isn't any song title with a '$' character, so it would be a good choice for a delimiter.)
                        The text file would work perfectly reuben!
                        You can do it in Java, as I know java.

                        Comment

                        • benguino
                          Kawaii Desu Ne?
                          • Dec 2007
                          • 4186

                          #702
                          Re: Completely Revised Official Tier Point System

                          Ok, I'll see if I can finish it sometime tonight. I'm sucky when it comes to reading/writing from files, so I'm not going to have it done within the next 10 minutes or anything, lol. Once I get that part set up, the rest shouldn't be too bad.

                          (Btw, since you know Java well enough, it would be easier for me to do something where I make a class with a method that returns the requested array. But if the text file is more convenient, I'll do that.)
                          AMA: http://ask.fm/benguino


                          Originally posted by Spenner
                          (^)> peck peck says the heels
                          Originally posted by Xx{Midnight}xX
                          And god made ben, and realized he was doomed to miss. And said it was good.
                          Originally posted by Zakvvv666
                          awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                          Comment

                          • Zageron
                            Zageron E. Tazaterra
                            FFR Administrator
                            • Apr 2007
                            • 6592

                            #703
                            Re: Completely Revised Official Tier Point System

                            Originally posted by reuben_tate
                            Ok, I'll see if I can finish it sometime tonight. I'm sucky when it comes to reading/writing from files, so I'm not going to have it done within the next 10 minutes or anything, lol. Once I get that part set up, the rest shouldn't be too bad.

                            (Btw, since you know Java well enough, it would be easier for me to do something where I make a class with a method that returns the requested array. But if the text file is more convenient, I'll do that.)
                            It would be more convenient to get the java files, so that I can make alterations if need be.

                            Thanks very much reuben.

                            Comment

                            • benguino
                              Kawaii Desu Ne?
                              • Dec 2007
                              • 4186

                              #704
                              Re: Completely Revised Official Tier Point System

                              No problem. Also, quick question, is there a blank line between each set of reqs? (If there is, that makes things a lot easier)
                              AMA: http://ask.fm/benguino


                              Originally posted by Spenner
                              (^)> peck peck says the heels
                              Originally posted by Xx{Midnight}xX
                              And god made ben, and realized he was doomed to miss. And said it was good.
                              Originally posted by Zakvvv666
                              awww :< crushing my dreams; was looking foward to you attempting to shoot yourself point blank and missing

                              Comment

                              • Zageron
                                Zageron E. Tazaterra
                                FFR Administrator
                                • Apr 2007
                                • 6592

                                #705
                                Re: Completely Revised Official Tier Point System

                                Originally posted by reuben_tate
                                No problem. Also, quick question, is there a blank line between each set of reqs? (If there is, that makes things a lot easier)
                                All of the requirements are in this post. You'll have to work with those, and edit their placement as you see fit.

                                Comment

                                Working...