

netVnum
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
Liked comment
Hello it's an awesome mod. Can I use it with Fika? Is there an exception to not pause while running co-op lobbies? Because it would be so cool being able to pause my solo raids.
Oct 12, 2025 12:21 AM
View details
Liked comment
I've been using this mod for a long time, good stuff. There's only one thing that has been bothering me this whole time – and it's laser attachments going out of sync whenever you pause. Have to toggle them off/on every time in order to fix this.
It's likely related to being able to move your camera while arms are frozen in place. Simplest solution would probably be adding an option to disable head rotation during pause. Or utilize game's existing head rotation functionality (MMB keybind, with fixed angle) which could possibly avoid this behavior. Not sure what the exact solution would be.
Oct 12, 2025 12:21 AM
View details