Koirent
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
Created comment
Hey! Sorry for delayed response. The PMC running into a wall, was on Customs. But the problem with them not moving is on all maps. Although, I suspect it is caused by the same thing.
https://imgur.com/a/gLKcYS8
As you can see in the picture, both squads here are just standing still in one spot. But from what I can read on the Discord, it's not necessarily your preset, but a problem with SAIN and custom-presets in general at the moment.
Oct 18, 2025 8:33 PM
View details
Edited comment
A goal for you in the future: Make it so the information given is based on the Intelligence Center. Just like Boss Notifier:
https://forge.sp-tarkov.com/mod/1247/boss-notifier (you can look up the source code)
I'll take a mod like that over Dynamic Maps any day! Looking forward to see what you end cooking up!
Oct 17, 2025 12:17 PM
View details
Created comment
A goal for you in the future: Make it so the information given is based on the Intelligence Center. Just like Boss Notifier:
https://forge.sp-tarkov.com/mod/1247/boss-notifier (you can look up the source code)
I'll take a mod like that over Dynamic Maps any day! Looking forward to see what you end cooking up!
Oct 17, 2025 12:16 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.