You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Game.SetSlomo(int speedMultiplier) is a lua function that sets the game speed overall (i.e. SetSlomo(2) is double speed, SetSlomo(0.1) is 1/10 speed, SetSlomo(1) will reset to vanilla speed). If we could find decent hooks for some animation start/end (i.e. the map station activation, blackout generators, that thermal vent that takes two years to drain the lava) we could add a QOL patch to make those shorter.
(I need to look into it more but it may be using these in things like CoolShinespark or the elaine slide as well)
The text was updated successfully, but these errors were encountered:
Game.SetSlomo(int speedMultiplier)
is a lua function that sets the game speed overall (i.e.SetSlomo(2)
is double speed,SetSlomo(0.1)
is 1/10 speed,SetSlomo(1)
will reset to vanilla speed). If we could find decent hooks for some animation start/end (i.e. the map station activation, blackout generators, that thermal vent that takes two years to drain the lava) we could add a QOL patch to make those shorter.(I need to look into it more but it may be using these in things like CoolShinespark or the elaine slide as well)
The text was updated successfully, but these errors were encountered: