

Bubblefarts
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Downloaded mod
Version 3.1.6 of MOAR + Bagels - Ultra lite spawn mod
Oct 11, 2025 10:32 PM
View details
Liked comment
Just registered to comment on this, I've been waiting a long time for a mod like this. Epic job mate, seems to work for 3.9.8 haven't tested in raid yet.
Oct 11, 2025 4:12 PM
View details
Created mod
Chronos – SPT 3.11 Time Setter (by Bubbles)
Overview
- Chronos lets you pick the raid start time before you load into a raid in SPT 3.11. It provides a simple in‑game menu where you can select a preset (Dawn/Noon/Dusk/Midnight) or enter a custom 24‑hour time (HH:mm).
Quick start (in‑game Menu)
- Press F10 (default) in the main menus to toggle the Chronos window.
- Choose Mode:
- Preset: pick one of Dawn/Noon/Dusk/Midnight.
- Custom: type a time as HH:mm (24‑hour), then click Set (or click Now to insert the current time).
- Click “Apply” to queue your chosen time for the next raid load.
- Start a raid. Chronos applies the time as the world finishes loading.
Notes
- The window is only available outside raids and stays accessible even if the mod is disabled.
- “Enabled” toggle disables time application while leaving the menu usable.
Configuration (BepInEx config)
- Enabled: turn the mod’s effect on/off.
- Mode: Preset or Custom.
- Preset: one of Dawn/Noon/Dusk/Midnight.
- CustomTime: default custom time (HH:mm).
- ToggleKey: key to show/hide the window (default F10).
- VerboseLogging: extra debug logs (optional).
- WindowX/WindowY: window position persists between runs.
Troubleshooting
- If time doesn’t change:
- Ensure “Enabled” is on and you clicked Apply before starting the raid.
- Enable VerboseLogging and check BepInEx console/log for Chronos messages (it will try multiple reflection paths).
- Mod conflicts that also set raid time can override behavior; try disabling other time/weather mods.
Oct 11, 2025 1:23 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.