lumurkfox
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
Downloaded mod
Version 4.2.0 of SAIN - Solarint's AI Modifications - Full AI Combat System Replacement
Nov 6, 2025 9:07 PM
View details
Edited mod
Pulse is a simple bot wave generator for SPT that lets you customize bot spawning behavior through an easy-to-edit
config file.
Features
- Adjust PMC and Scav group sizes
- Scale bot populations with min/max multipliers
- Control assault wave counts
- Set PMC difficulty levels
- Debug logging option
Configuration
Edit config/config.json to adjust settings:
- MaxPmcGroupSize: PMCs per group (default: 3)
- MaxScavGroupSize: Scavs per group (default: 3)
- BotCountMultiplierMin/Max: Bot population scaling (default: 1.5 - 2.0)
- AssaultWaveCount: Number of assault waves (default: 3)
- PmcBotDifficulty: Choose easy, normal, hard, or impossible (default: normal)
- Debug: Enable debug logging (default: false)
- BossSpawnChancePercent: Spawning percent chance of bosses in raid
- GlobalBotLimit: Overrides the multiplier value. set to 0 to disable
About
Pulse is a customized fork of https://github.com/barlog-m/spt-unda by Barlog_M, modified for personal preferences and made available for others who might want similar customization options.
*DISCLAIMER* I did get permission to post as a separate mod from Barlog_M
Nov 5, 2025 9:05 PM
View details
Created comment
From what I've seen, the waves have to be set during raid setup. I can add a "bot limit" number and what you can do, is just set it to 1 wave.
That will be added to the next update.
Nov 5, 2025 8:43 PM
View details
Created comment
with a lot of mods already doing it (like SVM), I think it would be duplicated work.
That being said, I can look into adding it in for the next version.
Nov 5, 2025 8:12 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.