

SamuraiChicken
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
Deleted comment
Maybe I'm a crazy person but I can't get Greed.exe to run, I double click it an just nothing happens. If I move it to another directory, I DO get a popup telling me it's not in the right place. It's in my SPT root directory, D:\SPTarkov\SPT4.0, the same directory as the SPT server and launcher exes. Am I dumb?
Oct 15, 2025 10:35 PM
View details
Created comment
Maybe I'm a crazy person but I can't get Greed.exe to run, I double click it an just nothing happens. If I move it to another directory, I DO get a popup telling me it's not in the right place. It's in my SPT root directory, D:\SPTarkov\SPT4.0, the same directory as the SPT server and launcher exes. Am I dumb?
Oct 15, 2025 8:41 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.