wizard83
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);
});
"
>
Recent Activity
Edited comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:20 PM
View details
Edited comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:20 PM
View details
Deleted comment
on mod page at the right side you can find "Source Code" link
Oct 31, 2025 6:19 PM
View details
Created comment
if want change mod config you must press F12 in game to see configurator manager where you can change mods options. also configs stored at BepInEx/config
Oct 31, 2025 6:19 PM
View details
Created comment
on mod page at the right side you can find "Source Code" link
Oct 31, 2025 6:17 PM
View details
Edited mod
For more FPS you can try NVidia Smooth motion with NVidia GPU RTX 4000+
Disable AI (temporarily) based on distance to the player and user defined bot limit within that distance. Only the closest bots (distance wise) are enabled based on a max value you set in bepinex config.
For instance, i could set the AI Distance limit to 400 and the bot limit to 5.
Within that max distance of 400, my version will only enable the closest 5 bots.
Once you kill the bots close to you, it could activate bots up to your maximum much further away.
Don't use this mod with Questing Bots.
Questing Bots have their own AI Limiter.
Original mod [AI Limit](https://hub.sp-tarkov.com/files/file/793-ai-limit/?highlight=ai%20li#overview)
Oct 31, 2025 6:16 PM
View details