
ehaugw
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
Edited mod
When auto sorting items, ammo is sorted by caliber first and penetration second
Oct 5, 2025 8:49 AM
View details
Edited mod
When auto sorting items, ammo is sorted by caliber first and penetration second
Oct 5, 2025 8:49 AM
View details
Created comment
It’s a lot. I never tested with 5%, but I have tested with 0%. The justification for this is that Tarkov implemented MOA as radius rather than diameter, meaning that its twice of IRL. This feature helps us get closer to the IRL experience. That being said, I’m considering to drop it to 10% or even 5%
Oct 4, 2025 2:41 PM
View details
Created comment
I’ve been playing with this mod for ages with my friend on FIKA without issues. The only new thing is the accuracy update, which we have only been testing for a day. I always assume all clients, headless included, use the same mod, and in that case I don’t see how this could cause any issues.
Oct 4, 2025 2:39 PM
View details
Liked comment
I haven't noticed any issues with Fika from this alone, and I don't use it on the headless client. Which I think makes sense: the headless client is mainly just responsible for AI decisions, and I don't expect this mod to affect any of that (unless AI PMCs have different skill/mastery levels... maybe). Just my two cents.
Oct 4, 2025 2:38 PM
View details
Created mod
When auto sorting items, ammo is sorted by caliber first and penetration second
Oct 3, 2025 2:53 PM
View details
Hey man, I was wondering what tools you use to edit and write code for .dll files? I wanted to try to update your meaningful masteries mod with your permission