McOnie
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);
});
"
>
Recent Activity
Created comment
Relating to @zenbobwe I had a similar issue having pack n strap installed with expanded task text, could it be something to do with language or translations? When I uninstalled expanded task text, the issues went away.
Nov 7, 2025 11:26 PM
View details
Deleted comment
Relating to @zenbobwe I had a similar issue having pack n strap installed with expanded task text, could it be something to do with language or translations? When I uninstalled expanded task text, the issues went away.
Nov 7, 2025 11:25 PM
View details
Created comment
Relating to @zenbobwe I had a similar issue having pack n strap installed with expanded task text, could it be something to do with language or translations? When I uninstalled expanded task text, the issues went away.
Nov 7, 2025 11:25 PM
View details
Created comment
Did not know that, haven't had a chance to install it yet. I guess between your mod and theirs I've got a whole load of new guns to play around with :)
Nov 7, 2025 2:29 PM
View details
Created comment
The SIG MCX-SPEAR chambered in .308 would be pretty nice, I know it's not the biggest change but it does more variety
Nov 7, 2025 1:25 PM
View details
Created comment
which mod, medical modifier? It was made using 4.0.2, but I can't think why it wouldn't work. I'll investigate and see what might be causing the problem.
Nov 7, 2025 10:36 AM
View details
Liked comment
Thanks and also no problem, take your time but its good to know that its something on your to do list.
so far the mod is great and its good we have soemthign for version 4.0.3,
Nov 6, 2025 9:19 PM
View details
Created comment
I did try to do make it so med kits could repair limbs and also customise effects of items like stims, but wasn't able to get it working. I'm still new to modding and coding in C#, so I'll keep trying and hopefully push an update.
Nov 6, 2025 8:56 PM
View details
Created comment
You're right, clearly jumped the gun with my release. I've updated the download to have the correct config. It works the same way, but sorry for the hassle.
Nov 6, 2025 7:10 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.
Hi.I have the STP version 4.0.1. This mod doesn’t work. What could be wrong?