Info l4d1 survivor spawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Noted the video as broken, because the video has been removed)
(Reformat, removed dead video tutorial)
Line 1: Line 1:
{{stub}}
{{l4d2 point|info_l4d1_survivor_spawn}} It is used to spawn one of the original survivors from L4D1 as seen in The Passing campaign.
{{l4d2 point|info_l4d1_survivor_spawn}} It is used to spawn one of the original survivors from L4D1 as seen in The Passing campaign.
{{stub}}
 
{{todo|limitations of bots, usage, caveats}}
 
== Keyvalues ==
== Keyvalues ==
{{KV|Character|choices|Which survivor to spawn here. Bill was included in The Sacrifice update and was not available in the previous DLC, The Passing, due to a significant plot advancement within the series.}}
:* 4 : Bill
:* 5 : Zoey
:* 6 : Francis
:* 7 : Louis
{{KV Targetname}}
{{KV Targetname}}
*;Character <code><choices></code>
:Which survivor to spawn here. Choices include Louis, Francis, Zoey, and Bill. Bill was included in The Sacrifice update and was not available in the previous DLC, The Passing, due to a significant plot advancement within the series.


== Inputs ==
== Inputs ==
{{IO|SpawnSurvivor|Spawn the survivor}}
{{I Targetname}}
{{I Targetname}}
*;SpawnSurvivor
 
:Spawn the survivor.
== Outputs ==
== Outputs ==
{{O Targetname}}
{{O Targetname}}
== Flags ==
There are no flags.
== See also ==
== External links ==
*[http://www.youtube.com/watch?v=PA8iJWWdudQ Hammer Tutorial How To Spawn L4D1 Survivors in L4D2] (Broken)
:Video tutorial covering the necessary steps to properly add L4D survivors in L4D2. The video covers entities involved, input/output, nav mesh attributes necessary, and some vscript commands that may be useful.
{{todo|limitations of bots, usage, caveats}}

Revision as of 05:48, 12 August 2011

Stub

This article or section is a stub. You can help by expanding it.

Template:L4d2 point It is used to spawn one of the original survivors from L4D1 as seen in The Passing campaign.

Todo: limitations of bots, usage, caveats

Keyvalues

Character ([todo internal name (i)]) <choices>
Which survivor to spawn here. Bill was included in The Sacrifice update and was not available in the previous DLC, The Passing, due to a significant plot advancement within the series.
  • 4 : Bill
  • 5 : Zoey
  • 6 : Francis
  • 7 : Louis
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

SpawnSurvivor
Spawn the survivor


Outputs