VeiledFury
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
Liked comment
Your code has hardcodded path to snapshots in RaidEndInterceptor.cs file as:
private readonly string _snapshotsPath = @"H:\SPT\BepInEx\plugins\Blackhorse311-KeepStartingGear\snapshots";
Nov 27, 2025 9:22 PM
View details
Created comment
Do I understand it correctly, this mod requires me to make a manual snapshot every time I enter a raid? It does not automatically take a snapshot on raid start?
Nov 27, 2025 9:22 PM
View details
Created comment
Perfect, thank you! Yeah I was aware of the function, but I didn't know the syntax. :) Much appreciated!
Nov 23, 2025 10:17 PM
View details
Liked comment
its new in advanced features for svm something like
Ragman:RUB:10000:5732ee6a24597719ae0c0281:1
should do a sale for 10k at loyalty 1 but i haven't tested this extensively bc i prefer just giving myself one
Nov 23, 2025 10:16 PM
View details
Created comment
Did a run on Customs to check, no drop in performance on my end. Maybe a weird cross-error with another mod for you? 🤔
Nov 23, 2025 9:01 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.