Env portal credits: Difference between revisions
Jump to navigation
Jump to search
Le Glaconus (talk | contribs) (additional info) |
(-added class hierarchy) |
||
Line 1: | Line 1: | ||
{{CD|CPortalCredits|file1=env_portal_credits.cpp}} | |||
{{this is a|point entity|name=env_portal_credits|series=Portal}} This entity controls the rolling credits for the {{portalseries|4}}. All of the credits data, including the names and song lyrics, is read from the file {{code|preset=3|scripts/credits.txt}}. | {{this is a|point entity|name=env_portal_credits|series=Portal}} This entity controls the rolling credits for the {{portalseries|4}}. All of the credits data, including the names and song lyrics, is read from the file {{code|preset=3|scripts/credits.txt}}. | ||
{{bug|If a save is reloaded during the {{portal|2}} credits, they will turn into regular {{hl2|2|nt=0}} style credits. {{portal2|2}} fixes this, but the credits will still restart and desync with the song.|hidetested=1}} | {{bug|If a save is reloaded during the {{portal|2}} credits, they will turn into regular {{hl2|2|nt=0}} style credits. {{portal2|2}} fixes this, but the credits will still restart and desync with the song.|hidetested=1}} | ||
== Keyvalues == | == Keyvalues == | ||
Line 20: | Line 13: | ||
{{I|RollPortalOutroCredits|Start the Portal greenscreen outro credits.}} | {{I|RollPortalOutroCredits|Start the Portal greenscreen outro credits.}} | ||
{{I|SetLogoLength|Meant to be used with {{code|preset=2|ShowLogo}}, it sets the duration for the logo to stay on the screen. It will also show the {{hl2|2|nt=0}} logo on top of the {{ep1|2|nt=1}} logo.|nofgd=1}} | {{I|SetLogoLength|Meant to be used with {{code|preset=2|ShowLogo}}, it sets the duration for the logo to stay on the screen. It will also show the {{hl2|2|nt=0}} logo on top of the {{ep1|2|nt=1}} logo.|nofgd=1}} | ||
== Outputs == | == Outputs == | ||
{{O|OnCreditsDone|Fired when the credits having finished rolling.}} | {{O|OnCreditsDone|Fired when the credits having finished rolling.}} | ||
Revision as of 10:03, 2 June 2025
![]() |
---|
CPortalCredits |
![]() |
env_portal_credits
is a point entity available in Portal series. This entity controls the rolling credits for the
Portal series. All of the credits data, including the names and song lyrics, is read from the file scripts/credits.txt.
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
- RollCredits
- Start the intro credits rolling.
- RollOutroCredits
- Start the outro credits rolling.
- ShowLogo
- Show the
HL2 logo.
- RollPortalOutroCredits
- Start the Portal greenscreen outro credits.
- SetLogoLength !FGD
- Meant to be used with ShowLogo, it sets the duration for the logo to stay on the screen. It will also show the
HL2 logo on top of the
Episode One logo.
Outputs
- OnCreditsDone
- Fired when the credits having finished rolling.