Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Prevents collisions with teammates.

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

  • Apply to | 適用於

     Counter-Strike: Source
    
  • Image | 圖示
    css_team_noblock_1
    css_team_noblock_2
    css_team_noblock_3

  • How does it work?
    • Run through teammates, only collisions with enemies
    • Grendates fly through teammates
  • Require | 必要安裝

    1. Physics Mayhem Bug Fix: Fix physics mayhem/bouncing props BUG due to m_CollisionGroup changed
      • 解決因改變m_CollisionGroup導致物體或武器下沉地圖的Bug
  • ConVar | 指令
    • cfg/sourcemod/css_team_noblock.cfg
      // 0=Plugin off, 1=Plugin on.
      css_team_noblock_enable "1"
      
      // If 1, Grenades just fly through your own teammates.
      css_team_noblock_grenade_enable "1"
  • Changelog | 版本日誌
    • v1.3h (2024-10-23)

      • Remove CollisionHook
      • Require sm1.12 or above
    • v1.2h (2024-4-6)

      • Require CollisionHook
      • Fixed physics mayhem/bouncing props bug.
    • v1.1h (2023-3-8)

      • Grenades just fly through your own teammates.
    • v1.0h (2023-3-6)

      • Remake code
      • Fix warnings when compiling on SourceMod 1.11.
      • Prevents grendates from stuck in teamamtes
    • v2.0


中文說明

隊友可以穿透不擋路

  • 適用於

     絕對武力:次世代
    
  • 原理

    • 穿透隊友不會造成擋路,只跟敵人身體有碰撞
    • 手榴彈可以穿透隊友
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/css_team_noblock.cfg
      // 0=關閉插件, 1=啟動插件
      css_team_noblock_enable "1"
      
      // 為1時,手榴彈可以穿透隊友
      css_team_noblock_grenade_enable "1"