Jaker
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 Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
I just read the discussion on Discord and I can't believe it, I'm perplexed.
Nov 21, 2025 7:24 AM
View details
Created comment
I'm so sorry to hear that. Your work looked really excellent. The opinions of a few, and even more so if they are negative, should not condition us. Thanks for trying, maybe in the near future you can share it.
Nov 21, 2025 7:01 AM
View details
Liked comment
He has not responded. I'll give him time but at this point I've refactored so much of the code it's at the point where I can probably just give him credit for the original concept. So if I get it to do what I want, how I want it, then I'll release it yes.
It's a huge amount of work, so while I'm rebuilding it pretty much from the ground up I'm also improving it. To do what I planned I'm actually building my own versions of BRAIN, SAIN, and FriendlyPMC. So it's three mods simultaneously.
Benefits will be that I'm adding some new features, optimising the AI to modern standards and that allows for some better performance and that makes room for things that might not have been possible before.
Once I move from coding to testing I'll share more. But this is very complex work so don't expect it tomorrow.
Nov 20, 2025 9:50 AM
View details
Created comment
Without wishing to be annoying, any news about pitAlex and the possibility of enjoying this new version of the mod?
Nov 20, 2025 8:54 AM
View details