Jump to content

how to make beacons and strobe lights more powerful


Recommended Posts

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,
                            },
                        },
                    },

Link to comment
Share on other sites

  • Recently Browsing   0 members

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