
LightoftheWorld
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
For when I want to shoot a guy once in the leg and walk away
Oct 11, 2025 12:54 PM
View details
Liked comment
Thank you for making this simple mod. I've been wanting something like this because I honestly think each faction should generally work with their faction, barring actual attack.
I do wish there was a mod that if you accidentally shot someone who wouldn't normally aggro that you could put away or drop your weapon and they would stop being aggressive. I know it's outside the scope of your mod, just conversating.
Oct 11, 2025 6:38 AM
View details
Created comment
Absolutely love the mod. Noticed one tiny thing. It tries to show the sell price at the end of raid screen when hovering over damage you took in the medical screen. Super small thing, otherwise fantastic mod.
Oct 11, 2025 2:24 AM
View details
Edited mod
This mod makes it so that bots on the same faction as you (BEAR, USEC, or SCAV, depending on what you're playing) will be friendly to you until you kill one of them, at which point they will be hostile like normal for the rest of the raid. If you kill a teammate, some simple text appears for a few seconds to let you know about your mistake.
"Hey, isn't this just friendlyPMC but way simpler?" Yes. Yes it is.
Story time:
Long ago, back before streets was even in the game, there existed a humble mod: friendlyPMC. This mod made it so that any bot that was the same faction as you would be friendly to you, not shooting you unless you shot them first.
Once just a server value change, friendlyPMC has now grown to be an insanely good mod: Bringing AI into raid with you, making new friends in raid, working with the Goons?!? I've been amazed at what https://forge.sp-tarkov.com/user/20755/pitalex has accomplished, and am extremely happy for him.
I also miss the simplicity of the original friendlyPMC. I, personally, grew very attached to it, when all it did was make it possible to run into friendly ai on the battlefield. It'd almost be like a subobjective; locate a group of ai teammates in a firefight and assist them, or even better, get lucky enough to have the Avengers roll up while you're pinned down and come save you. That alone was exactly what I wanted.
So, I asked pitAlex if I had his permission to make this mod. He said I could, so I did. Thanks, pitAlex.
Oct 11, 2025 12:21 AM
View details
Created comment
This mod has no requirements at all. It's meant to be a budget FriendlyPMC for those who just want the "Bots on the same faction as you are friendly" feature with nothing else. No following, no squad spawning in with you, no goons on your side, just the Bears liking the Bears and the Usecs liking the Usecs.
Oct 11, 2025 12:19 AM
View details
Created comment
Pretty good chance it's not fika compatible at the moment but it actually shouldn't be hard to incorporate... assuming all of you are playing as the same faction. If you have 2 Usecs and 2 Bears its gonna fall apart quickly.
Oct 11, 2025 12:11 AM
View details