Jump to content

Apple

ED Closed Beta Testers Team
  • Posts

    153
  • Joined

  • Last visited

Everything posted by Apple

  1. Hi all! whilst we can use set formations in a waypoint via e.g. ... ["formation_template"]="Ammo Truck Circle" ... the actual references seem only to exists in the mission file in the miz. The setup is relatively simple ["customFormations"] = { [1] = { ["name"] = "Ammo Truck Circle", ["positions"] = { [1] = { ["y"] = 0, ["x"] = 0, ["heading"] = 4.4134813168853, }, -- end of [1] [2] = { ["y"] = 208.17113065999, ["x"] = -24.903908270004, ["heading"] = 4.4134813168853, }, -- end of [2] [3] = { ["y"] = -74.07316305011, ["x"] = 173.05023437999, ["heading"] = 4.4134813168853, }, -- end of [3] [4] = { ["y"] = 321.19656048995, ["x"] = 153.25482011, ["heading"] = 4.4134813168853, }, -- end of [4] [5] = { ["y"] = 27.458155269967, ["x"] = 330.13642498999, ["heading"] = 4.4134813168853, }, -- end of [5] [6] = { ["y"] = 223.4966126699, ["x"] = 327.58217799, ["heading"] = 4.4134813168853, }, -- end of [6] }, -- end of ["positions"] }, -- end of [1] }, -- end of ["customFormations"] Question: Can these be dynamically added and/or altered via the API with LUA scripting? Thanks
  2. Still mad it doesn’t work! And no player slot spawning either ….
  3. Ok seems to be something that was „fixed“ with the last patch, since now in air only the ptt works... before comms menu switch also worked. Nvrmind.
  4. After taking off, the comms menu does not appear any longer, whilst it works on the ground. No matter how often the related comms key (# on German Keyboards is pressed). 2.7 beta latest patch.
  5. If you put a wrapper around the radar nav error, there’s a couple of more undefined variables
  6. V6.7 has a bug in nav_radar_device.lua: 2021-04-16 12:04:18.205 ERROR COCKPITBASE: Nav_Radar::update:[string "C:\Users\post\Saved Games\DCS\Mods/aircraft/Hercules ver 6.7/Cockpit/Scripts/Nav_Radar_Display/indicator/nav_radar_device.lua"]:737: attempt to compare nil with number the problem is the reference of an undefined, current_leg is unknown if i > current_leg then
  7. Thanks Flappie, agree it wasn't you , nailed down the actual bug.
  8. To be super-specific, what the code does at the point it errors is -- Weather data from mission file. local weather=env.mission.weather post which the data is decomposed. Since in the given time window the weather is empty (nil) it stops working, which should not be the case. Thanks.
  9. Whilst playing around with the Moose ATIS class, I noticed that at night between 0AM and 3AM the env.mission.weather string is empty. This is true for the PG and Syria Map, and hence likely for all other maps, too! Thanks to Thrud for reporting to the Moose discord.
  10. Hi Not sure if this has been "officially" fixed by now :) but after the last OB drop, the F14 can use the ACLS again (thank you for that!!) with the carriers. However, most of the time, the Tomcat goes "long" and lands slightly behind the wires, I'd say in 5/6 cases I tried. Great module, love it!
×
×
  • Create New...