Skip to content

v2.3.2 - Fix weapons/gloves lingering after reveal

Latest

Choose a tag to compare

@NeuTroNBZh NeuTroNBZh released this 19 Jun 21:06
9eb1481

Fix: weapons & gloves linger after the reveal fade

In reveal-on-move mode, gloves, knife and pistol disappeared ~1.5s after the player body instead of together with it.

Fix

Disappearance relied on two unsynced mechanisms: the body faded via alpha (~0.5s after an action) while entities were only removed from the transmit list at a separate ~2s timer. Since alpha alone does not reliably hide weapon world models — and gloves are never alpha'd — they lingered. Entities are now removed from the transmit list exactly when the body finishes fading (alpha 0), so body + gloves + knife + pistol vanish together.

Note

The "visible to enemies" window now equals the fade window instead of a fixed 2s. To stay visible longer after an action, raise the per-event reveal durations in Invisible.cs.

Install

Copy WallhackPluginCS2.dll to csgo/addons/counterstrikesharp/plugins/WallhackPluginCS2/ (the zip mirrors that layout) and reload (css_plugins reload WallhackPluginCS2) or restart the server.