Davidenko 10 Posted August 18, 2013 Helo, i am trying to create a 3 sided warfare mission using Balkan war mod (Serbian, Croatian and Bosnian army's) i have red some tutorials about editing scripts. Now i am trying to replace default USMC RUS and INS units. I am not sure if i should change the variables in Initcommon.sqf or Config_Barracks.sqf and what lines exacly. I know units class names like Serbian units "Vojnik_kr_1" croatian units " HVO_Gardijska_1" and so on Any help would be appriciated, thanks! Share this post Link to post Share on other sites
MadM0nkey 1 Posted August 28, 2013 (edited) you may want to start by opening up arma2/addons/warfare2.pbo with eliteness and extract the warfare examples: warfare2\ca\warfare2\ExampleMissions\ WarfareExample.Chernarus warfare2\ca\warfare2\ExampleMissions\ WarfareExample3Sided.Chernarus as far as creating custom purchasable units for warfare from the barracks you would have to customize scripts in WarfareExample.Chernarus\Common\Config also you may want to learn how to create spawn unit arrays or examine how others did it like i came across at google code http://code.google.com/p/tes-for-arma/source/browse/trunk/Missions/PushDom_0.tavi/DAC_Config_Units.sqf?r=150 DAC_Config_Creator.sqf & DAC_Config_Units.sqf if you want to customize spawned group patrols for captureable citys & bunkers. also have a look at the random unit invasion example demo mission script RUIS.sqf to do it in other ways from the editor. Edited August 28, 2013 by MadM0nkey Share this post Link to post Share on other sites