Hi Enigma,
My regular gaming group of 7 or 8 players have been having loads of fun with this mission! We ran into a bug of some sort on our last attempt that meant the mission script broke (this was after the roadblocks had appeared) and so all the enemies disappeared and there was no boat to pick us up. I saved our RPT file in case that could help: https://www.dropbox.com/s/jy5lrzqdwk...A2OASERVER.RPT
These were the two main errors from that file:
Code:
Error in expression <wounded = false;
if ((R_GOTHIT_ARRAY select _grpId) != 0) then
{
_gothit = tr>
Error position: <select _grpId) != 0) then
{
_gothit = tr>
Error Zero divisor
File mpmissions\__cur_mp.Chernarus\Scripts\upsmon.sqf, line 879
Code:
"ESCAPE SURPRISE: ["REINFORCEMENTTRUCK",6915.37,{[drn_searchAreaMarkerName] call drn_fnc_CL_MarkerExists},false,[0.4,0.6]]"
Error in expression < = [];
_soldiersCount = _enemyFrequency + 3 + floor random (4 * _enemyFrequency)>
Error position: <+ 3 + floor random (4 * _enemyFrequency)>
Error +: Type Bool, expected Number,Array,String
File mpmissions\__cur_mp.Chernarus\Scripts\Escape\CreateReinforcementTruck.sqf, line 49
The bug appeared to be a divide by zero error and occurred just after the team leader's Arma2 had crashed and he re-logged in.
Edit: Just remembered one other thing: The command bar for the team disappeared from the team leader and all the team-related hud elements vanished (we were playing it on recruit to show new players so all friendly tags vanished)
Anyway - hope the report is helpful and thanks for an awesomely fun and challenging mission - our group absolutely love it!