Func forcefield: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Requested to clear confusion, but the description is too vague, will return here after more research)
(description changed up, turns out its relevant for its team filtered option (Still a stub..))
Line 1: Line 1:
{{stub|Provide similarities of this to func_respawnroomvisualizer.}}
{{stub|What does it look like when compiled with Hammer?}}
{{tf2 brush|func_forcefield}} Its solid to players different to its own team. Unlike [[func_respawnroomvisualizer]], this entity remains visible to both teams regardless of distance.
{{tf2 brush|func_forcefield}} Its one of the few brush entities to have team filtered collisions, alongside [[func_respawnroomvisualizer]]. All teams but the team this brush entity belongs to, are blocked by it. This entity remains visible to both teams regardless of distance.{{confirm|Which exactly is visible regardless of distance?}}
 
Despite the render quirk, the entity still finds moments with its team filtered collision keyvalue, often when users edit entities of an already compiled map. Some methods involved are [[Patching_levels_with_lump_files|lump file patching]] or [https://wiki.alliedmods.net/SourceMod SourceMod] plugins.


==Keyvalues==
==Keyvalues==

Revision as of 14:16, 5 May 2021

Stub

This article or section is a stub. You can help by expanding it.

Template:Tf2 brush Its one of the few brush entities to have team filtered collisions, alongside func_respawnroomvisualizer. All teams but the team this brush entity belongs to, are blocked by it. This entity remains visible to both teams regardless of distance.

Confirm:Which exactly is visible regardless of distance?

Despite the render quirk, the entity still finds moments with its team filtered collision keyvalue, often when users edit entities of an already compiled map. Some methods involved are lump file patching or SourceMod plugins.

Keyvalues

TeamNum:
Initial Team (TeamNum) <choices>
Which Team the entity belongs / is assigned to on spawn
  • 0: None
  • 1: Spectator/Halloween Souls Team Fortress 2
  • 2: RED Team Fortress 2
  • 3: BLU/Robots Team Fortress 2
  • 5: Halloween Bosses (only in Team Fortress 2) !FGD
Note.pngNote:Content moved to Rendering and studio model related KIO/Keyvalues for continuation of page history

Inputs

Note.pngNote:Content moved to Rendering and studio model related KIO/Inputs for continuation of page history

EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs