TheDronBit
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
Downloaded mod
Version 1.1.2 of ABPS - Acid's Bot Placement System
Oct 17, 2025 3:55 PM
View details
Created comment
Hey guys, quick question.
I’m trying to find the optimal balance between smooth performance and FPS. I have an insanely powerful PC with a 9800X3D and a 9070XT, and I play in 2K with excellent FPS. However, I want my framerate to stay perfectly smooth and stable at around 120–140 FPS even during heavy firefights.
Here’s what I’m interested in:
How can I make it so that AI doesn’t spawn farther than 450 meters away? I want them to always appear relatively close. I’m not interested in having enemies spawn 800 meters away instead of nearby — I’d rather have, say, 12 enemies within 450 meters than 30 enemies 800+ meters away.
Oct 16, 2025 10:10 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.