Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Skate 3 Flick Trick Speed

Open-source Skate 3 mod for RPCS3 that maps stick flick speed to trick animation speed.

What It Does

  • slow flicks can slow tricks down
  • fast flicks can speed tricks up
  • settings are adjusted from a local web UI
  • settings persist between launches

Download

If you just want to use the mod, download the latest release zip from the GitHub Releases page, extract it, then run Skate3FlickTrickSpeedWebUI.exe.

Requirements

  • RPCS3
  • Skate 3 running in RPCS3

Usage

  1. Start RPCS3 and launch Skate 3.
  2. Extract the release zip.
  3. Open the extracted Skate3FlickTrickSpeed folder.
  4. Run Skate3FlickTrickSpeedWebUI.exe.
  5. Your browser will open the local control UI.
  6. Adjust the slow and fast speed ranges, or use calibration.

Settings

The app saves its settings automatically inside the extracted release folder next to the exe as:

  • Skate3FlickTrickSpeedWebUI.settings.json

If you want to return to the baked defaults, use Reset To Default in the UI.

Source

The source/ folder contains the Python source used to build the release exe.

Build From Source

  1. Install Python 3.
  2. Install dependencies:
    • pip install psutil pyinstaller
  3. Build from the source/ folder:
    • pyinstaller --noconfirm --clean --onefile --console --name Skate3FlickTrickSpeedWebUI --add-data "native_animation_options.json;." flick_trick_speed_webui.py

Credit

This project uses the trick animation speed address work and related animation-speed groundwork from Skate 3 Native Menu.

About

Skate 3 RPCS3 mod that maps stick flick speed to trick animation speed.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages