eggbeast 3684 Posted January 16, 2010 Hi Sine the 1.05 patch I can't seem to find the UH1Y or MH60S weapon configs in either air.pbo, air2.pbo or air3.pbo or any of the weapons, core or misc pbo's. Now I know the UH1Y has weapon - FFARLauncher_14 magazine - 14Rnd_FFAR but i cannot for the life of me find it in the configs. anyone have a pointer? (please don't say its in air.pbo without checking because i can't see it there at all! the pilot and cargo defs are all there but no mention of weapons = ffarlauncher etc) I'm trying script the uh1y to take a 28rnd ffar (as i have withthe mv22) but it just won't bite and i need to examine the weapon placement in these 2 birds... hence the Q Share this post Link to post Share on other sites
Planck 1 Posted January 16, 2010 weapons.pbo config Planck Share this post Link to post Share on other sites
eggbeast 3684 Posted January 19, 2010 no the ffars and ffar launcher are in this pbo but not the mapping between the vehicle UH1Y and the weapons=FFARlauncher_14 and miniguns etc thats what im looking for. there is no mention ofthe UH1Y in any of the pbos that i have opened... Share this post Link to post Share on other sites
Planck 1 Posted January 19, 2010 (edited) The weapons, ammo and magazines are configured in the weapons.pbo config. The fact that those choppers use which weapon and magazines is listed in the config for the choppers. In air2.pbo (uh1y folder config): weapons[] = {"FFARLauncher_14"}; magazines[] = {"14Rnd_FFAR"}; and weapons[] = {"M134"}; magazines[] = {"2000Rnd_762x51_M134"}; for the gun In air.pbo config (for MH60S): weapons[] = {"M240_veh"}; magazines[] = {"100Rnd_762x51_M240","100Rnd_762x51_M240","100Rnd_762x51_M240"}; and weapons[] = {"M240_veh_2"}; for the other gun. Planck Edited January 19, 2010 by Planck Share this post Link to post Share on other sites
eggbeast 3684 Posted January 19, 2010 ah there's a new UH1Y.pbo!!! cheers man -I'm off to take a look now Share this post Link to post Share on other sites
Planck 1 Posted January 19, 2010 Nawww, it was my poetic license, I meant in air2.pbo, once unpacked there is a uh1y folder inside with the relevant config. Last post adjusted to help reduce confusion. Planck Share this post Link to post Share on other sites
eggbeast 3684 Posted January 20, 2010 serves me right for just editing in eliteness and not actually looking in the goddamn folder. thanska bunch - what a noob i am Share this post Link to post Share on other sites