APreds UI is a BepInEx plugin for Gorilla Tag that brings a fully interactive in-game overlay for tuning movement prediction (preds) settings. Toggle the panel with the U key, adjust strength, smoothness, and arm length in real time, or snap to built-in presets — all without leaving your session.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ASTRA228b/APreds-UI/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Drop the DLL into your BepInEx plugins folder and launch Gorilla Tag.
Quick start
Open the UI and make your first prediction adjustment in under a minute.
Prediction settings
Tune strength, movement threshold, smoothness, and max arm length.
Presets
Use Max, Random, or Reset to quickly change your prediction strength.
How it works
APreds UI hooks into the Gorilla Tag runtime via BepInEx and applies hand-position prediction every frame when enabled. The mod creates invisible tracker objects attached to your left and right hands, samples their velocity usingGorillaVelocityTracker, then nudges each hand position forward by a configurable amount — giving you a smoother, more responsive feel during fast movement.
Install BepInEx and the mod DLL
Place the compiled
APredsUI.dll in your BepInEx plugins folder. See the installation guide for the exact path.Open the overlay
Press U in-game to open the APreds UI panel. The window is draggable — position it anywhere on screen.
APreds UI is designed to work alongside Astra’s PullMod V1. Make sure PullMod is installed before enabling predictions.