simpleman
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
Created comment
I just updated and it looks like the "damage given" slider is gone. Can that be added back?
Nov 7, 2025 4:39 PM
View details
Liked comment
yes you are right, zip file was fixed.
the path should be like "C:\EscapeFromTarkov\BepInEx\plugins\SPTExfilNow\SPTExfilNow.dll"
Nov 7, 2025 4:38 PM
View details
Created comment
Thank you for updating! This is one of the best mods imo, even after the vanilla recoil rework.
Nov 4, 2025 2:34 PM
View details
Edited comment
I think the file structure for 4.0.3 is incorrect. It drops the main folder in the BepInEx root folder. I'm not sure if all 3 files belong in "plugins" or not, as 2 files are .deps and .pdb
Edit: I downloaded the previous version to see the folder structure, and it looks like the root "exfilnow" folder belongs in the BepInEx plugins folder.
Nov 1, 2025 6:48 PM
View details
Created comment
I think the file structure for 4.0.3 is incorrect. It drops the main folder in the BepInEx root folder. I'm not sure if all 3 files belong in "plugins" or not, as 2 files are .deps and .pdb
Edit: I downloaded the previous version to see the folder structure, and it looks like the root "exfilnow" folder belongs in the BepInEx plugins folder.
Nov 1, 2025 6:45 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.