metzgermeister
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 Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
this is still happening, error log lists a long series of NullReferenceExceptions on LootHighlight.CreateHighlight around the time the mod stops working
Oct 16, 2025 12:07 PM
View details
Liked comment
Sometimes in between raids the highlighting stops working and needs to be 'restarted' by pressing F1 again.
Oct 16, 2025 12:05 PM
View details
Unliked comment
The download link which takes you to the GitHub page only shows source code available for download.
And when you open the **EFT-SPT-mod-3.11-loot-highlighter-0.1.0.zip** the first thing you see is another folder named **EFT-SPT-mod-3.11-loot-highlighter-0.1.0**. Only when you look inside that folder do you find the **BepInEx** folder. If you get the chance could you please repackage the zip file so that the **BepInEx** is the first thing users see when opening it?
Only seeing source code available on the github page and not seeing a **BepInEx** folder when you first look inside the zip could be confusing to some users. We've had users install mods incorrectly because they installed the parent folder instead of the bepinex/user sub folders.
Oct 16, 2025 12:04 PM
View details
Liked comment
Could you make the key to toggle the highlighting customizable and also add the ability to disable the text?
Oct 16, 2025 12:03 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.