AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D & L4D2]cs_ladders (Counter-Strike Ladders)[10/05/2024] (https://forums.alliedmods.net/showthread.php?t=330995)

Lux 03-02-2021 02:20

[L4D & L4D2]cs_ladders (Counter-Strike Ladders)[10/05/2024]
 
1 Attachment(s)
This plugin gives you the full counter-strike ladder experience allowing you to pretty much perform all the actions on a ladder that you can in counter-strike, no zeus tho :cry:.

https://thumbs.gfycat.com/RewardingS...restricted.gif

Actions below.
Code:

Enables:
Shooting
Reloading
Throwables
Adrenaline/Painpill
Shoving
Melees
Chainsaw

L4D1 Allows healing while on ladders in L4D1.

Does not enable:
Healing
Defibbing
Item grab

This is an alternitive to this:
[L4D2] Ladder Rambos Dhooks

Repo Link

Credits:
Ilya 'Visor' Komarov ladder safe drop patch
nosoop Source Scramble
Crasher_3637 Adding L4D1 support.

sourcescramble_manger users only
Spoiler


Conflicts directly with cs_ladders


Requirements:
Source Scramble (memory patching and allocation natives)
Installation:
1.Download the .zip file.
2.Merge with /sourcemod/ folder.
3.Restart the server.

a2121858 03-02-2021 08:32

Re: [L4D2]cs_ladders (Counter-Strike Ladders)
 
Thank you. Lux:)

Maur0 03-02-2021 10:52

Re: [L4D2]cs_ladders (Counter-Strike Ladders)
 
YEEEEESSS!!! It was just what he needed. Thanks a lot! :D

Shao 03-03-2021 14:53

Re: [L4D2]cs_ladders (Counter-Strike Ladders)
 
Hey Lux, it would be awesome if we could limit which weapon we can use while this occur, such as Pistols only and what not.

Psyk0tik 03-03-2021 15:32

Re: [L4D2]cs_ladders (Counter-Strike Ladders)
 
Quote:

Originally Posted by Shao (Post 2739142)
Hey Lux, it would be awesome if we could limit which weapon we can use while this occur, such as Pistols only and what not.

This plugin patches functions at runtime to make holding weapons while on a ladder possible. If you're looking for an alternative that can filter the feature for specific players/weapons, try requesting it on Spirit_12's DHooks version instead. Lux's method is geared towards global usage so there's no way to really check for a specific player/weapon in real-time.

Lux 06-16-2021 05:03

Re: [L4D2]cs_ladders (Counter-Strike Ladders)
 
updated gamedata for 2.2.1.3

Lux 06-21-2021 13:36

Re: [L4D & L4D2]cs_ladders (Counter-Strike Ladders)
 
L4D1 support was added Thanks Crasher_3637!

Psyk0tik 07-08-2021 14:22

Re: [L4D & L4D2]cs_ladders (Counter-Strike Ladders)
 
Today's update:
PHP Code:

"CTerrorWeapon::CanDeployFor__movetype_patch"
{
    
"signature"            "CTerrorWeapon::CanDeployFor"
    "linux"
    
{
        
"offset"        "76" // was 75
        
"verify"        "\x09"
        "patch"            "\xFF"
    
}
    
"windows"
    
{
        
"offset"        "87"
        "verify"        "\x09"
        "patch"            "\xFF"
    
}



Lux 07-08-2021 22:24

Re: [L4D & L4D2]cs_ladders (Counter-Strike Ladders)
 
Thanks crasher!

Updated gamedata

simvolist777 07-16-2021 00:29

Re: [L4D & L4D2]cs_ladders (Counter-Strike Ladders)
 
Hi, Сrasher! Maybe I incorrectly put the code update in the l4d2_cs_ladders.txt file (from line 115 to 130, in the "left4dead2" section). The server still gives an error in the logs. The bug is related to the tank mutant plugin. But the plugin of tanks is 8.86, the last one, and I have sorsmod v1.11.0.6668
L 07/16/2021 - 09:19:29: SourceMod error session started
L 07/16/2021 - 09:19:29: Info (map "c8m1_apartment") (file "H:\Steam\steamapps\common\Left 4 Dead 2 Dedicated Server\left4dead2\addons\sourcemod\logs\error s_20210716.log")
L 07/16/2021 - 09:19:29: [mutant_tanks\mutant_tanks.smx] [MT] Failed to find address: OnLadderDismountStart
L 07/16/2021 - 09:19:29: [mutant_tanks\mutant_tanks.smx] [MT] Failed to locate patch: LadderDismount2 (CTerrorPlayer::PreThink::SafeDropLogic) [Expected 09 | Found FF]
L 07/16/2021 - 09:19:29: [mutant_tanks\mutant_tanks.smx] [MT] Failed to locate patch: LadderMount1 (CTerrorPlayer::OnLadderMount::WeaponHolster) [Expected 74 | Found 5E]
L 07/16/2021 - 09:19:29: [mutant_tanks\mutant_tanks.smx] [MT] Failed to locate patch: LadderMount2 (CTerrorWeapon::CanDeployFor::MoveType) [Expected 09 | Found FF]
L 07/16/2021 - 09:19:29: [mutant_tanks\mutant_tanks.smx] [MT] Failed to detour: MTDetour_CTerrorPlayer::OnLadderDismount
L 07/16/2021 - 09:19:35: Error log file session closed.


All times are GMT -4. The time now is 14:02.

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