Cycho 10 Posted April 16, 2011 (edited) Hi all, is it possible to add units from other parts of Arma into the warfare buy menus. For example, If I have the Warfare OA module placed. Could I insert USMC vehicles and units into the US Army buy menu? I've been trying to copy and paste the contents of the config_barracks and config_lightfactory from the Cherarus warfare example into the Takistan warfare example, but the units aren't showing up in the menus. Is there some extra measure I must take? Thankyou! edit: noooooooo! why can i add to the loadouts and not the vehicles!!!!? i really wanna add the BAF toys to the US Army menu... just for kicks. sandboxin it, heyoooooo Edited April 16, 2011 by Cycho Share this post Link to post Share on other sites
Cycho 10 Posted April 16, 2011 hmmm, ok, in the init_common file, there appears to be some lines that may apply to me.... //Change default troops & vehicles available for purchase and teams in the game. soldierUnits = []; lightUnits = []; heavyUnits = []; aircraftUnits = []; wingedAircraftUnits = []; would putting a value within the brackets allow me to use vehicles from other factions within the US Army buy menu? I've tried putting "true," and "1" in the brackets, but nothing resulted in a solution. Share this post Link to post Share on other sites
o.Solei.o 10 Posted July 10, 2011 Anyone have any thoughts on this? Share this post Link to post Share on other sites
heroes maker 10 Posted July 15, 2011 i think you ahve to add the name of the vehicules or unit, not only a number something like : soldierUnits =[soldier_WB]; ( soldier wb is a example, it's not a real unit name ), to know the name of your unit you need the editor and then put all the unit and vehicules you want, then save, then open the folder you saved, then open the file "mission.sqm" in this file you will see something like : position[]={3660.9482,10.740374,4525.3359}; azimut=30; id=0; side="WEST"; vehicle="BB_OA_Merc_TL"; player="PLAYER COMMANDER"; leader=1; lock="LOCKED"; skill=0.60000002; text="TL"; init="this moveindriver armo;"; description="Team Leader"; the name you search is on the line "vehicule=(name of the unit here)" i hope it'll work, i never tried to modify a warfare Share this post Link to post Share on other sites