matsix
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
The mod hasn't been updated for SPT 4.0 yet. If you're on 3.11 then you're not installing something right.
Oct 17, 2025 10:36 PM
View details
Created comment
Regarding 4.0 update - I updated the mod pretty early on in 4.0’s development and didn’t realize how long it would take before 4.0 went live. It’s had a few more version updates since I updated this mod to 4.0 so it unfortunately is not ready. Once I noticed 4.0 was still a ways away I decided to put it on hold until 4.0 was fully ready. I will get this updated soon but it will take some time.
Oct 11, 2025 8:43 PM
View details
Deleted comment
Regarding 4.0 update - I updated the mod pretty early on in 4.0's development and didn't realize how long it would take before 4.0 went live. It's had a few more version updates since I updated this mod to 4.0 so it unfortunately is not ready. Once I noticed 4.0 was still a ways away I decided to put it on hold until 4.0 was fully ready. I will get this updated soon but it will take some time.
Oct 11, 2025 8:43 PM
View details
Created comment
Regarding 4.0 update - I updated the mod pretty early on in 4.0's development and didn't realize how long it would take before 4.0 went live. It's had a few more version updates since I updated this mod to 4.0 so it unfortunately is not ready. Once I noticed 4.0 was still a ways away I decided to put it on hold until 4.0 was fully ready. I will get this updated soon but it will take some time.
Oct 11, 2025 8:41 PM
View details
Created comment
Once I start working on this again once SPT 4.0 hits, I plan on updating the collider again for the radial menu because I have some issues with it too occasionally. You need to move your left hand kinda to your left hip and a bit behind, grip and keep holding the grip.
No way to manually increase the radius for the interactions. I'll look into adjusting it to make it more consistent, you need to look more down than you expect for the menu to come up.
No way to quick drop currently, good suggestion though. I've definitely considered doing more stuff to improve inventory management because it's for sure a pain in VR.
Oct 7, 2025 12:57 AM
View details