Jump to content

Recommended Posts

Posted

Hi,

I would like to make beacons and strobe lights more powerful on  my planes.

1) Is it possible to do it

2) What are the parameters I need to edit, and where do I found the folders to do it?

Thank you for any help available

Posted

could you explain please?

I never edited anything in DCS

 

i found this for the F5,

is there any parameter corresponding to the intensity of strobe light?

typename = "collection",
                        lights = {
                            {
                                typename = "argumentlight", argument = 193,
                                controller = "Strobe", mode = 0, period = 1.03, flash_time = 0.77,
                            },
                            {
                                typename = "Omni", connector = "BANO_4", pos_correction = {0.0, 0.1, 0.0},
                                proto = lamp_prototypes.ANO_3_Bl, range = 2.0,
                                controller = "Strobe", mode = 0, period = 1.03, flash_time = 0.77,
                            },
                            {
                                typename = "Spot", connector = "BANO_4", dir_correction = {elevation = math.rad(-135.0)},
                                proto = lamp_prototypes.ANO_3_Bl, angle_max = math.rad(150.0), angle_min = math.rad(90.0),
                                controller = "Strobe", mode = 0, period = 1.03, flash_time = 0.77,
                            },
                            {
                                typename = "Omni", connector = "BANO_020", pos_correction = {0.0, -0.1, 0.0},
                                proto = lamp_prototypes.ANO_3_Bl, range = 2.0,
                                controller = "Strobe", mode = 0, period = 1.03, flash_time = 0.77,
                            },
                            {
                                typename = "Spot", connector = "BANO_020", dir_correction = {elevation = math.rad(135.0)},
                                proto = lamp_prototypes.ANO_3_Bl, angle_max = math.rad(150.0), angle_min = math.rad(90.0),
                                controller = "Strobe", mode = 0, period = 1.03, flash_time = 0.77,
                            },
                        },
                    },

Posted

The only way I know of is by having direct access to the model file with 3DS or Blender. If you try to adjust the lights of an existing model that you do not have the source file of, I don't think it's possible.

  • Recently Browsing   0 members

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