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

[CS:GO] - ⊶ Track bomb | Play the bomb on defuse map


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Dr. Api
BANNED
Join Date: Mar 2015
Location: France
Plugin ID:
4678
Plugin Version:
1.0.3
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Play the bomb on defuse map
    Old 06-14-2015 , 09:24   [CS:GO] - ⊶ Track bomb | Play the bomb on defuse map
    Reply With Quote #1

    I - Description

    I made this plugin for my community Zombie4Ever.eu and was allowed to share it.
    This plugin will show a menu for the bomber at the roundstart and will choose the direction and way where he wants to go. Also they are some warning HUD/chat/Alert for the bomb event loke bomb_pickup, bomb_dropped....

    II - Cvars

    "active_track_bomb" Enable/Disable Track the bomb
    "active_track_bomb_c4_explode" Enable/Disable Explode bomb on holder
    "active_track_bomb_name" Enable/Disable Name of holder in chat
    "active_track_bomb_chat" Enable/Disable Chat message
    "active_track_bomb_hint" Enable/Disable Hint message
    "active_track_bomb_alert" "Enable/Disable Alert message"
    "active_track_bomb_delay_time_msg" Delay time for Chat/Hint/Alert Message
    "active_track_bomb_hit_num" Number of hit for explode bomb

    You can only choose active_track_bomb_hint or active_track_bomb_alert

    III - Configs

    PHP Code:
    "TrackBomb"
    {
        
    "de_dust2"
        
    {
            
    "direction"
            
    {
                
    "A"
                
    {
                    
    "1"            "Short"
                    "sound1"        "track_bomb/bombsitea.mp3"
                    "2"            "Long"
                    "sound2"        "track_bomb/bombsitea.mp3"
                    "3"            "Middle"
                    "sound3"        "track_bomb/bombsitea.mp3"
                
    }
                
    "B"
                
    {
                    
    "1"            "Tunnel"
                    "sound1"        "track_bomb/bombsiteb.mp3"
                    "2"            "Middle Tunnel"
                    "sound2"        "track_bomb/bombsiteb.mp3"
                    "3"            "Middle"
                    "sound3"        "track_bomb/bombsiteb.mp3"
                
    }
            }
        }

        
    "de_dust"
        
    {
            
    "direction"
            
    {
                
    "A"
                
    {
                    
    "1"            "Way1"
                    "sound1"        "track_bomb/bombsitea.mp3"
                    "2"            "Way2"
                    "sound2"        "track_bomb/bombsitea.mp3"
                
    }
                
    "B"
                
    {
                    
    "1"            "Way1"
                    "sound1"        "track_bomb/bombsiteb.mp3"
                    "2"            "Way2"
                    "sound2"        "track_bomb/bombsiteb.mp3"
                    "3"            "Way3"
                    "sound3"        "track_bomb/bombsiteb.mp3"
                
    }
            }
        }

    Sounds will be automactically downloaded and precached.
    You can put 100maps max, 8 directions max and 16 ways max but this can be increase of course.
    You can custom the sound for each way.
    The sound is played when the bomber choose the way.
    If you don't want song set to "none" Ex: "sound1" "none"

    IV - Screenshots

    Menu directions



    Menu ways



    Exemple when you drop the bomb




    If you active active_track_bomb_c4_explode and you shoot the bomber here:



    Message when you shoot the bomber at the right hitgroup and hitbox



    When the bomber explode



    V - Notes

    If the bomber drop and re-pickup the bomb, the menu will not popup.
    If the bomber is killed the menu is disabled.
    If the bomber is killed and "active_track_bomb_c4_explode" is enabled, the bomb will explode, so when a bomb explode it disappears.

    V - Changelogs

    Code:
    V1.0.3
    -Fixed a material path.
    
    V1.0.2
    -Added cvar active_track_bomb_freeze_holder will freeze the bomber at round start until he choose a way.
    -Menu doesn't have exit back button anymore.
    -Plugin infos set.
    
    V.1.0.1
    -Possibility to have the explose bomb mod without the tracking mod.
    GIT
    Attached Files
    File Type: zip drapi_track_bomb_V1.0.0.zip (205.4 KB, 204 views)
    File Type: zip drapi_track_bomb_V1.0.1.zip (205.5 KB, 208 views)
    File Type: zip drapi_track_bomb_V1.0.2.zip (206.3 KB, 175 views)
    File Type: zip drapi_track_bomb_V1.0.3.zip (206.5 KB, 376 views)

    Last edited by Dr. Api; 06-29-2016 at 12:43.
    Dr. Api is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 06-14-2015 , 14:52   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #2

    first, nice plugin. i like the option with the bomb explode when you hit the c4. my question is, is it possible to create a new plugin with this option only without tracking the bomb, menu etc.? or a cvar for it? i really like this!
    asdfxD is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-14-2015 , 15:00   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #3

    Quote:
    Originally Posted by asdfxD View Post
    first, nice plugin. i like the option with the bomb explode when you hit the c4. my question is, is it possible to create a new plugin with this option only without tracking the bomb, menu etc.? or a cvar for it? i really like this!
    I have to add a cvar if you come back in 15min you"ll have the .zip


    EDIT: Actually I didn't add a cvar.
    Make the settings like that, active_track_bomb 0 and active_track_bomb_c4_explode 1 you will have only the bomb explode mod.

    Last edited by Dr. Api; 06-14-2015 at 15:14.
    Dr. Api is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 06-14-2015 , 15:09   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #4

    Quote:
    Originally Posted by Dr. Api View Post
    I have to add a cvar if you come back in 15min you"ll have the .zip
    great! thanks!
    asdfxD is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-14-2015 , 15:14   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #5

    Actually I didn't add a cvar.
    Make the settings like that, active_track_bomb 0 and active_track_bomb_c4_explode 1 you will have only the bomb explode mod.
    Dr. Api is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 06-14-2015 , 15:48   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #6

    Quote:
    Originally Posted by Dr. Api View Post
    Actually I didn't add a cvar.
    Make the settings like that, active_track_bomb 0 and active_track_bomb_c4_explode 1 you will have only the bomb explode mod.
    yep, it works. thanks!
    asdfxD is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-15-2015 , 04:07   Re: [CS:GO] - Track bomb | Play the bomb on defuse map
    Reply With Quote #7

    V1.0.2
    -Added cvar active_track_bomb_freeze_holder will freeze the bomber at round start until he choose a way.
    -Menu doesn't have exit back button anymore.
    -Plugin infos set.
    Dr. Api is offline
    Kalach
    Junior Member
    Join Date: Jul 2015
    Old 07-23-2015 , 19:34   Re: [CS:GO] - ⊶ Track bomb | Play the bomb on defuse map
    Reply With Quote #8

    Hello, I'm french and I don't very speak English. This plugin is compatible in CSS ? If not, is there an equivalent t?

    Last edited by Kalach; 07-23-2015 at 19:36.
    Kalach is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 07-24-2015 , 13:50   Re: [CS:GO] - ⊶ Track bomb | Play the bomb on defuse map
    Reply With Quote #9

    Quote:
    Originally Posted by Kalach View Post
    Hello, I'm french and I don't very speak English. This plugin is compatible in CSS ? If not, is there an equivalent t?
    No, is not compatible for CSS.
    Non, le plugin n'est pas compatible CSS.
    Dr. Api is offline
    Kalach
    Junior Member
    Join Date: Jul 2015
    Old 07-24-2015 , 16:14   Re: [CS:GO] - ⊶ Track bomb | Play the bomb on defuse map
    Reply With Quote #10

    And an equivalent exists ?
    Un équivalent existe pour ce plugin ?

    Last edited by Kalach; 07-24-2015 at 16:15.
    Kalach 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 08:37.


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