Env faint: Difference between revisions
Jump to navigation
Jump to search
(Created page for the env_faint entity in Sin Episodes) |
m (Substituted IO templates) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{back | List of SE1 entities}} | {{back | List of SE1 entities}} | ||
[[ | [[File: env_faint_effect.gif | thumb | right | 300px | Open the full image to see the effect in action.]] | ||
__NOTOC__ | __NOTOC__ | ||
{{ | {{this is a|point entity|name=env-faint|game=SiN Episodes}} When triggered will apply an effect to the player's screen like if passing out, playing the ''player/blade_passout1.mp3'' sound file while doing so. Used throughout the intro sequences of the game to simulate the player is dreaming and upon map transitions, with the soundtrack being written specifically to target when these events occur. | ||
{{clr}} | {{clr}} | ||
Line 13: | Line 13: | ||
==Inputs== | ==Inputs== | ||
{{ | {{I | BeginFaint | Start the screen fade.}} | ||
{{ | {{I | EndFaint | End the screen fade.}} | ||
{{I Targetname}} | {{I Targetname}} | ||
==Ouputs== | ==Ouputs== | ||
{{ | {{O | OnBeginFaint | Fired when the faint has begun.}} | ||
{{ | {{O | OnEndFaint | Fired when the faint is ending.}} | ||
{{O Targetname}} | {{O Targetname}} | ||
[[Category: Sin Episodes]] | [[Category: Sin Episodes]] |
Latest revision as of 10:52, 21 April 2025
env-faint
is a point entity available in SiN Episodes. When triggered will apply an effect to the player's screen like if passing out, playing the player/blade_passout1.mp3 sound file while doing so. Used throughout the intro sequences of the game to simulate the player is dreaming and upon map transitions, with the soundtrack being written specifically to target when these events occur.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Inputs
- BeginFaint
- Start the screen fade.
- EndFaint
- End the screen fade.
Ouputs
- OnBeginFaint
- Fired when the faint has begun.
- OnEndFaint
- Fired when the faint is ending.