
Therkelsen
Member since
Robotics engineer by trade, Tarkov lover by heart.
I only do Realism compatibility mods, since I don't know how to do real modding
You can send me suggestions if something needs compats.
{
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
No recent activity to display
Activity will appear here as the user interacts with the platform
I’m busy with uni and won’t have time to update my compats for the time being. That being said, unless the mod authors make major codebase overhauls to their mods, my patches should still work despite being made for a previous version. Try it out.
I’ll most likely be back in action from around mid-january.