egbog
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
The config file it generates is supposed to exclude the headless.dll but the file path is slightly wrong.
open the config.yaml file in ...\SPT\user\mods\NarcoNet-Server and change the line
../BepInEx/plugins/Fika.Headless.dll to read ../BepInEx/plugins/Fika/Fika.Headless.dll
this will fix it
Nov 14, 2025 10:54 PM
View details
Добрый день не могли бы Вы подсказать что нужно сделать в файле dll для мода Долговечный ремонт?Попробовал перенес в 3.11 с файлом dll для BepInEx происходит ошибка с любым предметом,а без него ремонтные комплекты просто чинят оружие не восстанавливает его прочность.