royitaqi / HollowKnight.GodhomeWinLossTracker

A mod for the game Hollow Knight. Goal is to improve boss fight training experience in Godhome by tracking per-boss win/loss counts for Hall of Gods and pantheons.
3 stars 1 forks source link

REF: boss fight initialization sequence #55

Closed royitaqi closed 2 years ago

royitaqi commented 2 years ago

The order is:

  1. Scene change to battle

    OnSceneLoad: GG_Mage_Knight

  2. Enable boss FSM

    PlayMakerFSM_OnEnable: GO=Mage Knight FsmName=Mage Knight

  3. Start boss FSM

    PlayMakerFSM_Start: GO=Mage Knight FsmName=Mage Knight

  4. Enable boss GO

    Message on bus: EnemyEnabled: Enemy enabled: name=Mage Knight max_hp=750

  5. Fight starts ...
  6. Fight ends by TK death or boss death
  7. Scene change to outside

    OnSceneLoad: GG_Workshop

See log in 3b68948162d4683a06e2c402f692093957f83d95 for more details.