Raised This Month: $51 Target: $400
 12% 

SLAUGHTERHOUSE RANKING


Post New Thread Reply   
 
Thread Tools Display Modes
Author
riuthamus
Member
Join Date: Nov 2007
Plugin ID:
379
Plugin Version:
105
Plugin Category:
Technical/Development
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Unapprover:
    Reason for Unapproving:
    No plugin source attached to post for last 5 months...
    Old 05-10-2008 , 05:23   SLAUGHTERHOUSE RANKING
    Reply With Quote #1

    PLUGIN VERSION: [ 2.0.0. ]


    SCREENSHOTS:


    INSTALLATION GUIDE:
    - coming soon...

    LIVE WEBSITE DEMO:
    http://www.bhslaughter.com/rank

    PLANNED FUNCTIONALITY:
    - serverside achievments [ 25% done ]
    - level based skills [ 10% done ]

    KNOWN ISSUES:
    - none at this point in time!

    RECENT CHANGES: (stuff closer to the top is newer)
    - 05AUG10 - cleaned up the code and added a few more options to the website interface. All in game commands now work!

    - 03AUG10 - Redid the UI for the website and added more information. Changed how the system logs points and values. Added more record keeping to ensure everything is taken account for.

    - 01AUG10 - Redid plugin, it now adds items on its own. No update needed to the plugin to add new items when TF2 comes out with an update.

    - 07SEP09 - FIXED numerous bugs while adding in features
    - 23SEP08 - REMOVED stats.rar and uploaded stats.smx
    - 23SEP08 - ADDED stats.rar which has the 4 include files for the stats.sp

    CONTACT INFO:
    Riuthamus -> steam account
    Telanor -> steam account
    Dravu

    SPECIAL THANKS TO:
    +Tsunami - thanks for looking over the code and helping find the errors!
    +r5053 - for having an already working plugin that we could bounce info off of.
    +Crimson - helping to troubleshoot crash issue.

    Last edited by riuthamus; 08-06-2010 at 18:58.
    riuthamus is offline
    ExcessiveEvil
    Junior Member
    Join Date: May 2008
    Old 05-11-2008 , 19:49   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #2

    If you can edit what it is ranked by and stick a damage/death ratio in here I will love you forever =]
    ExcessiveEvil is offline
    riuthamus
    Member
    Join Date: Nov 2007
    Old 05-11-2008 , 22:05   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #3

    There is a config file that will let you change all the values for each type of death, kill, cap, and other things. The cfg is autocreated when the plugin is started (assuming there isnt one already). Eventually the plugin will be able to decipher who is the BEST rank of a certain class, and award that person a special ability that we are working on creating.

    First we need to find out whats causing the crashing... its reported as a bug to sourcemod at this point since nobody seems to know why it crashes.
    __________________

    riuthamus is offline
    riuthamus
    Member
    Join Date: Nov 2007
    Old 08-12-2008 , 14:42   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #4

    We finally got it working, will be posting the updated verison very shortly, prob when I get home off of work around 12ish!
    __________________

    riuthamus is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 08-21-2008 , 01:21   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #5

    nice work riuthamus, here is a link to the original one, because you took some code from me but forgot posting and inside the plugin where you got it from http://forums.alliedmods.net/showthread.php?t=63058
    __________________
    Visit HLPortal.de (this is not my Page)



    Last edited by r5053; 08-21-2008 at 01:23.
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 08-21-2008 , 01:34   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #6

    Quote:
    Originally Posted by riuthamus View Post
    There is a config file that will let you change all the values for each type of death, kill, cap, and other things. The cfg is autocreated when the plugin is started (assuming there isnt one already). Eventually the plugin will be able to decipher who is the BEST rank of a certain class, and award that person a special ability that we are working on creating.

    First we need to find out whats causing the crashing... its reported as a bug to sourcemod at this point since nobody seems to know why it crashes.
    the crashing is not only a sourcemod problem, it's a timing problem in the engine, but in my actual plugin i going round it
    __________________
    Visit HLPortal.de (this is not my Page)


    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    riuthamus
    Member
    Join Date: Nov 2007
    Old 08-21-2008 , 02:32   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #7

    We tried doing it the way that your supposed to with threaded queries and such, but it doesnt work that way... its bullshit because bailopan and liam didnt know how to fix it right off hand. Not their fault really cause its just sm isnt meant to handle sql that well i guess... but either way we looked at your plugin to find out how you got around it.

    you will be credited for colaborated help. If you remember i use to beta test yours, before I told you i was going to make one that had server side achievments
    __________________

    riuthamus is offline
    r5053
    SourceMod Donor
    Join Date: May 2007
    Location: Germany
    Old 08-21-2008 , 03:44   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #8

    Quote:
    Originally Posted by riuthamus View Post
    We tried doing it the way that your supposed to with threaded queries and such, but it doesnt work that way... its bullshit because bailopan and liam didnt know how to fix it right off hand. Not their fault really cause its just sm isnt meant to handle sql that well i guess... but either way we looked at your plugin to find out how you got around it.

    you will be credited for colaborated help. If you remember i use to beta test yours, before I told you i was going to make one that had server side achievments
    yes i remember ^^, but threaded querys isn't only the solution, some things you do dynamic with the database should be done hardcoded with the plugin, bacause sourcemod has a big problem with mysql

    if you use the actual release of the n1g-rank-plugin and use the session command you will see it takes 1-2 seconds to display it, and it needs only 3 or 4 query's if i fire the querys direct into phpmyadmin it's faster then sourcemod
    __________________
    Visit HLPortal.de (this is not my Page)



    Last edited by r5053; 08-21-2008 at 03:48.
    r5053 is offline
    Send a message via ICQ to r5053 Send a message via Skype™ to r5053
    riuthamus
    Member
    Join Date: Nov 2007
    Old 08-21-2008 , 05:51   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #9

    http://www.bhslaughter.com/stats/ind...0&tab=overview

    UPDATED! This is our current webtemplate, we will be adding more tomorrow.
    __________________

    riuthamus is offline
    r3dh3adkid
    Senior Member
    Join Date: Apr 2008
    Location: Georgia
    Old 08-21-2008 , 09:51   Re: SLAUGHTERHOUSE RANKING
    Reply With Quote #10

    I cant wait to use that sexy stats page >.>
    __________________
    r3dh3adkid is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 17:16.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode