BF2 Medal Progress Indicatornow finished

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

    #61
    Re: BF2 Medal Progress Indicatornow finished

    I seem to have found a bug.

    Under my account name (same as here) for the Medal of Valour it lists
    Kill assists as driver is at least 5000 [total]0

    I KNOW that ain't right! I get a ton of driver kill assists. I fly choppers!!

    Comment

    • DukeHeart

      #62
      Re: BF2 Medal Progress Indicatornow finished

      Originally posted by Wargimp
      I seem to have found a bug.

      Under my account name (same as here) for the Medal of Valour it lists
      Kill assists as driver is at least 5000 [total]0

      I KNOW that ain't right! I get a ton of driver kill assists. I fly choppers!!
      Hi,

      Thanks for the feedback. I found the problem, it should be
      Driver Special Ability.

      This is now fixed and working fine, checked your account :-)

      Cheers
      Duke

      Comment

      • DukeHeart

        #63
        Re: BF2 Medal Progress Indicator now finished

        Hi,

        Major update today.

        The site now defaults to a list of medals in
        the order in which it thinks you are going to
        get them.

        Its not perfect but I'll fine tune it over time :-)

        Check it out at www.ultimategroover.com
        and please let me know if you find any bugs
        or have any suggestions.

        Cheers
        Duke

        Comment

        • easycompany25

          #64
          Re: BF2 Medal Progress Indicatornow finished

          wat do u klick on

          Comment

          • DukeHeart

            #65
            Re: BF2 Medal Progress Indicatornow finished

            Originally posted by easycompany25
            wat do u klick on
            Hi,

            Changed the page to move the PID / Nick entry
            section to the top (easier to find)

            Also added medal commenting. Please go and enter your
            comments / tips / questions on how to get the various
            awards (simply click on the award image to go to the
            comments section)

            Check it out at www.ultimategroover.com
            and please let me know if you find any bugs
            or have any suggestions.

            Cheers
            Duke

            Comment

            • Coderedpl

              #66
              Re: BF2 Medal Progress Indicatornow finished

              COOL dude

              nice job!

              Comment

              • zacman13245

                #67
                Re: BF2 Medal Progress Indicatornow finished

                very nice tool.

                Comment

                • DukeHeart

                  #68
                  Re: BF2 Medal Progress Indicatornow finished

                  Hi,

                  Added a leaderboard to the site. Just select "Lederboard" from the
                  dropdown combo. Not very usefull, just did it cause I could.
                  Only has stats for the people who have looked up their awards on the
                  site, and ignores awards you can get multiple times (ie, Gold/Silver/Bronze/Purple Heart)

                  Check it out at www.ultimategroover.com

                  Cheers
                  DukeHeart

                  Comment

                  • DukeHeart

                    #69
                    Re: BF2 Medal Progress Indicatornow finished

                    Hey Hey,
                    Just added support for BF2:SF
                    Also redid all the graphics on the site and
                    got rid of the grey icons for stuff we don't
                    have yet.
                    Check it out at www.ultimategroover.com
                    Cheers
                    Duke

                    Comment

                    • jdogg88-Fed

                      #70
                      Re: BF2 Medal Progress Indicatornow finished

                      not to bad still needs some work overall i like it

                      Comment

                      • BartMan84

                        #71
                        Re: BF2 Medal Progress Indicatornow finished

                        Thanks a great idea, keep up the good work man.

                        Comment

                        • Teaves

                          #72
                          Re: BF2 Medal Progress Indicatornow finished

                          I appreciate your work and all but IMHO the progres indicators at http://bf2s.com are the best. Not only do they obviously use the ubar for the requirements (the no.1 most accurate place most will agree) but is well integrated into the stats page. the leaderboards on that stat site is pretty usefull and fun as well i think.


                          Just click on the appropriate medla (wether you have it or not) to see that details and progress bar if applicable.

                          Comment

                          • DukeHeart

                            #73
                            Re: BF2 Medal Progress Indicatornow finished

                            Originally posted by Teaves
                            I appreciate your work and all but IMHO the progres indicators at http://bf2s.com are the best. Not only do they obviously use the ubar for the requirements (the no.1 most accurate place most will agree) but is well integrated into the stats page. the leaderboards on that stat site is pretty usefull and fun as well i think.


                            Just click on the appropriate medla (wether you have it or not) to see that details and progress bar if applicable.
                            BF2S have done an excellent job !. That's why I never recreated what
                            they have over there.

                            However, I use the python script from within the game ---
                            c:\Program Files\EA GAMES\Battlefield 2\Python_Xpack\bf2\stats

                            #Pistol Combat Badge
                            #Basic
                            ('1031619_1', 'pcb', 1, object_stat ('weapons', 'kills', WEAPON_TYPE_PISTOL, 5)),
                            #Veteran
                            ('1031619_2', 'pcb', 1, f_and( has_medal ('1031619_1'),
                            global_stat ('wkl-5', 50),
                            object_stat ('weapons', 'kills', WEAPON_TYPE_PISTOL, 7))),
                            #Expert
                            ('1031619_3', 'pcb', 1, f_and( has_medal ('1031619_2'),
                            global_stat ('wkl-5', 500),
                            object_stat ('weapons', 'kills', WEAPON_TYPE_PISTOL, 18))),

                            The MOST accurate info on award criteria there is - lol :-)

                            Also, my code is the ONLY code that will sort your awards by achievability
                            based upon your progress and playing style to date.

                            Cheers
                            Duke

                            Comment

                            Working...