DCS-BR-Tools / briefing-room-for-dcs

An advanced mission generator for Eagle Dynamic's DCS World.
GNU General Public License v3.0
207 stars 28 forks source link

Incorporate OH-6A Mod #901

Closed PatrykSpe closed 2 months ago

PatrykSpe commented 5 months ago

Brief Description:

The feature is adding in options to create flight groups using the OH-6A Mod, as well as having it incorporated into the CSAR mod.

How does it work:

Similar to any other spawned helicopter, essentially a UH-1H but a far lighter and scout version with less seats

Why can't it be done in the ME quickly:

The units can be added in, but to get it to work with the CSAR script some modifications to the LUA have to be done:

  1. Adding "OH-6A" into the generated -- ** UNITS ABLE TO TRANSPORT VEHICLES ** section

  2. Adding ["OH-6A"] = 4, into ctld.unitLoadLimits = {} section

  3. Adding ["OH-6A"] = {crates=false, troops=true}, into ctld.unitActions = {} section

  4. adding csar.aircraftType["OH-6A"] = 4 into csar.enableAllslots = true -- Doesn't require to set the Unit name check Aircraft Type and Limit below section