Open-source Skate 3 mod for RPCS3 that maps stick flick speed to trick animation speed.
- slow flicks can slow tricks down
- fast flicks can speed tricks up
- settings are adjusted from a local web UI
- settings persist between launches
If you just want to use the mod, download the latest release zip from the GitHub Releases page, extract it, then run Skate3FlickTrickSpeedWebUI.exe.
- RPCS3
- Skate 3 running in RPCS3
- Start RPCS3 and launch Skate 3.
- Extract the release zip.
- Open the extracted
Skate3FlickTrickSpeedfolder. - Run
Skate3FlickTrickSpeedWebUI.exe. - Your browser will open the local control UI.
- Adjust the slow and fast speed ranges, or use calibration.
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.
The source/ folder contains the Python source used to build the release exe.
- Install Python 3.
- Install dependencies:
pip install psutil pyinstaller
- Build from the
source/folder:pyinstaller --noconfirm --clean --onefile --console --name Skate3FlickTrickSpeedWebUI --add-data "native_animation_options.json;." flick_trick_speed_webui.py
This project uses the trick animation speed address work and related animation-speed groundwork from Skate 3 Native Menu.