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

[L4D] DragoTanks: Jumper Tank (Hulk)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Dragokas
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
Plugin ID:
8244
Plugin Version:
1.5
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    The most dangerous jumper tank you ever seen!
    Old 10-10-2022 , 14:10   [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #1

    Description:
    The most dangerous jumper tank you ever seen!

    Meet Jumper Hulk from the DragoTanks series!

    It has 3 modes (by cycle):
    • Jumper mode - with every jump he is charging and jumping higher and higher each time
    • Hulk mode - when fully charged, the "Hulk" mode is activated! The most heavy jump in the world done several times. Everybody scatter in different directions, if they're too close to crater.
    • Relax mode - jumper selects the target and catches up with him using the increased speed and little jumps.
    Features:
    • Sound effects
    • Visual effects
    • Survivor falls on the butt from jumper tank claw
    • If the hulk jumped on the survivor's head, it cause instant incapacitation
    Settings (ConVars):
    Can be found in: cfg/sourcemod/l4d_tank_jumper.cfg
    PHP Code:
    // Enable Jumper tank (1 - Yes, 0 - No)
    l4d_tankjump_enable "1"

    // % chance the Jumper tank appear
    l4d_tankjump_chance "100"

    // When this number of tanks appeared simultaneously, convert last tank to jumper
    l4d_tankjump_number "1"

    // Allow jumper tank on game difficulty: Easy? (0 - No, 1 - Yes)
    l4d_tankjump_allow_easy "1"

    // Allow jumper tank on game difficulty: Normal? (0 - No, 1 - Yes)
    l4d_tankjump_allow_normal "1"

    // Allow jumper tank on game difficulty: Hard? (0 - No, 1 - Yes)
    l4d_tankjump_allow_hard "1"

    // Allow jumper tank on game difficulty: Expert? (0 - No, 1 - Yes)
    l4d_tankjump_allow_expert "1" 
    Supported games:
    - L4D1
    - L4D2
    Conflicts:
    - Some game ConVars (e.g. those related to gravity) can cause plugin to work not as intended. Install plugin on fresh server to see how it should normally work.
    - Then, install it on production server and ensure it is working same way as designed by the author.
    - If it works weird (e.g. doing "double-jumps" on-fly, like doesn't land), that means your server.cfg contains conflicting ConVars.
    Credits:
    - @AK978 - for "Tank Jump" plugin I inspired from.
    - @Lux - for mixing sound method.
    Donate
    Donates are very appreciated and welcomed for further inspiration, make me happy, and make next updates came out more often:
    - Patreon
    - BitCoin
    - Ю.Money
    P.S.:
    - It's my private plugin written for myself and my Bloody Witch team.
    - Project and updates discontinued. Don't ask.
    Attached Files
    File Type: zip TankJumperHulk.zip (22.3 KB, 332 views)
    __________________
    Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
    [My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]

    Last edited by Dragokas; 10-18-2022 at 13:39.
    Dragokas is offline
    marki89
    Senior Member
    Join Date: Jun 2020
    Location: Argentina
    Old 10-14-2022 , 16:14   Re: [L4D & L4D2] Jumper Tank (Hulk)
    Reply With Quote #2

    Very good work Dragokas!
    could you make a Super Super Tanks?
    marki89 is offline
    Dragokas
    Veteran Member
    Join Date: Nov 2017
    Location: Ukraine on fire
    Old 10-14-2022 , 16:48   Re: [L4D & L4D2] Jumper Tank (Hulk)
    Reply With Quote #3

    Quote:
    Originally Posted by Dragokas View Post
    P.S.:
    - It's my private plugin written for myself and my Bloody Witch team.
    - Project and updates discontinued. Don't ask.
    Also, I don't understand what are you talking about.
    __________________
    Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
    [My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
    Dragokas is offline
    Dragokas
    Veteran Member
    Join Date: Nov 2017
    Location: Ukraine on fire
    Old 10-18-2022 , 13:38   Re: [L4D & L4D2] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #4

    Updated.

    Quote:
    1.5 (18-Oct-2022)
    - Fixed game difficulty incorrectly detected.
    __________________
    Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
    [My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
    Dragokas is offline
    CrazMan
    Member
    Join Date: Jun 2022
    Old 01-14-2023 , 12:29   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #5

    Please tell me how can I turn off the message in the chat? To not exist at all.

    "Jumper tank knocked down player"
    CrazMan is offline
    Dragokas
    Veteran Member
    Join Date: Nov 2017
    Location: Ukraine on fire
    Old 01-14-2023 , 15:02   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #6

    Find this message in plugin source code and delete it.
    __________________
    Expert of CMD/VBS/VB6. Malware analyst. L4D fun (Bloody Witch & FreeZone)
    [My plugins] [My tools] [GitHub] [Articles] [HiJackThis+] [Donate]
    Dragokas is offline
    CrazMan
    Member
    Join Date: Jun 2022
    Old 01-23-2023 , 04:37   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #7

    Thank you. I commented out the line and everything works. Is there any way to reduce the jump? That he jumped not so high.
    CrazMan is offline
    Silvers
    SourceMod Plugin Approver
    Join Date: Aug 2010
    Location: SpaceX
    Old 01-23-2023 , 04:54   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #8

    Looks like the "AddVelocity" lines control jump height.
    __________________

    Last edited by Silvers; 01-23-2023 at 04:54.
    Silvers is offline
    CrazMan
    Member
    Join Date: Jun 2022
    Old 01-23-2023 , 05:04   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #9

    I found this line.

    SetEntityGravity(tank, 1.0);
    AddVelocity(tank, 1000.0);

    And there are other lines

    SetEntityGravity(tank, 2.0);
    AddVelocity(tank, delay * GetRandomFloat(450.0, 580.0));

    Which one should I change? =(
    CrazMan is offline
    Silvers
    SourceMod Plugin Approver
    Join Date: Aug 2010
    Location: SpaceX
    Old 01-23-2023 , 05:30   Re: [L4D] DragoTanks: Jumper Tank (Hulk)
    Reply With Quote #10

    All of them seem to be related to the Tank.
    __________________
    Silvers is offline
    Reply


    Thread Tools
    Display Modes

    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 09:27.


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