dushaoan added a new version:
File
MOAR - Ultra lite spawn mod 1.2.0
Config Change
- Added sniper difficulty settings that work the same as the pmc/scav difficulty settings:
"sniperDifficulty": 1,
The current setting of 1 means you will have around 50% normal, 30% hard, 20% Impossible snipers.
Feel free to lower/higher it if you'd prefer. - "bossInvasionSpawnOverride" can now be set to 0 to turn off.
- Major bug fix that was effecting all spawning limits, namely marksman/rogue/raider spawning.
All of these bot types shouldn't have issues spawning again. - Major bug
QuoteDisplay MoreConfig Change
- Added two sniper diffulty settings that work the same the pmc/scav difficulty settings:
"sniperDifficulty": 1,
The current setting of 1 mean the you will have around 50% normal, 30% hard, 20% Impossible snipers.
I find this difficulty most interesting, but do feel free to lower/higher it if you'd prefer.Bug fixes:
- Major bug fix that was effecting all spawning limits, namely marksman/rogue/raider spawning.
All of these bot types shouldn't have issues spawning again.- Major bug fix around setting BossChance and the bossInvasionSpawnOverride being applied when invasions weren't active.
All should be well now in the bossSpawn setting department.
A NOTE ON RAIDER/ROGUE SPAWNING CHANCE:
This has been requested a lot.
IF you want to adjust the VANILLA raiders/rogues spawn chance.
Add the following to the config.json "defaultBossSettings" for any map that has either raiders or rogues:
For rogues add this:
"exUsec": {
"BossChance": 100
},
For raiders add this:
"pmcBot": {
"BossChance": 100
}