So I have been working on creating some factions for use with the OPTRE mod. I created 3 factions for use in multiple missions and have read earlier about combining all the unit classnames in the CfgPatches.cpp
For Example;
class CfgPatches {
class testMod_test {
units[] = {
"UNSC_TRO_Rifleman_ma5",
"OPTRE_ODST_Rifleman_BR55",
"OPTRE_INS_Machinegunner",
}
However only one faction is still showing up. I have also tried combining all of the Configs with the factions in the autogen.hpp also with the same result of only one faction showing up. Any help would be much appreciated. I love the alive mod and this particular modual is great, i's just getting a little lost with the multiple factions.