It is currently Fri Sep 03, 2010 12:49
  • View your posts
  • FAQ
  • Register
  • Login

  • All times are UTC + 1 hour [ DST ]



    Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2, 3, 4, 5  Next
    Author Message
     Post subject: [MOD] Stats
    PostPosted: Sat Apr 05, 2008 11:10 
    Offline
     Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 40
    So ive been working on a stats mod, originally my current ceo wanted something that would let him track a pilots activity to help him determine things from reimbursement to employment. Ive created this mod that tracks recent activity and gives you a percent value as to the activity of said pilot within the corp. Also ive tossed in every other stat i could think of in there as well just for the hell
    of it.

    A high percent value in the kills categories is a good thing for it means
    the pilot has been on said portion of corp kills. And, obviously, a high percent value on losses is a bad thing for it means the pilot has been on said portion of corp losses.

    You can preview my work here

    UPDATE 11/2008
    So ive been away from eve for awhile, it seems that my mod still works with the latest version of the killboard. As for it working with the rank mod, i really havent kept up with that so i have no idea. Maybe ill get around to checking that after the holidays. Use at your own risk. Enjoy.


    Id appreciate any thoughts or comments.


    Stats Mod
    version 1.1
    Ive set it up as a selectable mod.

    So first off for those who take a look at my code, i am no expert on the inner workings of the killboard. All i did was look up function calls from various classes.

    This code can be heavily optimized, and variables in certain places can be reused, and the tables can probably be cleaned up if anyone wants to bother.

    Also it should be possible to create a settings page that lets you define the color scales, and possibly even the time each table covers. Im pretty much done with this for awhile, but thats the next step i believe.

    *Recommend you disable query caching in the admin options

    you can grab the rar here


    RANK MOD EDIT

    ok, i think ive successfully combined my mod with the rank mod 0.97b

    dunno if itll work with older versions of the rank mod

    all you gotta do is replace the file pilot_detail in the rank_mod folder with this one. I recommend you back up the original...

    you can grab it and try it out here

    If you want the new horizontal layout combined with the rank mod you can grab it and try it out here


    FAQ

    Q:Why are there 2 sal_stats folders? Whats the difference between sal_stats and sal_stats2?

    A:Both have the same info, the tables are just organized differently. sal_stats displays the info vertically, sal_stats2 displays the info horizontally and is a bit more compact. Select whichever you prefer (or only install the one you prefer) from the mods menu. There is a rank mod edit for each layout.

    Q:What does all this do for me?

    A:This mod represents a pilots activity within 4 categories, kills, losses, kills(isk) , losses(isk). It measures a pilots kills/losses against the corp totals for a given time period, hence measuring their participation.


    UPDATES

    All files have been updated to round to billions.
    All files now only display activity stats under default/recent activity.


    DONATIONS


    Like this mod? send some iskies to Salient Soldier *rattles coin can*

    _________________
    Image


    Last edited by Salient Soldier on Wed Nov 26, 2008 23:36, edited 2 times in total.

    Top
     
     Post subject:
    PostPosted: Sat Apr 05, 2008 12:09 
    Offline
     E-mail  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 36
    Thats awsome. I would realy like to se this on our killboard since we need to track our members :)

    And color code would be good so its even easier to se if they are good or bad for the corp.


    Top
     
     Post subject:
    PostPosted: Sat Apr 05, 2008 12:55 
    Offline
     E-mail  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 261
    if the number get in to the billions you should have it display as mill instead of staying in millions format, other then that, looks pretty awesome, i can see it potently interfering with some of the other mods i run but that can be worked around.

    _________________
    Image


    Top
     
     Post subject:
    PostPosted: Sun Apr 06, 2008 12:39 
    Offline
     Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 40
    ive added a color scale, which really should be adjusted to fit the corp..

    If i was 1337 id put together a settings page to make it easy for anyone to do. But im not and im lazy....

    What i did was go through my corps good->mediocre pilots to get a sense of what the scale should be

    for kill stats
    30% + good GREEN
    12.5-30 OK YELLOW
    less then that, RED

    and the opposite of that for loss stats

    I droped out the enemy survival stat since it seems to confuse a lot of people, and its just the inverse of the kill/death eff. In its place, ive put an isk ratio.

    Also added last 2 week table.

    _________________
    Image


    Top
     
     Post subject:
    PostPosted: Sun Apr 06, 2008 15:41 
    Offline
     E-mail  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 226
    Do share the code :)

    _________________
    Co-Owner and developer of EVSCO


    Top
     
     Post subject:
    PostPosted: Sun Apr 06, 2008 23:26 
    Offline
    User avatar
     E-mail  WWW  ICQ  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 323
    Location: Canberra, Australia
    Please, that rocks.

    _________________
    Image
    I do stuff...contact me.


    Top
     
     Post subject:
    PostPosted: Mon Apr 07, 2008 02:07 
    Offline
     Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 40
    we're testing it on the corp board atm.
    When im happy with it, going to make it into an actual mod and toss it up.

    _________________
    Image


    Top
     
     Post subject:
    PostPosted: Mon Apr 07, 2008 03:30 
    Offline
     Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 40
    ok, so i declare this to be version 1.0 of my mod.
    Ive set it up as a selectable mod.

    So first off for those who take a look at my code, i am no expert on the inner workings of the killboard. All i did was look up function calls from various classes.

    This code can be heavily optimized, and variables in certain places can be reused, and the tables can probably be cleaned up if anyone wants to bother.

    Also it should be possible to create a settings page that lets you define the color scales, and possibly even the time each table covers. Im pretty much done with this for awhile, but thats the next step i believe.

    you can grab the rar [url=http://www.theblogweb.net/sals_stats.rar:e107]here[/url]

    _________________
    Image


    Top
     
     Post subject:
    PostPosted: Mon Apr 07, 2008 04:59 
    Offline
    User avatar
     E-mail  WWW  ICQ  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 323
    Location: Canberra, Australia
    Thanks - will let you know.

    _________________
    Image
    I do stuff...contact me.


    Top
     
     Post subject:
    PostPosted: Mon Apr 07, 2008 05:04 
    Offline
    User avatar
     E-mail  WWW  ICQ  Profile

    Joined: Sat Jun 14, 2008 20:24
    Posts: 323
    Location: Canberra, Australia
    OK, installed and not working.

    I see nothing.

    No errors though.

    _________________
    Image
    I do stuff...contact me.


    Top
     
    Display posts from previous:  Sort by  
    Post new topic Reply to topic  [ 45 posts ]  Go to page 1, 2, 3, 4, 5  Next

    All times are UTC + 1 hour [ DST ]


    Who is online

    Users browsing this forum: underwoodr and 1 guest


    You cannot post new topics in this forum
    You cannot reply to topics in this forum
    You cannot edit your posts in this forum
    You cannot delete your posts in this forum
    You cannot post attachments in this forum

    Search for:
    Jump to:  
    Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
    Style Designed By phpBBegypt