/sourcemod-nt-fadefix

SourceMod plugin for NT. Block any unintended un-fade user messages. Hide new round vision to block "ghosting" for opposing team's loadouts.

Primary LanguageSourcePawnGNU General Public License v3.0GPL-3.0

sourcemod-nt-fadefix

This plugin blocks any user messages used to remove the fade-to-black effect for competitive play where the fade should not be removed. It also periodically re-draws the fade to ensure it's still being applied.

The plugin will also enable the fade-to-black on new round, so that players can't spectate their opponents' team composition and loadouts before spawning in themselves.

Compile requirements

Server requirements

If using nt_competitive plugin

  • Recommended nt_competitive plugin version: 0.5.0 or newer
    • Older versions of the nt_competitive plugin use their own built-in (inferior) fade system, which may interfere with this plugin

Usage

Set the cvar value mp_forcecamera 1 to enable this plugin. The nt_competitive plugin sets this cvar value automatically when going live, so you don't need to do anything if using these plugins in tandem.