jero
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
I just pushed this to my peeps in my server :)
Thank you bro.
Nov 8, 2025 1:18 AM
View details
Created comment
I don’t play with FIKA, but I did a test install and didn’t have any issues with VisorEffectManager. Everything worked without needing to re-enable the features when swapping gear or starting a new raid. Hope the new version fixed the problem you were running into.
Nov 8, 2025 12:43 AM
View details
Created comment
For anyone having issues and needing to re-enable settings through the BepInEx menu (F12): I just released version 1.0.1. I added some extra checks and also some diagnostic logs to help with troubleshooting.
You can check the log at:
[SPT Folder]/BepInEx/LogOutput.log
Search for the term "VisorEffectManager" and please report it by opening an issue on GitHub:
https://github.com/silviohmartins/VisorEffectManager/issues
Nov 7, 2025 4:39 PM
View details
Downloaded mod
Version 1.0.2 of Peltor TEP-300 earplugs backport and fixes
Nov 7, 2025 4:13 PM
View details
Created comment
Hi, that's strange, I did about 10 or more test runs and it didn't happen to me, I don't even need to touch the settings, because the mod activates by default. Just out of curiosity, are you using FIKA? But anyway, when I get home I'll analyze it and see if I find anything "problematic".
Nov 7, 2025 3:26 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.