Spawning characters

From Frozenbyte Wiki
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