This page is incomplete! You can contribute information using GitHub issues or pull requests.

Light fixtures are a type of static object whose light can be enabled or disabled dynamically (e.g. by script or by device_control). They can also just be used to decorate and illuminate light maps. Their intensity and falloff/cutoff angles can be set per-object when placed in Sapien.

Collisions

A feature of light fixtures is that projectiles like bullets will collide with them, but units like the player will not. This makes them ideal for small decorative lighting objects which might obstruct player movement otherwise. The sound_scenery object has the same collision rules.

Structure and fields

FieldTypeComments

Acknowledgements

Thanks to the following individuals for their research or contributions to this topic:

  • Kavawuvi (Invader tag definitions)
  • MosesOfEgypt (Tag structure research)
  • zatarita (Per-object settings tip)