Hey guys
i tried re making a harrier with a new loadout using proxys from arma1 (the a-10 and harrier itself) these being the mavericks and sidewinders
however in game my harrier uses the LGB's even though there never was any lgb proxys in my model
class config
Myconfig: config
Code:class CfgPatches { class my_harrier { Units[] = {"my_harrier"}; Weapons[] = {}; requiredVersion = 1.000000; requiredAddons[] = {"CACharacters"}; }; }; class CfgVehicles { class Air; class AV8B; class my_harrier : AV8B { displayName = "Harrier (mine)"; model = "\my_harrier\AV8BAST"; armor = 50; memoryPointsGetInDriver = "pos driver"; memoryPointsGetInDriverDir = "pos driver dir"; }; };
HOME 

Reply With Quote
[FRL]Myke
