Spawning characters

From Frozenbyte Wiki
Revision as of 10:30, 15 June 2018 by AnteroFB (talk | contribs) (Created page with "= Spawning Characters (Shadwen) = thumb|right|200px|SpawnSetting can be found under GameCheckpointComponent Spawning the character(s) is handled by t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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