
Originally Posted by
Col. Doomfarer
Interesting, Ive been playing this mission for about 4 hrs now.
I'm curious, how can I play as the over all Commander when I started the mission it said AI has choosen a Commander.
You better hurry up and defeat the mission, it ends after 3 hrs. That was a serious buzz kill for me. I was finally making headway and actually taking some towns and all of sudden I got a "Time's up" message and the game ended.
I started the mission over and tweaked the time limit to be 2 days, not 3hrs.
If you want to do this open up the mission folder then data/scripts/winConditions.sqf.
Then change:
Code:
//Check for the time deadine of 3 hours
if ((time > (3 * 3600)) && !BIS_timeUp) then {BIS_timeUp = true};
to:
Code:
//Check for the time deadine of 3 hours
if ((time > (48 * 3600)) && !BIS_timeUp) then {BIS_timeUp = true};