You have two way to add new factions. First one need to know all class name of the desired faction. The second way get automatically class name for you.
_allclasse select
by the corresponding array of faction name in /core/def/mission.sqf#L639-L648.copyToClipboard str (["EN"] call btc_fnc_get_class);
.Note: if you donβt want some class name take a look here /core/def/mission.sqf#L650-L671.