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

[TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author
BrutalGoerge
AlliedModders Donor
Join Date: Jul 2007
Plugin ID:
868
Plugin Version:
3.3.2
Plugin Category:
Fun Stuff
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
    1 
    Plugin Description:
    Kind of like quake sounds, but with tf2 sounds. Tracks kill-streaks, Optional sql support
    Old 03-24-2009 , 15:46   [TF2] Kill-Streak Tracker and Sounds 3.2 *Sql support!
    Reply With Quote #1

    Polish Translation + English Fixes : Zuko

    Uses Colors.inc

    THANKS EXVEL!!
    http://forums.alliedmods.net/showthread.php?t=96831

    r5053 for the n1g script, helped me a lot to understand sql and sourcemod.
    DarthNinja for Fish kill fix

    Versions: (full changelog in plugin source code)

    3.3.2
    - fix sounds to use new mp3 voice overs
    - fix derpy bug that disabled sounds when they should be enabled and vise versa

    3.1
    - add convar to disable sound

    3.0
    - add sql support
    - recode crap
    3.1
    - add clientpref support to allow clients to disable sounds and hint messages
    - add enable/disable convar
    - add convar to control how many players need to be connected before it will record scores to the database
    3.2
    - add convar to decide whether or not to count bots in deciding how many people are playing
    3.2.1
    - fix database resetting
    - fix say command doing stuff when console uses it
    3.3.0
    - Moved DarthNinja's fish kill fix to the main post
    - Disable particle attachment to spies

    SQL Support

    [IMG]http://img16.**************/img16/201/omnomnomu.th.jpg[/IMG]
    Keep track of who has achieved the highest streak

    The plugin will search for a database config called "orgasm" for mysql and multiple servers, if not, then it will try to use a sqlite database for local storage.

    The plugin should work fine if the database convar is disabled.

    If the database convar is enabled, and it cannot connect to a database, then it will enter fail-state.

    say StreakTop or TopStreak to display to the top menu.

    clients are deleted after a set amount of days (def 15)

    ROOT COMMAND sm_orgasm_reset resets the database.

    Description:
    Kinda like a simple TF2 style quake sounds.
    - players first blood sound to all
    - plays sounds to client on certain intervals

    Kill streaks reset on death and spawn.

    Databases.cfg entry (for global streak tracking)... no configuration required for local storage
    Code:
        "orgasm"
        {
            "driver"            "mysql"
            "host"                "<< my address >>"
            "database"            "<< my database name>>"
            "user"                "<< my user name>>"
            "pass"                "<< my password>>"
            //"timeout"            "0"
            "port"            "3306"
        }
    plans:
    - make a better menu
    - add some kind of reward
    - add preference so people can choose whether or not to have the sounds play to them
    Attached Files
    File Type: txt orgasm.phrases.txt (4.2 KB, 3742 views)
    File Type: sp Get Plugin or Get Source (orgasm.sp - 913 views - 30.7 KB)
    File Type: smx orgasm.smx (23.3 KB, 1241 views)
    __________________
    My Pluggies If you like, consider to me.

    Last edited by BrutalGoerge; 03-12-2015 at 23:55.
    BrutalGoerge is offline
     



    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 12:15.


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