Vents - NotMyWing/GarrysModAmongUs GitHub Wiki

Vents provide a method for Imposters to move quickly and discreetly around the map. In-game, they are represented by func_vent and prop_vent.

Keyvalues

Name (targetname) <string>

The name of the vent. Should take the form of vent.areaName. See the default language file for all included vent names. See Localization for more details on localization strings.

View angle (viewangle) <angle>

The angle the player's camera should face when inside this vent.

View point (viewpoint) <vector>

Where to position the player's camera when inside this vent. Optional, defaults to slightly above the vent's position.

Inputs

Link

Represents a connection from a given vent to this vent.

Outputs

Link

Represents a connection from this vent to a given vent. Use this to define the network of connections between vents.

Remember to create a link between vents for both directions of travel, otherwise players will only be able to move one way.

External resources

⚠️ **GitHub.com Fallback** ⚠️