Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Admins can use commands to see the infected model glows though the wall

Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人

  • Video | 影片展示

  • Image | 圖示
    l4d2_wallhack_cheat_1

  • How does it work?
    • Admin type !onwk, now you can see the infected model glows though the wall, have Fun.
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
    3. Attachments API
  • ConVar | 指令
    • cfg/sourcemod/l4d2_scope_wallhack.cfg
       // Alive SI glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue.
       l4d2_wallhack_cheat_alive_color "255 0 0"
      
       // Ghost SI glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue.
       l4d2_wallhack_cheat_ghost_color "255 255 255"
      
       // Witch glow color, Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue.
       l4d2_wallhack_cheat_witch_color "155 0 255"
      
       // Players with these flags have access to use command to toggle wall hack watching cheat. (Empty = Everyone, -1: Nobody)
       l4d2_wallhack_cheat_use_command_flag "z"
  • Command | 命令
    • Turn On watching cheat

       sm_onwk
    • Turn Off watching cheat

       sm_offwk
  • Known Conflicts

    If you don't use any of these plugins at all, no need to worry about conflicts.

    1. L4D2 Ghost-Cheat Preventer
      • Survivor won't be able to see the infected glow.
  • Apply to | 適用於

     L4D2 Any Mode
    
  • Related Plugin | 相關插件
    1. l4d2_scope_wallhack: Survivor can use sniper scopes to see the infected model glows though the wall

      倖存者打開狙擊鏡能透視看到特感

    2. l4d2_glow_item_weapon_cheat: Admins can use commands to see the infected model glows though the wall

      管理員輸入指令能透視看到武器與物資

  • Changelog | 版本日誌
    • v1.3 (2024-10-26)

      • Fixed jockey glow disappear if survivor leaves the game during ridden
    • v1.2 (2023-7-17)

      • Fixed glow still appear after team change
    • v1.1 (2023-5-17)

      • Optimize code and improve performance
    • v1.0

      • Initial Release

中文說明

管理員輸入指令能透視看到特感

  • 原理

    • 管理員輸入指令!onwk能隔牆看到特感光圈
    • 也能看到靈魂特感
    • 提示只有自己會看到
    • 對抗模式中也能使用,任何模式都適用
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d2_scope_wallhack.cfg
       // 活著特感的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格)
       l4d2_wallhack_cheat_alive_color "255 0 0"
      
       // 靈魂特感的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格)
       l4d2_wallhack_cheat_ghost_color "255 255 255"
      
       // Witch的光圈顏色,填入RGB三色 (三個數值介於0~255,需要空格)
       l4d2_wallhack_cheat_witch_color "155 0 255"
      
       // 擁有這些權限的玩家才可以輸入指令開啟WallHack (Empty = 任何人都能輸入, -1: 無人能輸入)
       l4d2_wallhack_cheat_use_command_flag "z"
  • 命令中文介紹 (點我展開)
    • 打開 watching cheat

       sm_onwk
    • 關閉 watching cheat

       sm_offwk
  • 會衝突的插件

    如果沒安裝以下插件就不需要擔心衝突

    1. L4D2 Ghost-Cheat Preventer
      • 安裝這個插件會導致人類看不到特感光圈