Skip to main content

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.

APreds UI is a BepInEx plugin that adds a draggable overlay window directly inside Gorilla Tag. It lets you enable, disable, and tune movement prediction values without restarting the game — press U to open the panel at any time while playing.

Key features

In-game overlay UI

A 360×460 px IMGUI window rendered over the game. Drag it anywhere on screen by its title bar.

Prediction tuning

Adjust Preds Strength and related values in real time with sliders — no config file editing required.

Built-in presets

Three one-click preset buttons — Max, Random Setting, and Reset — instantly change your Preds Strength value.

BepInEx plugin architecture

Loads automatically through BepInEx on game start. Uses HarmonyX patches and Unity IMGUI — no game files are modified.

Requirements

Before installing APreds UI, make sure you have the following:
  • Gorilla Tag installed via Steam
  • BepInEx installed in the Gorilla Tag game directory
  • Astra’s PullMod V1 installed
APreds UI is designed to work alongside Astra’s PullMod V1. Install PullMod V1 first to get the full prediction experience.

Plugin metadata

These values are registered with BepInEx at startup, as defined in Stuff/Constantss.cs:
Stuff/Constantss.cs
public const string GUID    = "Astras.Prediction.UI";
public const string Name    = "APredsUI";
public const string Version = "0.0.2";

Build docs developers (and LLMs) love