
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);
});
"
>
Recent Activity
Edited mod
ye so who even plays scav anyways
this has been rewritten completely by myself but the original idea stemmed from these guys
original mod - [DisableScavMode](https://hub.sp-tarkov.com/files/file/1330-disablescavmode/)
Original credits to Chimerhazzard and Paulov-t and MaoMao / TheMaoci
Oct 17, 2025 10:36 AM
View details
Liked comment
@mod author i keep getting the error below in my server if I start it with one of the kits in my stash
when I do the removeModItemsFromProfile thing only thing gone is the kit, done it twice so far to confirm i was correct. using 4.0 one
"Failed to load profile with ID '68ecd3da1f17a01dd46fa725'. The profile will be marked as invalid.
SPTarkov.Server.Core.Exceptions.Items.InvalidModdedItemException: Item: 68f0a63a30840416d46bce1f found in profile that does not exist in items db. You WILL experience errors, this can be due to using an items mod and removing the mod without deleting the modded items from your inventory. DO NOT USE THIS PROFILE. Open SPT_Data\Server\configs\core.json, edit 'removeModItemsFromProfile' to be true. This will allow the server to edit your profile and hopefully remove the bad items"
Oct 17, 2025 3:30 AM
View details
Created comment
Thanks for the report, I've fixed it in the latest version. Your old profile will be safe to use upon updating
Oct 17, 2025 3:30 AM
View details
Liked comment
@mod author i keep getting the error below in my server if I start it with one of the kits in my stash
when I do the removeModItemsFromProfile thing only thing gone is the kit, done it twice so far to confirm i was correct. using 4.0 one
"Failed to load profile with ID '68ecd3da1f17a01dd46fa725'. The profile will be marked as invalid.
SPTarkov.Server.Core.Exceptions.Items.InvalidModdedItemException: Item: 68f0a63a30840416d46bce1f found in profile that does not exist in items db. You WILL experience errors, this can be due to using an items mod and removing the mod without deleting the modded items from your inventory. DO NOT USE THIS PROFILE. Open SPT_Data\Server\configs\core.json, edit 'removeModItemsFromProfile' to be true. This will allow the server to edit your profile and hopefully remove the bad items"
Oct 17, 2025 3:29 AM
View details
Unliked comment
@mod author i keep getting the error below in my server if I start it with one of the kits in my stash
when I do the removeModItemsFromProfile thing only thing gone is the kit, done it twice so far to confirm i was correct. using 4.0 one
"Failed to load profile with ID '68ecd3da1f17a01dd46fa725'. The profile will be marked as invalid.
SPTarkov.Server.Core.Exceptions.Items.InvalidModdedItemException: Item: 68f0a63a30840416d46bce1f found in profile that does not exist in items db. You WILL experience errors, this can be due to using an items mod and removing the mod without deleting the modded items from your inventory. DO NOT USE THIS PROFILE. Open SPT_Data\Server\configs\core.json, edit 'removeModItemsFromProfile' to be true. This will allow the server to edit your profile and hopefully remove the bad items"
Oct 17, 2025 3:29 AM
View details
Добрый день не могли бы Вы подсказать что нужно сделать в файле dll для мода Долговечный ремонт?Попробовал перенес в 3.11 с файлом dll для BepInEx происходит ошибка с любым предметом,а без него ремонтные комплекты просто чинят оружие не восстанавливает его прочность.