Bobby2025
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
Edited comment
Thanks very much, i have seen where i messed up!
If anyone is else if having trouble, you just have to drag and drop the whole container into SPT folder, not the lower folder/files.
Nov 1, 2025 2:37 AM
View details
Liked comment
Correct, the GIF was still for 3.11 as at the time a 4.0 didn't exist yet, I have updated it now.
Nov 1, 2025 2:36 AM
View details
Created comment
Thanks very much, i have seen where i messed up!
If anyone is else if having trouble, you just have to drag and drop the whole container into SPT folder, not the lower folder/files.
Nov 1, 2025 2:36 AM
View details
Created comment
Not working.
Does not appear on server boot nor the in game, F12 Menu.
There is no BepInEx folder present on download like in the Gif
Oct 31, 2025 4:20 AM
View details
Created comment
Doesn't Work.
Doesn't appear on server load in nor on the F12 menu in game.
Does the .dlll file stay with the mods folder or does it require to moved to the Plugins folder.
Oct 31, 2025 4:18 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.