Arma 3
Dynamic Bulwarks: Build - Defend - Survive
Wave 13
Is anyone stuck in Wave 13?All maps have this problem.I don't know if it is caused by installation of a mod.if you know anything,please let me know.
< >
Showing 1-2 of 2 comments
Zeri Nov 10, 2021 @ 6:04pm 
I'm also having this issue. Seems like the medkit respawn system also stops working. Pretty much get Noble 6'd.
SancoZ Feb 15, 2024 @ 1:57pm 
For me the problem was with "\hostiles\lists.sqf"

After wave 12 Viper teams are supposed to spawn but the file path to the composition was invalid, so it would cause the _groupConfig array to go out of bounds.

To fix it, I replaced line 116:

_groupConfig = configfile >> "CfgGroups" >> "East" >> "OPF_F" >> "SpecOps" >> "OI_ViperTeam";

with this line :

_groupConfig = configfile >> "CfgGroups" >> "East" >> "OPF_V_F" >> "SpecOps" >> "O_V_ViperTeam";
< >
Showing 1-2 of 2 comments
Per page: 1530 50