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

Workshop for all Mission Engineer Comrades. Home of the FA Mission Making Template.
Post Reply
EsotericReverie
Posts: 84
Joined: Thu Sep 05, 2013 8:30 am

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

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

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

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

Post 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.

Post Reply