almanzo 144 Posted June 29, 2016 Hi! I am currently porting an ARMA II mod to ARMA III, and there is a few differences I need to cover. To begin with, I would like to copy a civillian unit and have it appair under the NATO faction, CSAT faction and FIA faction. So I would simply like to copy paste a unit from the civillian factions and have them apair in the editor as belonging to the other factions under a different name. I am going to add support for modded factions as well, at least RHS to begin with. So if anyone can give me a hint on how to do this, I would gladly appriciate it. Share this post Link to post Share on other sites
R0adki11 3949 Posted June 29, 2016 Hi! I am currently porting an ARMA II mod to ARMA III, and there is a few differences I need to cover. To begin with, I would like to copy a civillian unit and have it appair under the NATO faction, CSAT faction and FIA faction. So I would simply like to copy paste a unit from the civillian factions and have them apair in the editor as belonging to the other factions under a different name. I am going to add support for modded factions as well, at least RHS to begin with. So if anyone can give me a hint on how to do this, I would gladly appriciate it. Which mod are you porting out of interest? 1 Share this post Link to post Share on other sites
almanzo 144 Posted June 30, 2016 Which mod are you porting out of interest? The mod in question was never released, it was an inhouse mod we used in our group back in ARMA II. Share this post Link to post Share on other sites
x3kj 1247 Posted July 1, 2016 side=1; // NO_SIDE -1, EAST 0, WEST 1, RESISTANCE 2, CIVILIAN 3, NEUTRAL 4, ENEMY 5, FRIENDLY 6, LOGIC 7, just create a new class from your unit via inheritance and change side. 1 Share this post Link to post Share on other sites