Makes Everyone Climb On Walls.
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D1 L4D2 -
Video | 影片展示
-
How does it work?
- Press Jump+E to climb the wall
- Remake code and support Luxs-Model-Changer
-
Require | 必要安裝
-
Support | 支援插件
-
Luxs-Model-Changer: Custom models
- 爬行的模型換成自製模型
-
readyup: Only climb wall while ready stage
- 只有在準備階段才可以爬牆
-
-
ConVar | 指令
- cfg/sourcemod/l4d_climb.cfg
// Enable Mode: 0=Off, 1=Coop/Realism Only, 2=All Game Modes l4d_climb_enable "2" // Enable Mode: 0=None, 1=Both Teams, 2=Survivors Team Only, 3=Infected Team Only l4d_climb_team "1" // Limit Of Messages Shown Per Round (0=Disable Message) l4d_climb_msg "2" // Players with these flags have access to climb the wall (Empty = Everyone, -1: Nobody) l4d_climb_flag "" // Players can climb only during ready-up (Require readyup plugin) l4d_climb_readyup "1" // Smoker Enable Mode: 0=Off, 1=On l4d_climb_smoker "1" // Boomer Enable Mode: 0=Off, 1=On l4d_climb_boomer "1" // Hunter Enable Mode: 0=Off, 1=On l4d_climb_hunter "1" // Spitter Enable Mode: 0=Off, 1=On l4d_climb_spitter "1" // Jockey Enable Mode: 0=Off, 1=On l4d_climb_jockey "1" // Charger Enable Mode: 0=Off, 1=On l4d_climb_charger "1" // Tank Enable Mode: 0=Off, 1=On l4d_climb_tank "1" // Speed Applied When Climbing l4d_climb_speed "80" // Speed x multiplier Applied For Smokers l4d_climb_speed_smoker_multiplier "2.1" // Speed x multiplier Applied For Boomers l4d_climb_speed_boomer_multiplier "1.8" // Speed x multiplier Applied For Hunters l4d_climb_speed_hunter_multiplier "2.4" // Speed x multiplier Applied For Spitters l4d_climb_speed_spitter_multiplier "2.0" // Speed x multiplier Applied For Jockeys l4d_climb_speed_jockey_multiplier "2.4" // Speed x multiplier Applied For Chargers l4d_climb_speed_charger_multiplier "2.5" // Speed x multiplier Applied For Tanks l4d_climb_speed_tank_multiplier "1.5" // Speed x multiplier Applied For Survivors l4d_climb_speed_survivor_multiplier "1.0"
- cfg/sourcemod/l4d_climb.cfg
-
Translation Support | 支援翻譯
translations/l4d_climb.phrases.txt -
Changelog | 版本日誌
-
v1.5h (2025-12-22)
- Remake code
- Support Luxs-Model-Changer
-
v1.4h (2024-1-5)
-
v1.3h (2023-7-19)
- Update convar
-
v1.2h (2023-6-30)
- Safely create entity and Safely remove entity
-
v1.1h (2023-6-9)
- Fixed bots stuck on wall if change team while climing
-
v1.0h
- Translation Support
- Modify cvars
- Support Ready up plugin, allow to climb wall during ready-up
-
v1.05
-
v1.02
-
人類與特感能爬牆
-
原理
- 跳躍到牆壁上按E鍵即可爬牆
- Tank也可以
- 爬空氣牆都不是問題
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d_climb.cfg
// 什麼模式下啟動此插件: 0=都關閉, 1=只限戰役/寫實, 2=所有模式 l4d_climb_enable "2" // 誰可以爬牆: 0=沒有人, 1=特感與人類, 2=人類, 3=特感 l4d_climb_team "1" // 每回合顯示的提示次數 (0=關閉提示) l4d_climb_msg "2" // 擁有這些權限的玩家可以爬牆 (留白 = 任何人都能爬牆, -1: 無人能爬牆) l4d_climb_flag "" // 玩家只能在準備階段爬牆 (需要安裝readyup插件) l4d_climb_readyup "1" // Smoker 能否爬牆?: 0=不可以, 1=可以 l4d_climb_smoker "1" // Boomer 能否爬牆?: 0=不可以, 1=可以 l4d_climb_boomer "1" // Hunter 能否爬牆?: 0=不可以, 1=可以 l4d_climb_hunter "1" // Spitter 能否爬牆?: 0=不可以, 1=可以 l4d_climb_spitter "1" // Jockey 能否爬牆?: 0=不可以, 1=可以 l4d_climb_jockey "1" // Charger 能否爬牆?: 0=不可以, 1=可以 l4d_climb_charger "1" // Tank 能否爬牆?: 0=不可以, 1=可以 l4d_climb_tank "1" // 爬牆的速度 l4d_climb_speed "80" // Smokers 的爬牆速度倍率 l4d_climb_speed_smoker_multiplier "2.1" // Boomers 的爬牆速度倍率 l4d_climb_speed_boomer_multiplier "1.8" // Hunters 的爬牆速度倍率 l4d_climb_speed_hunter_multiplier "2.4" // Spitters 的爬牆速度倍率 l4d_climb_speed_spitter_multiplier "2.0" // Jockeys 的爬牆速度倍率 l4d_climb_speed_jockey_multiplier "2.4" // Chargers 的爬牆速度倍率 l4d_climb_speed_charger_multiplier "2.5" // Tanks 的爬牆速度倍率 l4d_climb_speed_tank_multiplier "1.5" // 人類 的爬牆速度倍率 l4d_climb_speed_survivor_multiplier "1.0"
- cfg/sourcemod/l4d_climb.cfg

