Remove all invisible wall on the map
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D1 L4D2 -
How does it work?
- Remove invisible wall entity only
env_physics_blockerenv_player_blockerfunc_playerinfected_clipfunc_playerghostinfected_clip
- 🟥 Map brush still can not be removed
- Remove invisible wall entity only
-
Require | 必要安裝
None -
ConVar | 指令
- cfg/sourcemod/remove_invisible_wall.cfg
// 0=Plugin off, 1=Plugin on. remove_invisible_wall_enable "1" // Auto remove all invisible wall after map finished loading remove_invisible_wall_auto "1"
- cfg/sourcemod/remove_invisible_wall.cfg
-
Command | 命令
- Remove Invisible Wall
sm_rmwall
- Remove Invisible Wall
-
Q&A
-
How to check invisible wall is entity?
- Install Dev Cmds -> change map -> aim the invisible wall -> type
!ent - If something display in chatbox, then the invisible wall is entity, it can be removed.

- Install Dev Cmds -> change map -> aim the invisible wall -> type
-
-
Changelog | 版本日誌
-
v1.1 (2024-7-15)
- Update Cvars
-
v1.0 (2023-6-15)
- Initial Release
-
移除地圖上所有的空氣牆
-
原理
- 任一玩家輸入
!rmwall,移除地圖上的所有空氣牆 - 只移除以下的空氣牆實體
env_physics_blockerenv_player_blockerfunc_playerinfected_clipfunc_playerghostinfected_clip
- 🟥 地圖編譯時內嵌好的空氣牆依然不能被移除
- 任一玩家輸入
-
指令中文介紹 (點我展開)
- cfg/sourcemod/remove_invisible_wall.cfg
// 0=關閉插件, 1=啟動插件 remove_invisible_wall_enable "1" // 地圖載入完成後自動移除地圖上的所有空氣牆 remove_invisible_wall_auto "1"
- cfg/sourcemod/remove_invisible_wall.cfg
-
命令中文介紹 (點我展開)
- 移除地圖上的所有空氣牆
sm_rmwall
- 移除地圖上的所有空氣牆
-
Q&A問題
-
如何判斷空氣牆為實體?
- 安裝 Dev Cmds -> 更換地圖 -> 準心指向空氣牆 -> 輸入
!ent - 如果有東西跑出來在聊天框,那此空氣牆為實體,可以移除

- 安裝 Dev Cmds -> 更換地圖 -> 準心指向空氣牆 -> 輸入
-
