

Kojimbo0_0
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
Created comment
This mod makes my game look like no AA at all on 1440p. Tried no TAA in Tarkov settings with SMAA on in the mod, all ultra. Still looks like default FXAA
Oct 18, 2025 3:47 PM
View details
Downloaded mod
Version 4.1.3 of SAIN - Solarint's AI Modifications - Full AI Combat System Replacement
Oct 17, 2025 5:08 PM
View details
Created comment
The unclosable window is caused by a gun that's added by a mod that doesn't have a Realism compatability patch. If you have gun mod that I haven't listed then it will happen if you use pick up or examine one. I have done testing and my game works alright with the mods listed [my load order](https://i.imgur.com/4GmdkzT.png).
I doubt it's this causing any bugs since my mod only gives stats to existing items. You can try deleting everything in SPT3\user\mods\SPT-Realism\db\templates\user_templates and reinstalling my mod
Oct 14, 2025 4:21 PM
View details
yooo always good work!