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

[L4D2] Tank Challenge Ladder [v1.0.1 | 13-December-2021]


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Plugin ID:
7874
Plugin Version:
1.0.1
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
    2 
    Plugin Description:
    Adds extra ladders to the Tank Challenge map
    Old 12-06-2021 , 19:24   [L4D2] Tank Challenge Ladder [v1.0.1 | 13-December-2021]
    Reply With Quote #1

    L4D2 ONLY

    Tank Challenge Map ONLY (GAMEMAPS | STEAMWORKSHOP)

    Description

    This plugin adds 14 extra ladders to survivors on Tank Challenge map by obez.

    It changes some ladders to everyone and spawns ladder models to make it more realistic.

    This is one of the most played custom maps on L4D2, so I hope it brings more fun to players.

    Features
    • Allow setting the chance to spawn each extra ladder to survivors.
    • Enables the minigun elevator on round start.
    • Adds an extra model to the ladder near the starting area.
    • Blocks a potential glitch spot on top of the taller buildings.
    • Remove items that have fallen into the water.
    • Teleport dead bodies that have fallen into the water to the rescue point.
    • Fixes a spamming console error on weapon_first_aid_kit_spawn entities. (visible when cvar developer 1)

    Preview



    Supported maps
    • l4d2_tank_challenge
    • l4d2_tank_challenge_15_rounds
    • l4d2_tank_challenge_20_rounds
    • l4d2_tank_challenge_30_rounds

    Cvars

    A configuration file named "l4d2_tank_challenge_ladder.cfg" will automatically be created for you upon the first run in the "\cfg\sourcemod\" folder.

    PHP Code:
    // Chance (%) to spawn a ladder of hammerid 17198 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_17198 "100"

    // Chance (%) to spawn a ladder of hammerid 17218 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_17218 "100"

    // Chance (%) to spawn a ladder of hammerid 27714 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27714 "100"

    // Chance (%) to spawn a ladder of hammerid 27784 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27784 "100"

    // Chance (%) to spawn a ladder of hammerid 27791 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27791 "100"

    // Chance (%) to spawn a ladder of hammerid 5796 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_5796 "100"

    // Chance (%) to spawn a ladder of hammerid 7033 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7033 "100"

    // Chance (%) to spawn a ladder of hammerid 7039 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7039 "100"

    // Chance (%) to spawn a ladder of hammerid 7045 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7045 "100"

    // Chance (%) to spawn a ladder of hammerid 7051 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7051 "100"

    // Chance (%) to spawn a ladder of hammerid 7057 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7057 "100"

    // Chance (%) to spawn a ladder of hammerid 7065 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7065 "100"

    // Chance (%) to spawn a ladder of hammerid 7075 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7075 "100"

    // Chance (%) to spawn a ladder of hammerid 7635 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7635 "100"

    // Creates a blocker preventing survivors to go to an unreachable spot. (on top of the taller buildings)
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_block_glitch_spot "1"

    // Enable/Disable the plugin.
    // 0 = Disable, 1 = Enable.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_enable "1"

    // Starts the round with the miniguns elevator already enabled.
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_minigun_elevator "1"

    // Remove entities that fall into water.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_remove_from_water "1"

    // Teleport dead bodies that fall into water to the rescue point after X seconds.
    // 0 = OFF.
    // -
    // Default: "1.0"
    // Minimum: "0.000000"
    l4d2_tank_challenge_ladder_teleport_dead "1.0"

    // Adds another model to the bottom of the ladder near the starting area to make it look better.
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_visual_fix "1" 
    Admin Commands
    • sm_glow_tank_challenge_ladder => Temporary adds an outline glow to the extra ladders. (z flag required)
    • sm_print_cvars_l4d2_tank_challenge_ladder => Print the plugin related cvars and their respective values to the console. (z flag required)

    Change Log

    Spoiler


    To Do
    • Remove miniguns.
    • Control the powerups platform timer.

    Thank you!

    Post Reply
    • Any feedback, bug reports, fixes, improvements, translations or suggestions for the plugin are welcome.

    Installation
    • Put the "l4d2_tank_challenge_ladder.smx" file (click Get Plugin) in your "\addons\sourcemod\plugins\" folder.
    Attached Files
    File Type: sp Get Plugin or Get Source (l4d2_tank_challenge_ladder.sp - 204 views - 38.8 KB)
    __________________

    Last edited by Marttt; 01-25-2023 at 18:01.
    Marttt is offline
    ZBzibing
    Senior Member
    Join Date: Dec 2012
    Old 12-06-2021 , 20:48   Re: [L4D2] Tank Challenge Ladder [v1.0.0 | 06-December-2021]
    Reply With Quote #2

    Stripper has always been a great invention, which makes it possible for many people who can't plug-in
    __________________
    Please forgive, If I'm not describing it accurately. I use google translate
    Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
    ZBzibing is offline
    AsphyxiaJLSA
    Member
    Join Date: Oct 2021
    Location: Lima,Perú
    Old 12-08-2021 , 14:34   Re: [L4D2] Tank Challenge Ladder [v1.0.0 | 06-December-2021]
    Reply With Quote #3

    Quote:
    Originally Posted by Marttt View Post
    L4D2 ONLY
    Tank Challenge Map ONLY (GAMEMAPS | STEAMWORKSHOP)

    Description

    This plugin adds 14 extra ladders to survivors on Tank Challenge map by obez.

    It changes some ladders to everyone and spawns ladder models to make it more realistic.

    This is one of the most played custom maps on L4D2, so I hope it brings more fun to players.

    Features
    • Allow setting the chance to spawn each extra ladder to survivors.
    • Enables the minigun elevator on round start.
    • Adds an extra model to the ladder near the starting area.
    • Blocks a potential glitch spot on top of the taller buildings.
    • Fixes a spamming console error on weapon_first_aid_kit_spawn entities. (visible when cvar developer 1)

    Preview



    Supported maps
    • l4d2_tank_challenge
    • l4d2_tank_challenge_15_rounds
    • l4d2_tank_challenge_20_rounds
    • l4d2_tank_challenge_30_rounds

    Cvars

    A configuration file named "l4d2_tank_challenge_ladder.cfg" will automatically be created for you upon the first run in the "\cfg\sourcemod\" folder.

    PHP Code:
    // Chance to spawn a ladder of hammerid 17198 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_17198 "100.0"

    // Chance to spawn a ladder of hammerid 17218 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_17218 "100.0"

    // Chance to spawn a ladder of hammerid 27714 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27714 "100.0"

    // Chance to spawn a ladder of hammerid 27784 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27784 "100.0"

    // Chance to spawn a ladder of hammerid 27791 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_27791 "100.0"

    // Chance to spawn a ladder of hammerid 5796 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_5796 "100.0"

    // Chance to spawn a ladder of hammerid 7033 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7033 "100.0"

    // Chance to spawn a ladder of hammerid 7039 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7039 "100.0"

    // Chance to spawn a ladder of hammerid 7045 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7045 "100.0"

    // Chance to spawn a ladder of hammerid 7051 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7051 "100.0"

    // Chance to spawn a ladder of hammerid 7057 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7057 "100.0"

    // Chance to spawn a ladder of hammerid 7065 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7065 "100.0"

    // Chance to spawn a ladder of hammerid 7075 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7075 "100.0"

    // Chance to spawn a ladder of hammerid 7635 for the survivors.
    // 0 = OFF.
    // -
    // Default: "100.0"
    // Minimum: "0.000000"
    // Maximum: "100.000000"
    l4d2_tank_challenge_ladder_7635 "100.0"

    // Creates a blocker preventing survivors to go to an unreachable spot. (on top of the taller buildings)
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_block_glitch_spot "1"

    // Enable/Disable the plugin.
    // 0 = Disable, 1 = Enable.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_enable "1"

    // Adds another model to the bottom of the ladder near the starting area to make it look better.
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_visual_fix "1"

    // Starts the round with the miniguns elevator already enabled.
    // 0 = OFF, 1 = ON.
    // -
    // Default: "1"
    // Minimum: "0.000000"
    // Maximum: "1.000000"
    l4d2_tank_challenge_ladder_minigun_elevator "1" 
    Admin Commands
    • sm_glow_tank_challenge_ladder => Temporary adds an outline glow to the extra ladders. (z flag required)
    • sm_print_cvars_l4d2_tank_challenge_ladder => Print the plugin related cvars and their respective values to the console. (z flag required)

    Change Log

    Spoiler


    To Do
    • Remove items from water.
    • Remove miniguns.
    • Control the powerups platform timer.
    • Teleport dead bodies to the rescue spot.

    Thank you!

    Post Reply
    • Any feedback, bug reports, fixes, improvements, translations or suggestions for the plugin are welcome.

    Installation
    • Put the "l4d2_tank_challenge_ladder.smx" file (click Get Plugin) in your "\addons\sourcemod\plugins\" folder.

    excellent work mart.

    postscript: Oh No Muchos Nuvs
    __________________
    →MY STEAM PROFILE←

    DISCORD: Asphyxia#9797

    Sorry for my bad English

    Last edited by AsphyxiaJLSA; 12-08-2021 at 14:38.
    AsphyxiaJLSA is offline
    ZBzibing
    Senior Member
    Join Date: Dec 2012
    Old 12-10-2021 , 08:03   Re: [L4D2] Tank Challenge Ladder [v1.0.0 | 06-December-2021]
    Reply With Quote #4

    If the function of adding ladders to any map can be realized, I think it will become an epic plug-in
    __________________
    Please forgive, If I'm not describing it accurately. I use google translate
    Functional tests are all from L4D1, and are only keen to solve and fix various bugs of L4D1:
    ZBzibing is offline
    Marttt
    Veteran Member
    Join Date: Jan 2019
    Location: Brazil
    Old 12-13-2021 , 11:18   Re: [L4D2] Tank Challenge Ladder [v1.0.1 | 13-December-2021]
    Reply With Quote #5

    Plugin updated. (1.0.1)

    Code:
    1.0.1 (13-December-2021)
    - Added cvar to delete items from water.
    - Added cvar to teleport dead bodies to the rescue point.
    __________________

    Last edited by Marttt; 12-13-2021 at 11:18.
    Marttt is offline
    zaviier
    Senior Member
    Join Date: Aug 2017
    Location: Indonesia
    Old 08-20-2022 , 15:51   Re: [L4D2] Tank Challenge Ladder [v1.0.1 | 13-December-2021]
    Reply With Quote #6

    thanks a lot... i hosted a server for tank challenge only.
    this plugin makes my server perfect.
    zaviier 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 03:10.


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