Emancipation Grid: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(checked some maps and this is how it's done. valve maps have a toolsskip brush though)
(texture clarification)
Line 4: Line 4:
In Portal, the Emancipation Grid is composed of two models, a trigger-textured invisible [[trigger_portal_cleanser]] and a particle system emitter ([[info_particle_system]]).
In Portal, the Emancipation Grid is composed of two models, a trigger-textured invisible [[trigger_portal_cleanser]] and a particle system emitter ([[info_particle_system]]).


In Portal 2, however, it is composed of an entity ([[trigger_portal_cleanser]]) combined with a pair of models (fizzler_mdl).
In Portal 2, however, it is composed of an entity ([[trigger_portal_cleanser]]) combined with a pair of models (fizzler_mdl).  The brush used for the trigger should be nodraw except for one face which has a fizzler texture.


If a fizzler is in a stacked form, several entities should be used as the portal gun will make the field flash white when firing on it; For consistency, official maps use this approach.
If a fizzler is in a stacked form, several entities should be used as the portal gun will make the field flash white when firing on it; For consistency, official maps use this approach.

Revision as of 02:54, 20 May 2011

An Emancipation Grid (also Emancipation Grill or more commonly, Fizzler), is a special energy field in Portal 2 which resets the portal gun of any player (destroying both portals) and vaporizes other objects that touch it.


In Portal, the Emancipation Grid is composed of two models, a trigger-textured invisible trigger_portal_cleanser and a particle system emitter (info_particle_system).

In Portal 2, however, it is composed of an entity (trigger_portal_cleanser) combined with a pair of models (fizzler_mdl). The brush used for the trigger should be nodraw except for one face which has a fizzler texture.

If a fizzler is in a stacked form, several entities should be used as the portal gun will make the field flash white when firing on it; For consistency, official maps use this approach.

External links