Raised This Month: $32 Target: $400
 8% 

[CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (08/11/2013 Ver 2.8.5)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Guren
Senior Member
Join Date: Feb 2011
Location: Equestria, Ponyville
Plugin ID:
3106
Plugin Version:
2.8.5
Plugin Category:
Fun Stuff
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Killstreak sound and quake sound to League of legends
    Old 07-20-2012 , 14:31   [CS:S,TF2,DOD:S,CS:GO] League Of Legends Kill Announce Plugin (08/11/2013 Ver 2.8.5)
    Reply With Quote #1

    League Of Legends Kill Announce Plugin


    Intrudution
    This plugin will make League of Legends sound for Kill streak ans quake sound
    **Copyright in the sound file If have problems or the delete request comes from the 'RIOT GAMES', it will be deleted.**

    This plugins supports following sounds:
    • On the first kill in a round a 'First Blood' sound is played and displays messages.
    • On knife kill it plays different sounds and displays different messages (you have been slain, you have slain an enemy, an ally has been slain, an enemy has been slain)
    • After kill the enemy. when a kill another enemy within 5 seconds following sounds and messages are displayed: Double kill, Triple Kill, Quadra Kill, Penta Kill
    • If you kill multiple enemies without death, following sounds and messages are displayed: killing spree, rampage, unstoppable, dominating, godlike, legendary
    • When a all enemies died or all allies died, a following sounds and messages are displayed: Enemy Team has scored an ace, Your Team has scored an ace


    Commands

    sm_lolsettings or !lolsettings - Show the setting menu.


    Installation

    to install this plugin
    • put the smx file in the sourcemod/plugins folder
    • [Only CSGO] put the LOLannounce folder (sound file) in the sound/music folder.
    • [Other Game] put the LOLannounce folder (sound file) in the sound folder.
    • put the translations folder (translated file) in the sourcemod folder.
    to compile this plugin manually
    • put all sp files in the sourcemod/scripting folder
    • put all inc files in the sourcemod/scripting/include/LOL folder



    Configuration

    to configurate this plugin to your likes

    • to use auto generated cfg file
      • run the plugin once, then the cfg will be generated in the cfg/sourcemod folder
      • take a look at the options and change them to your preferences
      • the options you choose in the cfg will be loaded on every map change
    • to use pre generated custom cfg file
      • copy cfg file on zip file to cfg/sourcemod folder
      • take a look at the options and change them to your preferences
      • the options you choose in the cfg will be loaded on every map change
    • cvarlist for this version
    Code:
    // This file was auto-generated by SourceMod (v1.5.0-dev)
    // ConVars for plugin "LeagueOfLegendsKillAnnounce.smx"
    
    
    // Turn on ace event 1 = on, 0 = off
    // -
    // Default: "1"
    LOLannounce_Aceonoff "1"
    
    // set the announce cooltime (seconds)
    // -
    // Default: "2"
    LOLannounce_Announce_Cooltime "2"
    
    // set the Kill Continue Time (seconds)
    // -
    // Default: "5"
    LOLannounce_ConsecutivelyKillContinueTime "5"
    
    // Kills streak required to trigger sound
    // -
    // Default: "10"
    LOLannounce_Dominating "10"
    
    // Turn on executed event sounds 1 = on, 0 = off
    // -
    // Default: "1"
    LOLannounce_Executedonoff "0"
    
    // Kills streak required to trigger sound
    // -
    // Default: "14"
    LOLannounce_God_Like "14"
    
    Turn on Server join sound 1 = on, 0 = off
    // -
    // Default: "1"
    LOLannounce_JoinSoundonoff "1"
    
    // Kills streak required to trigger sound
    // -
    // Default: "4"
    LOLannounce_Killingspree "4"
    
    // Kills streak required to trigger sound
    // -
    // Default: "19"
    LOLannounce_Legendary "19"
    
    // if player has over legendary is when the kill 3 times repeat legendary sound and message (0 = off)
    // -
    // Default: "3"
    LOLannounce_Legendaryrepeat "3"
    
    // (if slain event turn on) Turn on Old slain event 1 = on, 0 = off
    // -
    // Default: "0"
    LOLannounce_OldSlainonoff "0"
    
    // Turn on when player has over pentakill is repeat pentakill sound and message 1 = on, 0 = off
    // -
    // Default: "1"
    LOLannounce_Pentakillrepeat "1"
    
    // Kills streak required to trigger sound
    // -
    // Default: "5"
    LOLannounce_Rampage "5"
    
    // Turn on slain event 1 = on, 0 = off
    // -
    // Default: "1"
    LOLannounce_Slainonoff "1"
    
    // Kills streak required to trigger sound
    // -
    // Default: "7"
    LOLannounce_Unstoppable "7"
    
    // MeleeWeaponList... ;
    // -
    // Default: "tf_weapon_sword;tf_weapon_wrench;tf_weapon_robot_arm;tf_weapon_fists;tf_weapon_bonesaw;tf_weapon_fireaxe;tf_weapon_bat;tf_weapon_bat_wood;tf_weapon_bat_fish;tf_weapon_club;tf_weapon_shovel;tf_weapon_knife;tf_weapon_stickbomb;tf_weapon_katana;tf_weapon_knife;weapon_knife"
    LOLannounce_SlayMeleeWeaponList "tf_weapon_sword;tf_weapon_wrench;tf_weapon_robot_arm;tf_weapon_fists;tf_weapon_bonesaw;tf_weapon_fireaxe;tf_weapon_bat;tf_weapon_bat_wood;tf_weapon_bat_fish;tf_weapon_club;tf_weapon_shovel;tf_weapon_knife;tf_weapon_stickbomb;tf_weapon_katana;tf_weapon_knife;weapon_knife"
    
    // Made By Chamamyungsu
    // -
    // Default: "2.8.5"
    sm_LOLannounce_version "2.8.5"


    Special Thanks To
    i want to say thanks to these guys
    • javalia for made stocklib.inc and help my problems.
    • RIOT Games for provide a sound files
    • karill for help translations and fixed a cs:go sound bug.
    • sniperkills for suggested that great idea
    • for peoples whom love my mod

    Change Log

    all the date`s format is y/m/d

    Code:
    update at 2013 8 11 (ver 2.8.5)
    • Improved the code readability.
    • Optimized code.
    update at 2013 2 9 (ver 2.8.0)
    • Fixed to Slain event bug.
    • Fixed to Server crash bug.
    • Added to Volume Control Settings.
    • Added to Server Join Sound with Convar.
    update at 2012 11 16 (ver 2.7.3)
    • Fixed to User Custom Settings Menu.
    update at 2012 11 13 (ver 2.7.2)
    • Fixed to User Custom Settings Menu.
    update at 2012 11 7 (ver 2.7.1)
    • Fixed to Legendary-repeat bug.
    update at 2012 11 7 (ver 2.7.0)
    • Add to User Custom Chat Message, CenterHUD and Play Sound Settings Menu.
    • Divide to sound files for CSGO, Other games
    update at 2012 10 24 (ver 2.6.2)
    • Fixed Slain event.
    update at 2012 10 13 (ver 2.6.1)
    • Fixed Convar mistake.
    update at 2012 10 13 (ver 2.6.0)
    • Fixed Slain event to TF2.
    update at 2012 10 7 (ver 2.5.8)
    • Fixed Ace Event Bug.
    • Fixed Suicide Bug.
    update at 2012 10 4 (ver 2.5.7)
    • Fixed reserve algorithm.
    update at 2012 9 29 (ver 2.5.6)
    • Fixed Ace Event Bug.
    update at 2012 9 24 (ver 2.5.5)
    • Changed to Killing-spree algorithm.
    update at 2012 9 7 (ver 2.5.2)
    • Add to Pentakill-Repeat ON/OFF convar.
    update at 2012 9 2 (ver 2.5.1)
    • Fixed Ace on off bug.
    update at 2012 9 2 (ver 2.5.0)
    • Fixed Key-value save bug.
    update at 2012 8 31 (ver 2.4.6)
    • Modify a sound to loudly.
    update at 2012 8 30 (ver 2.4.5)
    • Fixed Sound bug.
    • Fixed Key-value save bug.
    update at 2012 8 29 (ver 2.4.0)
    • Modify a sound to loudly.
    • Add to User Custom Settings Menu. commands - !lolsettings or sm_lolsettings
    • Add to Over-Legendary(killstreak) convar.
    update at 2012 8 26 (ver 2.3.0)
    • Custom Sound Bug Fixed.
    • Add to chat message, executed on off convar.
    update at 2012 8 26 (ver 2.2.0)
    • Changed Slain Event. if you like a old slain event, turn on LOLannounce_OldSlainonoff.
    • Bug Fixed.
    • Add to Slain, Ace on off convar.
    update at 2012 8 26 (ver 2.1.0)
    • Fixed CS:GO custom sound bug. thanks to karill!
    update at 2012 8 19 (ver 2.0.0)
    • Now this plugin support CS:GO
    update at 2012 7 28 (ver 1.5.0)
    • Bug Fixed.
    update at 2012 7 23 (ver 1.4.0)
    • fixed crush bug
    update at 2012 7 22 (ver 1.3.0)
    • fixed executed event
    update at 2012 7 21
    • first release of this plugin on forum
    • Now this plugin supported games add to : TF2, DOD:S
    • Bug Fixed.
    p.s sorry for my english skills
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 08-11-2013 at 04:46. Reason: Updated.
    Guren is offline
    MasterOfTheXP
    Veteran Member
    Join Date: Aug 2011
    Location: Cloudbank
    Old 07-20-2012 , 15:05   Re: [CS:S] League Of Legends Kill Announce Plugin
    Reply With Quote #2

    ...It's a good idea to actually attach the plugin.

    Also, I (obviously) haven't seen the plugin's code, but...do you really need SDKHooks to hook kills? Why not just hook the event?
    __________________
    Plugins / My Steam / TF2 Sandbox (plugin beta testing!)
    MasterOfTheXP is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 07-21-2012 , 01:56   Re: [CS:S] League Of Legends Kill Announce Plugin
    Reply With Quote #3

    hmm, tell me about it. i fixed it. this plugin is not needs sdkhooks
    __________________

    Nick : Chamamyungsu // Korean Brony
    Guren is offline
    ReFlexPoison
    ☠☠☠
    Join Date: Jul 2011
    Location: ☠☠☠
    Old 07-21-2012 , 02:24   Re: [CS:S] League Of Legends Kill Announce Plugin
    Reply With Quote #4

    Quote:
    Originally Posted by MasterOfTheXP View Post
    ...It's a good idea to actually attach the plugin.
    omg agree to you master
    ReFlexPoison is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 07-21-2012 , 02:25   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #5

    updated.
    __________________

    Nick : Chamamyungsu // Korean Brony
    Guren is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 07-21-2012 , 10:10   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #6

    updated. bug fixed.
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 07-21-2012 at 10:14.
    Guren is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 07-21-2012 , 11:30   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #7

    updated
    __________________

    Nick : Chamamyungsu // Korean Brony

    Last edited by Guren; 07-22-2012 at 01:04.
    Guren is offline
    Guren
    Senior Member
    Join Date: Feb 2011
    Location: Equestria, Ponyville
    Old 07-23-2012 , 05:04   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #8

    updated.
    __________________

    Nick : Chamamyungsu // Korean Brony
    Guren is offline
    MrGuvernment
    Junior Member
    Join Date: Jul 2012
    Location: Costa Frick'n Rica
    Old 07-25-2012 , 00:49   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #9

    will try it out!
    MrGuvernment is offline
    Send a message via ICQ to MrGuvernment
    Powerlord
    AlliedModders Donor
    Join Date: Jun 2008
    Location: Seduce Me!
    Old 07-25-2012 , 09:15   Re: [CS:S,TF2,DOD:S] League Of Legends Kill Announce Plugin
    Reply With Quote #10

    Note: I haven't looked at this plugin's source or files, so the next comment may be completely unwarranted.

    Wouldn't it be better to just make a soundset for QuakeSounds Revamped?
    __________________
    Not currently working on SourceMod plugin development.

    Last edited by Powerlord; 07-25-2012 at 09:15.
    Powerlord 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 19:40.


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