AAAAAAAAAAAAAAAAAAAAA
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
Is there a fix for Error:
Cannot find module ‘C:/snapshot/project/obj/utils/VFS’
Require stack:
- C:\SPT\user\mods\Tyr-UniversalWeaponMods\src\PatchedModPoolService.js
- C:\SPT\user\mods\Tyr-UniversalWeaponMods\src\mod.js
- C:\snapshot\project\obj\loaders\PreSptModLoader.js
- C:\snapshot\project\obj\controllers\GameController.js
- C:\snapshot\project\obj\callbacks\GameCallbacks.js
- C:\snapshot\project\obj\di\Container.js
- C:\snapshot\project\obj\Program.js
- C:\snapshot\project\obj\entry\run.js
I tried fix with changing VFS to FilesystemSync but didn't work
Oct 27, 2025 5:18 PM
View details
Edited comment
Is it compatible with 4.0.1 ? I want to update it but don't know if it works or not with that version ?
Oct 21, 2025 6:20 PM
View details
Created comment
Is it compatible with 4.0.1 ? I want to update it but don't know if it works or not with that version ?
Oct 21, 2025 6:18 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.