PDA

View Full Version : Coming Soon: BF2Stats Indicator


SaladFork
11-03-2005, 08:38 PM
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!

http://img317.imageshack.us/img317/9020/1.th.gif (http://img317.imageshack.us/img317/9020/1.gif)
http://img317.imageshack.us/img317/8352/2.th.gif (http://img317.imageshack.us/img317/8352/2.gif)
http://img317.imageshack.us/img317/4708/3.th.gif (http://img317.imageshack.us/img317/4708/3.gif)
http://img317.imageshack.us/img317/1372/4.th.gif (http://img317.imageshack.us/img317/1372/4.gif)
http://img317.imageshack.us/img317/1192/5.th.gif (http://img317.imageshack.us/img317/1192/5.gif)

Coming soon, to an internet near you!

~Salad

Sir. Slug
11-03-2005, 08:48 PM
nice! :D

Ph1L
11-03-2005, 09:03 PM
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 :)

SaladFork
11-03-2005, 09:05 PM
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

ICPO
11-03-2005, 09:23 PM
That wil be worth downloading, can't wait!

CrimsonBlaze
11-04-2005, 01:50 PM
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?

Krypp596
11-04-2005, 01:54 PM
Nice one salad!

Anatzenko
11-04-2005, 07:00 PM
Cool this a super tool for all the point whores in the world.

SaladFork
11-04-2005, 07:12 PM
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