ragnaroks
Member since
YOLO, so i focus on QoL modifications
{
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
Liked 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 3, 2025 4:26 PM
View details
Created comment
yes you are right, zip file was fixed.
the path should be like "C:\EscapeFromTarkov\BepInEx\plugins\SPTExfilNow\SPTExfilNow.dll"
Nov 3, 2025 4:25 PM
View details
Edited mod
# description
ammunition cases that classify by caliber or penetration for SPTarkov
### caliber cases
one colume one sub-kind of the caliber, sort by penetration value desc from left to right
some empty grid can not put anything, it's intentional for future updates
### penetration level cases
the case can be store any ammo with same penetration range
### extended case
just an extened case that have 196 cells, can store any ammo
### ammo background color
|penetration|color|
|-|-|
|40mm|red|
|60+|red|
|51 ~ 59|orange|
|41 ~ 49|yellow|
|31 ~ 39|violet|
|20 ~ 29|blue|
|10 ~ 19|green|
|01 ~ 09|grey|
|0-|black|
# how to get
- available at REF LL1 and Level 15, cost GP coins
# install
unarchive released zip file and put them in your SPTarkov game folder like `C:\EscapeFromTarkov`, it is should be have the file `EscapeFromTarkov.exe` there.
# preview
### list

### caliber cases

### penetration level cases

Nov 2, 2025 12:07 AM
View details