Delos518
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);
});
"
>
This user has not yet published any mods.
Recent Activity
Deleted comment
I haven’t been able to get the VR mod to work. Every time I try to start it, I get an infinite loading screen at the title screen, and everything stays black inside the Quest 3. I’ve reinstalled it multiple times following the instructions carefully, but it still doesn’t work. Is there any solution for this? I really want to play the VR mod.
Oct 18, 2025 8:07 AM
View details
Created comment
I haven’t been able to get the VR mod to work. Every time I try to start it, I get an infinite loading screen at the title screen, and everything stays black inside the Quest 3. I’ve reinstalled it multiple times following the instructions carefully, but it still doesn’t work. Is there any solution for this? I really want to play the VR mod.
Oct 18, 2025 6:46 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.