Blackhorse311
Member since
Former M1 Tank crewman/commander. Former career firefighter/medic. Former DHS Intel Analyst (thanks DOGE :-/), now a retired full time gamer learning to program mods for games I love.
{
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
Let me get back home on Sunday and I’ll take a look at the code. I’m pretty sure everyone found the issue with the hard coding of the H drive. I’m betting when I fix that it will fix the mod for everyone.
Nov 27, 2025 11:04 PM
View details
Created comment
Sound like I forgot to change it to look for your installation drive and not mine. I’ll fix it Sunday. Thanks for the info!
Nov 27, 2025 9:55 PM
View details
Created comment
Same as above. I need a log file posted or more information to try and help you.
Nov 27, 2025 9:53 PM
View details
Created comment
Post a log or give me more information, as just telling me it didn’t work for you doesn’t help me locate the issue.
Nov 27, 2025 9:50 PM
View details
Created comment
I set it up so you would lose them. I wanted to make this as configurable as the player wants.
Nov 27, 2025 9:49 PM
View details
Created comment
Also everyone please be patient for any fixes I need to make. I'm out of town for the US Thanksgiving holiday and won't be back until next week to actually look at code.
Nov 26, 2025 5:50 PM
View details
Created comment
There should be two logs. One just inside your BepinEx folder and then one actually inside my mod folder. I made it so my mod tracks what is happening in case we have issues like this.
Nov 26, 2025 5:49 PM
View details
Edited comment
Or even just a list of mods you're using. I may be able to figure out out that way too.
Nov 26, 2025 5:48 PM
View details
Edited comment
Or even just a list of mods you're using. I may be able to figure out out that way too.
Nov 26, 2025 5:47 PM
View details
Edited comment
Or even just a list of mods you're using. I may be able to figure out out that way too.
Nov 26, 2025 5:47 PM
View details
Hey, man. Wanted to ask why have you removed your Keep Starting Gear mod and approximately when can we expect an update (if at all). Thanks