Page 1 of 1

[F3] briefing.sqf: "Unknown faction 'blu_g_f'.."

Posted: Fri Oct 11, 2013 2:41 pm
by EsotericReverie
I'm encountering an error related to the briefing in my mission. I've made some edits in the various briefing files and I've probably destroyed something, or could the problem be that I'm running with (non-F3) FIA rather than NATO troops as player units?

I'm starting to think using F3 for this mission might be more work than it's worth. :)

Re: [F3] briefing.sqf: "Unknown faction 'blu_g_f'.."

Posted: Fri Oct 11, 2013 3:15 pm
by wolfenswan
Yep as FIA isn't included in the latest stable release of F3 you have to change

Code: Select all

if (_unitfaction == "BLU_F") exitwith {

in briefing.sqf line 43

to

Code: Select all

if (_unitfaction == "BLU_G_F") exitwith {

or download the latest dev build which among other things includes a pre-placed FIA platoon.