Gorilla Time V2 is a PC mod for Gorilla Tag, the popular VR game available on Steam, that gives you direct control over the in-game time of day and weather. Gorilla Tag runs on the Unity engine, and like many Unity games it supports BepInEx — a widely-used mod loader that injects plugins at runtime without modifying game files. Gorilla Time V2 loads through BepInEx as a standard plugin and attaches a persistent GUI to the game, letting you switch between five lighting presets and toggle rain on or off whenever you want.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ASTRA228b/Gorilla-Time-V2/llms.txt
Use this file to discover all available pages before exploring further.
Features
Time of day control — choose from five presets that map directly to the game’s internalSetTimeOfDay API:
| Preset | Internal value |
|---|---|
| Morning | 1 |
| 10AM | 3 |
| Day | 4 |
| Evening | 6 |
| Night | 0 |
BetterDayNightManager.weatherCycle array in real time.
Draggable GUI — the control window can be repositioned anywhere on screen by clicking and dragging the title bar.
T-key toggle — press T at any time to show or hide the GUI without leaving the game.
Next steps
Install Gorilla Time V2
Copy the DLL into your BepInEx plugins folder and get the mod running.
Quickstart
Open the GUI, change the time, and try the weather controls for the first time.