Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cosmetic option to speedup some animations #300

Open
steven11sjf opened this issue Jan 27, 2024 · 1 comment
Open

add cosmetic option to speedup some animations #300

steven11sjf opened this issue Jan 27, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@steven11sjf
Copy link
Contributor

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)

@steven11sjf steven11sjf added the enhancement New feature or request label Jan 27, 2024
@Miepee
Copy link
Contributor

Miepee commented Jan 27, 2024

  1. this shouldnt be a cosmetic option, but instead just a normal patch option
  2. wonder if for some cutscenes it might be easier / nicer to just skip them entirely, rather than speed them up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants