Creating a stalker

Updated a day ago

Creating a stalker

to create a stalker you need 6 files. 7 if you have a custom asset bundle. i recommend copying one of the existing stalker folders or just replacing the contents. the files you need:

  • catch.ogg - a mono ogg file. played when the stalker catches you.
  • loop.ogg - a mono ogg file. played on repeat while the stalker exists. good for music or sound effects that play when the stalker gets near you.
  • parry.ogg - a mono ogg file. played when the stalker is parried.
  • spawn.ogg - a mono ogg file. played when the stalker spawns.
  • stalker.png - an image. its what your stalker looks like. max recommended size is 400x400.
  • stalker.cfg - a config file. its the settings for your stalker.

Stalker config

stalker.cfg has 14 values.

  • Spawn requirement - the index of a requirement for it to spawn. see below for supported values.
  • Requirement variable - a variable used in the specified spawn requirement.
  • Base Speed - the speed the stalker spawns at.
  • Speed gain - the speed the stalker gains over time.
  • Max speed - the max speed.
  • Grace Period - the amount of time in seconds before the stalker starts chasing you.
  • Parriable - if you can parry this stalker.
  • Parry push distance - how far the parry pushes the stalker.
  • Parry pause duration - how long the stalker (after getting pushed) stops moving before continuing to chase you.
  • Stalker name - The name of the stalker. when this stalker is spawned it logs "Spawned (stalker name) with index (spawn requirement index)"
  • Spawn log - the log that appears after the log above. can say anything.
  • Catch log - the log that appears when the stalker catches you. can say anything.
  • Parried log - the log that appears when the stalker is parried. can say anything.
  • DebugKey - the key that must be pressed to spawn this stalker. overrides spawn requirement.

Supported spawn requirement values

There are 1 supported values.

  • 0 - on s-rank time. the variable corresponds to how far through the s-rank the timer has to be before the stalker can spawn. if to get an s-rank you have to beat the level in under two minutes and the variable is 50, the stalker will spawn around one minute.