I'm having a problem where I get no spawns - none whatsoever. The server log shows that waves are being generated, but no bots ever spawn in my matches. For example here is my server log for Factory, but I waited in the map for 10 minutes and nothing spawned:
Here is my config file for that map. Am I doing something wrong?
"factory4_day":{
"map_rules": "AvoidAllPmc",
"show_generated_bots":"all",
"max_spawn_time": 300,
"max_spawn_time_limit_warning":false,
"max_bot_per_zone": 100,
"allow_other_bot_spawn_with_boss":true,
"has_boss":true,
"bosses_spawn_location_type":"together",
"max_boss":2,
"boss_spawn_trying_loop":0,
"allow_same_boss_spawn":false,
"bosses_also_use_scavs_spawn_locations":true,
"bosses_also_use_raiders_spawn_locations":false,
"cultists_spawn_count_for_max_boss": false,
"cultists_spawn_at_own_locations": false,
"boss_settings":[
{
"name":"bossTagilla",
"chance":10,
"difficulty":"normal, hard",
"escort_type":null,
"escort_difficulty":null,
"wave_total":1,
"wave_spawn_time_for_each_min":60,
"wave_spawn_time_for_each_max":90,
"wave_spawn_all_same_location":false,
"spawn_locations":{
"BotZone":1
},
"trigger_id":"",
"trigger_name":"",
"supports":null,
"random_time_spawn": true
},
{
"name":"bossKilla",
"chance":10,
"difficulty":"normal, hard",
"escort_type":null,
"escort_difficulty":null,
"wave_total":1,
"wave_spawn_time_for_each_min":60,
"wave_spawn_time_for_each_max":90,
"wave_spawn_all_same_location":false,
"spawn_locations":{
"BotZone":1
},
"trigger_id":"",
"trigger_name":"",
"supports":null,
"random_time_spawn": true
}
],
"wave_settings":{
"scav_waves":{
"wave_total":9,
"slot_min":1,
"slot_max":3,
"insta_spawn_waves":4,
"spawn_time_delay_after_insta_wave": 0,
"spawn_time_delay_for_each_min": 60,
"spawn_time_delay_for_each_max": 90,
"spawn_time_delay_accumulate_for_each_zone": false,
"spawn_location_type": "together",
"difficulty":{
"easy":2,
"normal":5,
"hard":2,
"impossible":1
},
"spawn_locations":{
"BotZone":1
}
},
"pmc_waves":{
"cursedAssault_chance":5,
"wave_total":9,
"slot_min":1,
"slot_max":3,
"insta_spawn_waves":5,
"spawn_scav_raider_location_chance": 0,
"spawn_time_delay_after_insta_wave": 0,
"spawn_time_delay_for_each_min": 60,
"spawn_time_delay_for_each_max": 90,
"spawn_time_delay_accumulate_for_each_zone": false,
"spawn_location_type": "together",
"difficulty":{
"easy":2,
"normal":6,
"hard":1,
"impossible":1
},
"spawn_locations":{
"BotZone":1
}
}
}
},
Display More
Do you have any idea what could be causing this? It's driving me crazy - I just want to enjoy the game TBH.