Arma 3
[SP/CO12] The Forgotten Few 2 (NT/AL)
Not sure where to report a bug but here goes
StrongPoint.sqf (at least in some versions I played)

Ln 260 overrides _Garrison with a Bool instead of number sometimes critically stopping the mission generation at 10% with the error is bool, not a number.

Fix I used locally to finish the campaign:

_Garrison = _Garrison min ((count _AvailableGarrisonPosArray) - 1);

Keeps _Garrison to a number.

Hope this helps.
< >
Showing 1-4 of 4 comments
KingN  [developer] Aug 4 @ 11:15pm 
@SomethingSimple Thanks mate for finding and pinpointing the problem! This will be fixed for the next update
Hi, one more fix:

OutpostSpawn.sqf

Ln 114 has an undefined _OutposRadius var.

I fixed it by retrieving it from array just before:

_OutposRadius = (_OutposArray select 2);
KingN  [developer] Aug 5 @ 6:12am 
Are you sure you found this undefined var problem is the latest version? It looks ok in the latest version
sorry it might be just local, as I am running a 10k point campaign for my group for quite some time already..
< >
Showing 1-4 of 4 comments
Per page: 1530 50