Birthday scores

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • -Laggy-
    HARDKORE ATOMIC
    • Apr 2005
    • 499

    #1

    Birthday scores

    So yeah I just turned 22 today. Time to post some scores hehe


    Probably not great but this is a huge improvement from anything I've ever gotten on this, mostly cb-wise.


    Not that good MA and it kinda sucks that I didn't break 2000 marvs but I've yet to see a AAA on this.


    This is really really good imo, very hard to fc

    And some other older stuff that I've yet to post over here:



    Felt like I could do better but just couldn't nail it, this or 7p and a miss


    Cool, got rid of the 1p curse on this


    Ok this is ****ing insane, I dare someone to beat this. The file repeats so much that it makes my mind go numb and it's impossible to concentrate through the whole song

    Speed stuff:


    wrecked, 1 cb is doable on a perfect run but won't fc ever.


    As good as it gets for me, can't read the second freeze part so comboing is mostly luck, still this is insane


    I don't don't how this compares to you people but for me this is really good, 10mil improvement maybe? I still end up mashing practically everything from the earlier part trills to middle so that hurts my score a lot. 1.7% from A


    I don't think I've yet to sdg fc this, it's always just either one of them


    What the hell insane for me, this is still like 2,7% from AA though :/


    This file isn't even moderately enjoyable if you aren't completely warmed up, I used to have 170mil on this beforehand lol. 0,3% from AA


    Oh boy am I happy, never imagined I would actually get this


    Pretty good, still ways from AA though


    Yeah this is really good for me too

    And a vid as an extra:

    Incident 01 vid (30mb), I seem to have forgotten to screen the score but it was a 41p AAA.

    Youtube Link if you don't care about video quality

    Damn that's a lot of scores
    So long, T0 ~~
  • GamerShadow
    FFR Player
    • Oct 2005
    • 2534

    #2
    Re: Birthday scores

    Two things:

    1) What an insane MSWGO score. I will never be able to do that.
    2) How do you get the background of the song to display on the results screen? I might look into that.
    Note to self Finish.

    Comment

    • RVL
      FFR Player
      • Dec 2007
      • 238

      #3
      Re: Birthday scores

      Disregard and Magical 8-bit Tour are great. My spirit will Go on is probably the best one on that list.

      Comment

      • omgitznpv
        cohoooooon
        FFR Simfile Author
        • Aug 2005
        • 6980

        #4
        Re: Birthday scores

        holy **** brb cutting myself because i'll never have scores like those
        Originally posted by DossarLX ODI
        What's the point of using drugs anyways? I heard they help you relax but that's pretty much it. (Not talking about medicines)

        Comment

        • Gameo
          FFR Player
          • Aug 2006
          • 437

          #5
          Re: Birthday scores

          That.....is not earthquake edit.....holy f***ing sh#t.

          Also, i agree on GamerShadows Nr. 2), i can't remember how you'd do that, because i did it once. Something about playing around with some ini's 'n something i recall.....
          .

          Comment

          • -Laggy-
            HARDKORE ATOMIC
            • Apr 2005
            • 499

            #6
            Re: Birthday scores

            Instructions on how to modify the resultscreen, copied from odi:
            Originally posted by Yesssss
            So we don't have to keep referencing to the one scoreboard topic, I'll just put it here, since it's really where it should go. Props to John11 for all of it.


            Here's an example screenshot:


            Originally posted by john11
            Here's what I did for SM3.95

            You might want to keep a backup copy of your default theme incase I left out a step or something.

            go to [Stepmania Root]\Themes\Default\BGAnimations

            Delete: ScreenEvaluationStage background.redir
            Create: a folder ScreenEvaluationStage background

            inside ScreenEvaluationStage
            Create: BGAnimation.ini

            in BGAnimation.ini
            Enter:
            Code:
            [BGAnimation] 
            
            [Layer1]
            File=songbackground
            Type=0
            Command=diffuse,1,1,1,0.75;scaletocover,0,0,640,480;

            now open the metrics.ini
            search for [ScreenEvaluationStage]
            somewhere in that section add:
            Code:
            HeaderY=999 
            StyleIconY=999 
            TimerY=999
            to remove the header

            next in the same section change:
            Code:
            DifficultyIconP1X=214 
            DifficultyIconP1Y=40 
            PlayerOptionsP1X=250 
            PlayerOptionsP1Y=40
            to move the difficulty and modifiers above the banner

            Hopefully I'm not forgetting something. Someone let me know if that works.
            Originally posted by bboyflames
            For StepMania 4.0 LUA (including/after 02-11-07)

            (I STRONGLY RECOMMEND DOWNLOADING AND USING NOTEPAD++ IF YOU DONT THE CODE FORMAT MIGHT GET MESSED UP AND WONT WORK)

            you can download it here


            1. Go into (Stepmania folder)\Themes\default\BGAnimations and delete the file ScreenEvaluationStage background.redir.

            2. Make a folder in \Themes\default\BGAnimations called ScreenEvaluationStage background.

            3. Go to any folder inside \Themes\default\BGAnimations that contains default.lua and copy the default.lua file to your ScreenEvaluationStage background folder.

            4. Open the default.lua inside your ScreenEvaluationStage background folder with a text editor ( I used notepad++).

            5. Erase everything inside the default.lua file and paste this into the now empty default.lua
            Code:
            local t = Def.ActorFrame {
                LoadSongBackground() .. {
                OnCommand= cmd(diffuse,1,1,1,0.75);
            };
            };
            return t;
            (Remove the space between = and cmd, for some reason the code wont work without the space.)

            6. Save the file.

            7. Go to Themes\default\Graphics and open the file ScreenEvaluation stage.lua with a text editor.

            8. Delete everything and paste this
            Code:
            local t = LoadActor("ScreenWithMenuElements stage/stage" ) .. {
            	BeginCommand= cmd(playcommand,"Set", {
            		StageToShow = SCREENMAN:GetTopScreen():GetStageStats():GetStage();
            		StageNumber = SCREENMAN:GetTopScreen():GetStageStats():GetStageIndex();
            	} );
            };
            function LoadSongBackground()
            	return Def.Sprite {
            	OnCommand= cmd(LoadFromSongBackground,GAMESTATE:GetCurrentSong();scale_or_crop_background);
            	};
            end
            return t;
            (Again Remove the space between any = and cmd, for some reason the code wont work without the space.)

            9. Save the file.

            10. Open your metrics.ini in \Themes\default with a text editor and search for [ScreenEvaluationStage] somewhere in that section add:
            Code:
            HeaderY=999
            StyleIconY=999
            TimerY=999
            11. To remove the EVENT text in the banner go the [ScreenEvaluationStage] section and change the Y coordinate to be something negitive
            Code:
            StageY=SCREEN_CENTER_Y-999
            12. Save the file and your done. The result should look like this:



            Enjoy!

            Credit to john11 for his original findings and 3.9/3.95 guide.
            So long, T0 ~~

            Comment

            • Adamaja456
              Absurd
              • Dec 2006
              • 6433

              #7
              Re: Birthday scores

              holy ****

              nice MSWGO


              582 Tier Points(Tier 3)
              602 AAAs(517+23+62)
              People who bought me subscriptions/tokens:
              DrugstoreCowboy(1 month) ELRayford(3 months)
              ~GJampa(3 months) Jerry DB(3 months)
              4th place in Gamewhore Competition(3 months)
              Phynx(FGJ album and Dendrite V2)
              dragon890x(1 year) Slide(1 year)

              Comment

              • Fantasticone
                D7 Elite Keymasher
                • Aug 2006
                • 6003

                #8
                Re: Birthday scores

                What a happy birthday to you, absoultely amazing.

                Comment

                • jimerax
                  FFR Simfile Author
                  FFR Music Producer
                  • Nov 2003
                  • 8185

                  #9
                  Re: Birthday scores

                  great scores, death piano is lol

                  Comment

                  • -Yukari-
                    FFR Player
                    • Jan 2008
                    • 930

                    #10
                    Re: Birthday scores

                    I turned 22 only a week ago, but unlike you, I didn't get freaking ridiculous scores, I sat around eating cake.

                    These are O_O
                    Originally posted by ryanisadouche
                    So anyways i was thinking, what if a single miss didn't stop your combo? Instead, your combo kept going until 2 consecutive misses were made. I think this would provide a more realistic ranking system, and eliminate a lot of mashing.

                    Comment

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

                      #11
                      Re: Birthday scores

                      Rofl wow, insane
                      ===============================
                      The idea that RDCP 3 may come out in the future is a fun thought to have~
                      ===============================

                      Comment

                      • EAGAMES
                        Y0FACE!
                        • Dec 2006
                        • 4931

                        #12
                        Re: Birthday scores

                        Wow, impressive!
                        Removed a .gif image so your total signature size isn't well over 1MB. Keep this in mind for the future.
                        5th Official FFR Tournament Scores (Division 5)
                        Round 1: Novo Mundo (AAA)
                        Round 2: 4 Chord Touhou (AAA)
                        Round 3: October (1.0.0.1)
                        Round 4: Silly Symphony (1.0.0.0)
                        Round 5: Hardkore Atomic (4.0.0.1)
                        Round 6: Blue Rose (2.0.0.0)
                        Round 7: La Dump (Eliminated for being lazy.)
                        Originally posted by smartdude1212
                        EA will wander into his house with twenty minutes remaining in the round, load up FFR, realize he needs to ****, go to do so, discover he's hungry, whip up a gourmet meal, return to FFR with five minutes to go, play la camp once, and missflag on the 2154th arrow because scythe of 13 is watching him

                        Comment

                        • Necros140606
                          FFR Player
                          • Jun 2006
                          • 1088

                          #13
                          Re: Birthday scores

                          amazing stuff.

                          Comment

                          Working...