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

Where Mission Engineer Comrades and the FA Mission Making Template lived
Post Reply
EsotericReverie
Posts: 84
Joined: Thu Sep 05, 2013 8:30 am

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

Post by EsotericReverie » Fri Oct 11, 2013 2:41 pm

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. :)

User avatar
wolfenswan
Posts: 1238
Joined: Wed May 25, 2011 4:59 pm

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

Post by wolfenswan » Fri Oct 11, 2013 3:15 pm

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.
My ARMA3 Missions - to download select a branch and pick "Download ZIP".

Post Reply