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

[L4D & L4D2] Rope & Hook <fork> v2.0.2 [26-2-22]


Post New Thread Reply   
 
Thread Tools Display Modes
Author
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Plugin ID:
7975
Plugin Version:
2.0.2
Plugin Category:
Gameplay
Plugin Game:
Left 4 Dead
Plugin Dependencies:
    Servers with this Plugin:
    8 
    Plugin Description:
    Swing and Fly like a Tarzan
    Old 02-22-2022 , 14:13   [L4D & L4D2] Rope & Hook <fork> v2.0.2 [26-2-22]
    Reply With Quote #1

    about
    • new features and difference:
    • new rope mode 'hook', press shove on air to shoot and auto tighten, release key to release rope
    • translation (english/chinese preset) supports and announce position support
    • make +zoom key dont shoot under hook mode, we can use sniper now
    • completely turn to new syntax
    • code clean and remove unused code
    • plugin name/config/translation now "l4d_rope"
    • use safe SDK takedamage to instead point_hurt entity
    • optional 'hook chance from looted'
    • optional 'specify admin flag to access ropes command'
    • optional 'deny or allow infected to use'
    • fix entity not be remove cause server no free edicts
    • rope grabbed target can press zoom key to release from grab; 23-2-22

    Commands

    !hook (Got a Hook manually)
    !rope (Got a Rope manually)

    ConVar

    PHP Code:
    // enable 'Rope & Hook'
    rope_enabled "1"

    // admin flag to access rope cmd f:slay, leave empty to allow everyone
    rope_access "f"

    // also allow infected team use rope
    rope_allow_infected "0"

    // announce positions 1=center 2=chat 4=hint 7=all. add together you want
    rope_announce_types "4"

    // chance to get hook if looted from witch&tank
    rope_chance_hook "50"

    // chance of tank loot 100:certainly
    rope_chance_tank "50.0"

    // chance of witch loot 100:certainly
    rope_chance_witch "50.0"

    // rope damage when attack infected
    rope_damage "10"

    // rope max distance allowed
    rope_distance "900.0" 

    Related Plugins

    changelog
    • v2.0 just releases; 23-2-22
    • v2.0.1 hold ctrl can landing under hook mode rather than stopping at air; 25-2-22
    • v2.0.2 fix compile warn and error at SM1.10; 26-2-22


    Installation
    • put l4d_rope.smx on /plugins/
    • put l4d_rope.phrases.txt on /translations/
    Attached Images
    File Type: jpg hook the sky.jpg (32.8 KB, 594 views)
    Attached Files
    File Type: sp Get Plugin or Get Source (l4d_rope.sp - 758 views - 23.1 KB)
    File Type: txt l4d_rope.phrases.txt (1.5 KB, 640 views)
    __________________

    Last edited by NoroHime; 02-26-2022 at 06:58.
    NoroHime is offline
    Iizuka07
    Senior Member
    Join Date: Aug 2018
    Location: Underground
    Old 02-23-2022 , 11:54   Re: [L4D & L4D2] Rope & Hook <fork> v2.0 [23-2-22]
    Reply With Quote #2

    Ok I never thought this could be revived. Thanks
    __________________
    死が待っている
    Iizuka07 is offline
    NoroHime
    Veteran Member
    Join Date: Aug 2016
    Location: bed
    Old 02-23-2022 , 15:50   Re: [L4D & L4D2] Rope & Hook <fork> v2.0 [23-2-22]
    Reply With Quote #3

    Quote:
    Originally Posted by Iizuka07 View Post
    Ok I never thought this could be revived. Thanks
    yea actually i have many time to coding, message me if i can
    __________________
    NoroHime is offline
    HarryPotter
    Veteran Member
    Join Date: Sep 2017
    Location: Taiwan, Asia
    Old 02-24-2022 , 04:38   Re: [L4D & L4D2] Rope & Hook <fork> v2.0 [23-2-22]
    Reply With Quote #4

    more like spider man or attack on titan
    __________________
    HarryPotter is offline
    NoroHime
    Veteran Member
    Join Date: Aug 2016
    Location: bed
    Old 02-24-2022 , 07:18   Re: [L4D & L4D2] Rope & Hook <fork> v2.0 [23-2-22]
    Reply With Quote #5

    Quote:
    Originally Posted by HarryPotter View Post
    more like spider man or attack on titan
    lol we have titan yet, we can make campaign more like attack on titan
    __________________
    NoroHime is offline
    azureblue
    Member
    Join Date: Oct 2021
    Location: Two Steps from Hell
    Old 02-24-2022 , 09:02   Re: [L4D & L4D2] Rope & Hook <fork> v2.0 [23-2-22]
    Reply With Quote #6

    Nice !!!
    I hope there's more fork for panxiaoihai's plugins. He's left so many unique plugins outdated.

    Keep it up. Thanks alot for this one !
    azureblue is offline
    NoroHime
    Veteran Member
    Join Date: Aug 2016
    Location: bed
    Old 02-25-2022 , 06:17   Re: [L4D & L4D2] Rope & Hook <fork> v2.0.1 [25-2-22]
    Reply With Quote #7

    update
    Quote:
    v2.0.1 hold ctrl can landing under hook mode rather than stopping at air; 24-2-22
    known issue: rope shooting under spectate or afk will seeing rope stay on skies, i dont know how resolve it
    __________________
    NoroHime is offline
    maclarens
    Senior Member
    Join Date: Jul 2020
    Location: Kz
    Old 02-26-2022 , 06:51   Re: [L4D & L4D2] Rope & Hook <fork> v2.0.1 [25-2-22]
    Reply With Quote #8

    SourcePawn Compiler 1.10.0.6529
    Copyright (c) 1997-2006 ITB CompuPhase
    Copyright (c) 2004-2018 AlliedModders LLC

    l4d_rope.sp(394) : error 092: number of arguments does not match definition
    l4d_rope.sp(401) : error 092: number of arguments does not match definition
    l4d_rope.sp(432) : warning 203: symbol is never used: "index"
    maclarens is offline
    NoroHime
    Veteran Member
    Join Date: Aug 2016
    Location: bed
    Old 02-26-2022 , 06:57   Re: [L4D & L4D2] Rope & Hook <fork> v2.0.1 [25-2-22]
    Reply With Quote #9

    thanks report, this happen on SM1.10, now fix it please "get plugin" again
    update
    Quote:
    v2.0.2 fix compile warn and error at SM1.10; 26-2-22
    __________________
    NoroHime is offline
    maclarens
    Senior Member
    Join Date: Jul 2020
    Location: Kz
    Old 02-26-2022 , 07:10   Re: [L4D & L4D2] Rope & Hook <fork> v2.0.2 [26-2-22]
    Reply With Quote #10

    thanks!this legendary plugin +5
    maclarens 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 19:32.


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