Radicon111
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
This mod works great to limit the crazy overspawning issue. I initially tried the other bot system mod then added this one - but the other one must have been stopping pulse working properly - removed the other one and my game with pulse alone is great - ie. original game waves pattern and spawn points are actually really good - but the crazy amount of spawns and spawns happening right next to player are terrible - but pulse fixes it - thank you!
Nov 27, 2025 11:48 AM
View details
Created comment
Hey I prefer to do direct SPT config tweaks (yeah, naughty) and am wondering if you could please let me know what config (in Locations Base files i assume) stops bots spawning right next to player?? Mods like yours stop this behaviour but infuriatingly it exists in unmodded game. Im looking at the time to spawn figure as I suspect 4 secs allows player to move back into the exclusion bubble or something silly like that?
Nov 27, 2025 12:15 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.