

HK_417A2
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
When I was trying to make a 416 CAG Colne, I noticed that the 10.6" Barrel isn't compatible with the 10.5" handguard. When I then tried to edit the conflicting items in the handguards file, there weren't any listed, which I'd interpret as it working with all the barrels, but ingame, it doesn't seem to, even the 14.5" handguard, which I edited to not conflict with the 16.5 and 14.5" barrels doesn't do that. Any idea why?
Oct 4, 2025 1:19 PM
View details
Deleted comment
How can I edit the 416 handguards to work with the shorter barrels? I looked at the BUNDLE file in AssetStudio, but didn't find anything that specifies parts compatibility/conflicts.
Oct 4, 2025 12:15 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.