Search found 4 matches

by anfo
Tue Aug 16, 2016 7:05 am
Forum: ArmA 3: Mission Making & F3 Development
Topic: Custom Faction
Replies: 6
Views: 16772

Re: Custom Faction

Sorry to bother again, but I must be still missing something. As I mentioned previously, I added custom faction code to the top of the f_setLocalGroupMarkers_Blufor.sqf (thanks darkChozo for the correct function) // MARKERS: BLUFOR > 39BN // Markers seen by players in 39BN slots. if (_unitfaction in...
by anfo
Tue Aug 16, 2016 3:05 am
Forum: ArmA 3: Mission Making & F3 Development
Topic: Custom Faction
Replies: 6
Views: 16772

Re: Custom Faction

Thanks darkChozo, I'm not a coder, so your patience is appreciated In summary you're saying, I should change from this: // MARKERS: BLUFOR > 39BN // Markers seen by players in 39BN slots. if (_unitfaction in ["a39th_battalion"]) then { //B COY, 1PL, 1 Section, Alpha/Bravo FT ["Grp21A1",_ft, "Alpha",...
by anfo
Mon Aug 15, 2016 3:56 pm
Forum: ArmA 3: Mission Making & F3 Development
Topic: Custom Faction
Replies: 6
Views: 16772

Re: Custom Faction

f_fnc_localSpecialistMarker is for marking individual objects (usually units). I never edited the fn_localSpecialistMarker.sqf file, I only referred to it because debug mentioned an error in it after I edited the f_setLocalGroupMarkers_Blufor.sqf file. If you're trying to mark a group, you'll want ...
by anfo
Mon Aug 15, 2016 8:38 am
Forum: ArmA 3: Mission Making & F3 Development
Topic: Custom Faction
Replies: 6
Views: 16772

Custom Faction

Hi Fer This Bohemia post from 2 years ago more or less resembles what I also am trying to achieve, where our clan has a custom faction that I am attempting to add. (Credit CaptainGalaxy, 5th May 14, Bohemia Forum) Hi F3 team. I've been using F3 group markers for all my missions and it worked just gr...