Horszak442
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);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
I know why I couldn't install it. When you manually move the unpacked folder to the game folder, you have SPT/user/mods/bushtail-SlimmerMagazines/SlimmerMagazines/SlimmerMagazines.dll. Then the server doesn't see the mod. It should be SPT/user/mods/bushtail-SlimmerMagazines/SlimmerMagazines.dll. I think that one folder inside SlimmerMagazines is unnecessary.
Nov 17, 2025 10:56 PM
View details
Created comment
It works for version 4.0.4. Changing the files to 4.0.5 doesn't help. We have to wait for the update.
Nov 17, 2025 8:59 PM
View details