Gorilla Time V2 gives you precise control over Gorilla Tag’s day-night cycle through five radio-style toggles in the overlay window. Each toggle maps to a specificDocumentation 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.
SetTimeOfDay value on BetterDayNightManager — the game’s internal day-night manager. Once you select a setting, the plugin re-applies it every FixedUpdate tick so the game never drifts back to its default cycle while your override is active.
Time settings
| Toggle | SetTimeOfDay value | In-game appearance |
|---|---|---|
| Morning | 1 | Early morning light with a low sun angle |
| 10AM | 3 | Mid-morning brightness, sun climbing higher |
| Day | 4 | Full daylight, high sun position |
| Evening | 6 | Golden-hour glow, long shadows |
| Night | 0 | Dark sky, nighttime ambient lighting |
How continuous overrides work
When you activate a toggle, the selectedTimeSettings enum value is stored. On each FixedUpdate call — the fixed physics tick that fires approximately 50 times per second — the plugin runs a switch statement and calls SetTimeOfDay with the corresponding value.
Switching between time settings
Click any of the five toggles to change the active time setting. The plugin immediately stores the newTimeSettings value and begins applying it every FixedUpdate tick. There is no “none” option available in the GUI — once a time is selected, it remains active for the rest of the session unless you pick a different preset.
Closing the overlay with the Close button or pressing T does not clear the active time setting. The override continues running in the background via
FixedUpdate even when the window is hidden. Click the active toggle off first if you want to restore normal time behavior.Selecting a time setting
Click a time toggle
Click Morning, 10AM, Day, Evening, or Night. The toggle highlights in blue to indicate it is active.
Observe the change
The sky and lighting update within the next
FixedUpdate tick — nearly instantly. The time stays locked for as long as the toggle remains active.GUI overview
See all controls in the overlay window and how the dark theme is configured
Controlling weather
Add rain on top of your chosen time setting for extra atmosphere