maxloo2
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 Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
My bad, I misunderstood it as being able to modify weapons on my off hand! I just came back to SPT and I thought hotswapping attachments by dragging was from your mod, guess there was some other mods back then that did it!
Nov 27, 2025 4:16 PM
View details
Liked comment
- is the weapon equipped? You can never modify equipped weapons in raid (read the tooltips on the UIFixes settings)
- Currently by design, though I’m not against the idea
- Put X into Y takes priority over swap. Also make sure you enable swap incompatible containers.
Nov 27, 2025 2:23 PM
View details
Created comment
It's fine haha, I am just fooling around a little bit with SPT nowadays. <3
Nov 27, 2025 2:23 PM
View details
Liked comment
And you know what you're talking about being the former maintainer :p
Would you want an access to the gitlab sources and on the forge to be a co-author ?
Nov 27, 2025 2:21 PM
View details
Created comment
A few issues I have experienced:
- In-raid weapon modding doesn't work despite set to "Always"
- Dragging attachments to a weapon doesn't work when the slot is already occupied
- Dragging some items to another item of the same slot size doesn't replace in-place. For example, I cannot drag a rig on me that is 3x4 to another one that is also 3x4 in my stash. I expected it to auto equip the one in the stash and place the one I was originally equipped with into the stash.
Nov 27, 2025 6:06 AM
View details