Difference between revisions of "Spawning characters"

From Frozenbyte Wiki
Jump to: navigation, search
(Created page with "= Spawning Characters (Shadwen) = thumb|right|200px|SpawnSetting can be found under GameCheckpointComponent Spawning the character(s) is handled by t...")
 
(No difference)

Latest revision as of 10:30, 15 June 2018

Spawning Characters (Shadwen)

SpawnSetting can be found under GameCheckpointComponent

Spawning the character(s) is handled by the starting checkpoint in the level. There are three option for character spawns:

  • Spawn both Lily and Shadwen (spawnBothCharacters)
  • Spawn only Shadwen (spawnShadwenOnly)
  • Spawn only Lily (spawnLilyOnly)

You can choose which spawning type to use from the checkpoints properties, under GameCheckpointComponent -> SpawnSetting.

By default the value is set to spawnBothCharacters as it is the main gameplay mode of Shadwen.

Remember that you need to have the Starting Checkpoint marked as a MissionStartCheckpoint, otherwise it will not work properly