Coming Soon: BF2Stats Indicator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SaladFork

    #1

    Coming Soon: BF2Stats Indicator

    Got bored of making dynamic signature and stat retrieval pages, so I decided to try something that hasn't been done before.

    Have you ever been in a game, and wondered how close you were to the next rank? Ever wondered how many more points you need? Well wonder no more!







    Coming soon, to an internet near you!

    ~Salad
  • Sir. Slug

    #2
    Re: Coming Soon: BF2Stats Indicator

    nice!

    Comment

    • imported_Ph1L
      Member
      • Dec 2006
      • 1238

      #3
      Re: Coming Soon: BF2Stats Indicator

      And PB wont kick you when running it in-game?

      Anyways, it looks nice. Often I think "What's my stats now? My score? Progress to next rank...." etc.

      Looks nice :)

      Comment

      • SaladFork

        #4
        Re: Coming Soon: BF2Stats Indicator

        Haven't tested it in multiplayer with pb yet. Going to try and finish it first. Planning on adding a progress bar, fixing a minor bug when changing opacity, as well as make it so you can display and track additional stats through the use of a .ini file that this will use.

        ~Salad

        Comment

        • ICPO

          #5
          Re: Coming Soon: BF2Stats Indicator

          That wil be worth downloading, can't wait!

          Comment

          • CrimsonBlaze

            #6
            Re: Coming Soon: BF2Stats Indicator

            Sweet, this would be very useful for people. Hopefully this will be useable on pb servers...

            Will the score update while your playing (like loads the stats before the level loads then updates throughout the match) or does it just load it and will only change when it picks up updates from the stat server?

            Comment

            • Krypp596

              #7
              Re: Coming Soon: BF2Stats Indicator

              Nice one salad!

              Comment

              • Anatzenko

                #8
                Re: Coming Soon: BF2Stats Indicator

                Cool this a super tool for all the point whores in the world.

                Comment

                • SaladFork

                  #9
                  Re: Coming Soon: BF2Stats Indicator

                  When you load bf2, it stores your global score in a variable. It then creates another variable, which is initiated at 0.

                  In game, whenever you do something that would affect your score, the hook catches it, and modified this second variable. For the sake of simplicity, the second variable basically just holds your current game score.

                  The display then adds the two variables, and uses the sum for the percentage math, and the display it shows. So yes, it does update as you play.

                  Right now I have it able to also show kills with a specific kit, and kills with a specific weapon, and update correctly, as well as the ability to set your own personal goals, as opposed to preset goals (ranks).

                  ~Salad

                  Comment

                  Working...