Posts by Barlog_M
-
-
-
Barlog_M added a new version:
QuoteTuning of increase of maximum number of bots on maps. Different approach for small maps and Streets.
For small maps like Factory, Laboratory and Reserve by random value between MaxPlayers / 2 and MaxPlayers - 1.
For Streets by random value between 2 and 5.
-
Barlog_M added a new version:
QuoteMaxBots value for each map increased by random value between MinPlayers / 2 and MinPlayers + 1 (was MaxPlayers, but it caused performance issues due to the large number of bots in raids)
-
Barlog_M added a new file:
QuoteThis is another bot waves generator mod.
Inspired by BetterSpawnsPlus, MOAR and SWAG + Donuts.
Any of this mods can do more and do it better.
This mod is meant to be as simple as possible.
If you happy with big spawn mods don't use this one. I made it mostly for myself to keep game as close as possible to vanila SPT-AKI and fix issue when PMC spawns among Scavs and immidently kill each other.
This mod realize only one algorithm for spawns with minimal settings.
For PMC
Amount of PMC randomly selected between locationData.base.MinPlayers and locationData.base.MaxPlayers split by random size groups from 1 to config.maxPmcGroupSize randomly spreaded by bot spawn zones. List of zones shuffle every time. PMC spawns as a bosses in beginnig of raid (game spawn them in first 60 seconds).
For Scavs
Maximum amount of regular scavs on a map (locationData.base.BotMax - amount of marksman scavs) split by random size groups from 0 to config.maxScavGroupSize randomly spreaded by spawn zones.
Scavs spawns in 3 general waves:
- normal difficulty between 60 seconds and +120 seconds.
- normal difficulty between raidLength / 4 and +120 seconds.
- hard difficulty between raidLength / 2 and +120 seconds.
PMC and Scavs waves and groups generate after each raid from scratch.
Since PMC bots count as bots in game, mod increases MaxBots value for most maps by random value between `MinPlayers / 2` and `MinPlayers + 1`.
For small maps like Factory, Laboratory and Reserve by random value between `MaxPlayers / 2` and `MaxPlayers - 1`.
If option `streetsQuietRaids` set to `true` then for Streets max amount of bots does not change, max scav group size is 3 and amount of PMC always MinPlayers.
-
Barlog_M added a new version:
Quote1. Fix for patron can be loaded in wrong weapon chamber name.
2. Fix for weapon preset names in live preset tier 3.
3. Trader tier 4 sells 9x39mm SP-6 gs
4. AUG in meta preset
5. G36 builds in meta preset tier 3 and 4
6. VSS in meta preset
7. VAL in meta preset
-
-
-
Barlog_M added a new version:
FileAndern 1.2.2Fixed another silly bug (sorry, i'm not very smart) when level 27 bot got tier one weapon.
Now tier level ranges are include corner values [min, max] and should not crossover (at last i didn't test what happens if they crossover).
Log output in debug mode with info what weapon selected for what level bot.QuoteFixed another silly bug (sorry, i'm not very smart) when level 27 bot got tier one weapon.
Now tier level ranges are include corner values [min, max] and should not crossover (at last i didn't test what happens if they crossover).
Log output in debug mode with info what preset selected for what level bot.
-
Barlog_M added a new version:
QuotefixBossSpecialLoot feature removed. It fixed in SPT-AKI 3.7.3
Mk-18 build in test preset for for those who love pain.
-
-
Barlog_M added a new version:
QuoteNew feature fixBossSpecialLoot if true force bosses always have their special loot like Keycard with a blue marking on Sanitar. Works only if pmcGear true.
-
Barlog_M added a new version:
FileAndern 1.1.0Melee weapon in live and meta presets (i forget about it but nobody noticed)
mapPmcBrainsConfig parameter config changed. Now it's string with brains config file name. if set to "default" then does nothing. Loads brains/[value].json file with config which brain will be selected as PMC brain. For example "noboss" will load brains/noboss.json as brains config.QuoteMelee weapon in live and meta presets (i forget about it but nobody noticed)
mapPmcBrainsConfig parameter config changed. Now it's string with brains config file name. if set to "default" then does nothing. Loads brains/[value].json file with config which brain will be selected as PMC brain. For example "noboss" will load brains/noboss.json as brains config.
-
Barlog_M added a new version:
FileAndern 1.0.4Fixed silly bug with bot level generation (it allowed to generate PMC with level 0)
Option mapDisablePmcBackpackWeapon renamed to disablePmcBackpackWeapon and no more depends on mapBotSettings.
Option mapDisableEmissaryPmcBots renamed to disableEmissaryPmcBots and no more depends on mapBotSettings.QuoteFixed silly bug with bot level generation (it allowed to generate PMC with level 0)
Option mapDisablePmcBackpackWeapon renamed to disablePmcBackpackWeapon and no more depends on mapBotSettings.
Option mapDisableEmissaryPmcBots renamed to disableEmissaryPmcBots and no more depends on mapBotSettings.
-
-
-
Barlog_M added a new version:
Quote1. One more pair of muzzle + suppressor for meta tier 3 for 7.62 and 5.56 caliber guns
2. HK 416A5 builds for meta tier 3 and 4
3. AK-105, AK-74M and AKS-74U builds for meta tier 4
-
Barlog_M added a new version:
FileAndern 1.0.01. Trader inshuranche return set to 60 sec.
2. mapMaxBotBuffExcludeStreets excludes Street from mapMaxBotBuffMultiplier
3. mapStreetsMaxBotCap allows to set maximum bot capacity on Streets. Turned off if 0
4. mapPmcBrainsConfig allows use config/pmc.json to configure what brains with what chances can PMC use. For example you can remove ability for PMC use boss brains.
5. Improvement for TX-15 meta tier 4 build
6. More M4A1 meta tier 4 builds
7. More module alternatives for meta tier 4 builds
8. AK-101…Quote1. Trader inshuranche return set to 60 sec.
2. mapMaxBotBuffExcludeStreets excludes Street from mapMaxBotBuffMultiplier
3. mapStreetsMaxBotCap allows to set maximum bot capacity on Streets. Turned off if 0
4. mapPmcBrainsConfig allows use config/pmc.json to configure what brains with what chances can PMC use. For example you can remove ability for PMC use boss brains.
5. Improvement for TX-15 meta tier 4 build
6. More M4A1 meta tier 4 builds
7. More module alternatives for meta tier 4 builds
8. AK-105 meta tier 4 builds
9. ADAR all meta tiers builds
10. Limited module alternatives for muzzle + suppressor for meta tier 3 and tier 4 presets
-
Barlog_M added a new version:
QuotelootingBotsCompatibility option to disable loot generation in PMC's backpack for compatibility with Looting Bots mod. Works only if pmcGear enabled.
-
Barlog_M added a new version:
Quote1. The mod no longer changes the sight mode
2. RSASS preset for meta tier 3 and 4
3. mapMaxBotBuffMultiplier change max amount of bots on every map.
You cand exclude Factory and Lab with two new parameters mapMaxBotBuffExcludeFactory and mapMaxBotBuffExcludeLab