exe616
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
Deleted comment
Hi, how can I increase the number of players in the lobby for PMСs spawns throughout the raid in mod version 0.4.2? I saw your comment about the command line with "fraction_of_max_players" for PMСs, but it doesn't work because this version of the mod has the line "fraction_of_max_players_vs_raidET." I understand that I need to configure a table with values, but I don't understand how it works. Could you tell me the correct values for spawning PMCs endlessly throughout the raid?
Oct 12, 2025 7:54 AM
View details
Edited comment
Hi, how can I increase the number of players in the lobby for PMСs spawns throughout the raid in mod version 0.4.2? I saw your comment about the command line with "fraction_of_max_players" for PMСs, but it doesn't work because this version of the mod has the line "fraction_of_max_players_vs_raidET." I understand that I need to configure a table with values, but I don't understand how it works. Could you tell me the correct values for spawning PMCs endlessly throughout the raid?
Oct 12, 2025 7:44 AM
View details
Created comment
Hi, how can I increase the number of players in the lobby for PMСs spawns throughout the raid in mod version 0.4.2? I saw your comment about the command line with "fraction_of_max_players" for PMСs, but it doesn't work because this version of the mod has the line "fraction_of_max_players_vs_raidET." I understand that I need to configure a table with values, but I don't understand how it works. Could you tell me the correct values for spawning PMCs endlessly throughout the raid?
Oct 12, 2025 7:44 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.