Jump to content

Recommended Posts

Posted

Good Afternoon

 

 

Hope somebody can help me which files deal with the weapons ie bombs, rockets and fuel tank.

 

 

I have downloaded the 190a4 and a5 from warbirds but they have no weapons how can I get hold of the fw190d's weapons and put them on the A4 and A5 ?

 

 

I'm stumped tried to copy from the mission planner but it just makes another line on the weapon load out.

 

 

Any ideas

 

 

Heinz

Posted

Open the FW-190A4/A5.lua

 

press ctrl+f and search for CLSID

 

Is there anything with that in the file or is anything after CLSID in the code?

Posted

RAZO+R

 

 

Thank you so much for the very fast response

 

 

Yes there are items after the CLSID on both aircraft the A4 seems ok

 

 

The A5 though instead of showing BR21 or R4M rockets it shows HVAR rockets

 

 

Heinz

Posted

Pylons = {

pylon(1, 1, 0.40, -0.36, -2.59, {use_full_connector_position=true,connector = "PYLON_1",arg = 305,arg_value = -1.0},

{

{ CLSID = "{HVAR}",arg = 314,arg_value = 0.5}, --Roquette

{ CLSID = "FAB_50", arg_value = 0.15 },

 

}),

 

pylon(2, 1, 0.40, -0.36, -2.35, {use_full_connector_position=true,connector = "PYLON_2",arg = 303,arg_value = -1.0},

{

{ CLSID = "{HVAR}",arg = 317,arg_value = 0.5}, --Roquette

{ CLSID = "FAB_50", arg_value = 0.15 },

 

 

}),

 

pylon(3, 0, 0.30, -0.75, 0.0, {use_full_connector_position=true,connector = "PYLON_3",arg = 304,arg_value = -1.0},

{

{ CLSID = "FW109_FUEL_TANK",arg_value = 1.0 },

{ CLSID = "SC_501_SC500" ,arg_value = 1.0 },

{ CLSID = "SC_501_SC250" },

{ CLSID = "ER_4_SC50", arg_value = 1.0 },

}),

pylon(4, 1, 0.40, -0.36, 2.33, {use_full_connector_position=true,connector = "PYLON_4",arg = 301,arg_value = -1.0},

{

{ CLSID = "{HVAR}",arg = 314,arg_value = 0.5}, --Roquette

{ CLSID = "FAB_50", arg_value = 0.15 },

 

}),

pylon(5, 1, 0.40, -0.36, 2.56, {use_full_connector_position=true,connector = "PYLON_5",arg = 302,arg_value = -1.0},

{

{ CLSID = "{HVAR}",arg = 314,arg_value = 0.5}, --Roquette

{ CLSID = "FAB_50", arg_value = 0.15 },

 

 

That's what i've found for the A5 no mention of BR21 or R4M

 

 

Heinz

Posted
So delete the A5 mod reinstall ?

 

 

try it

 

I've only ever got as far as the ME screen to load up for a mission the A5 should have BR21'S and R4M'S yes ?

 

 

Heinz

 

if they are in the lua then yes otherwise no.

Posted

RAZO+R

 

 

Many thanks for trying to help at least you put me on a path. The original lua file was messed up re downloaded a new one and you could see that parts were missing.

So all sorted thanks

 

 

Heinz

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...