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

New Command: 2049 - SetGameSpeed #3109

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2023

  1. New Command - SetGameSpeed

    To use it, write in Maniacs TPC:
    `@raw 2049, "", speedIsVar, speed`
    
    e.g.:
    `@raw 2049, "", 0,12`
    
    The command must be inserted inside a parallel process, because `Game_Clock::SetGameSpeedFactor(speed);` only changes the speed at current frame.
    
    Any refactor (to improve how it's called or to hide the speed counter) is welcome.
    jetrotal committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    96a1193 View commit details
    Browse the repository at this point in the history
  2. keep FF speed as a multiplier

    now speedup command is also influenced by FF buttons.
    Put a cap of 100 to avoid glitches.
    jetrotal committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    02c1d37 View commit details
    Browse the repository at this point in the history
  3. SetGameSpeed - custom FF display can be set up as hidden or visible

    + small refactors to cover those new options:
    - Custom Maximum Speed.
    jetrotal committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    bf8c96b View commit details
    Browse the repository at this point in the history