Info director: Difference between revisions
Jump to navigation
Jump to search
Note:The current description of this entity is based on unofficial data based on data mining. Anything that may be read here is largely incomplete or, in some cases, incorrect.
Note:Using the changelevel console command to restart the map will always cause the info_director to ignore forcesurvivorpositions input. If you are restarting the map after a fresh compile using changelevel and you need to test out your intro sequence, use the kill console command afterwards to have the mission fail, this will cause the map to restart in a way that allows the info_director to use forcesurvivorpositions input, which will also allow your cameras to function.
Bug:When called by a logic_auto's onmapspawn input, the info_director will ignore forcesurvivorpositions input unless the map was freshly loaded from the game menu as a campaign, or the map has restarted after mission failure. To get around this, it is much more reliable to have the info_director call forcesurvivorpositions and releasesurvivorpositions on itself using its ongamestart input. This will allow the forcesurvivorpositions to function properly even when the map is automatically loaded after a compile, or by using the map "yourmapname" console command. When your campaign is ready for release, you can safely change it back to using a logic_auto before final compilation if you wish, since players will be loading your campaign from the game menu. [todo tested in ?]
EvolvedAnt (talk | contribs) |
EvolvedAnt (talk | contribs) |
||
Line 2: | Line 2: | ||
== Entity Description == | == Entity Description == | ||
The ''notorious'' Director. | The ''notorious'' Director. | ||
Required entity in every Left 4 Dead map. Also used to force survivors to their respective info_suvivor_position at the start of a campaign for camera intro sequences. | |||
{{Note|Using the changelevel console command to restart the map will always cause the info_director to ignore forcesurvivorpositions input. If you are restarting the map after a fresh compile using changelevel and you need to test out your intro sequence, use the kill console command afterwards to have the mission fail, this will cause the map to restart in a way that allows the info_director to use forcesurvivorpositions input, which will also allow your cameras to function. }} | |||
{{Bug|When called by a logic_auto's onmapspawn input, the info_director will ignore forcesurvivorpositions input unless the map was freshly loaded from the game menu as a campaign, or the map has restarted after mission failure. To get around this, it is much more reliable to have the info_director call forcesurvivorpositions and releasesurvivorpositions on itself using its ''ongamestart'' input. This will allow the forcesurvivorpositions to function properly even when the map is automatically loaded after a compile, or by using the map "yourmapname" console command. When your campaign is ready for release, you can safely change it back to using a logic_auto before final compilation if you wish, since players will be loading your campaign from the game menu.}} | |||
== Keyvalues == | == Keyvalues == |
Revision as of 01:28, 29 May 2009

Entity Description
The notorious Director. Required entity in every Left 4 Dead map. Also used to force survivors to their respective info_suvivor_position at the start of a campaign for camera intro sequences.


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
- Origin:
- Origin (X Y Z) (origin) <origin>
- The position of this entity's center in the world. Rotating entities typically rotate around their origin.
Inputs
- StartIntro
- Start the intro.
- FinishIntro
- Finish the intro.
- ForceSurvivorPositions
- Force the survivors to their starting positions and disable movement.
- ReleaseSurvivorPositions
- Release the survivors from their starting positions and enable movement.
- PanicEvent
- Force a panic event.
- FireConceptToAny
Outputs
- OnGameplayStart
- Fired when a map loads, all players join and gameplay begins.
- OnPanicEventFinished
- Fired when a panic event is finished.
- OnKilled