[31st] Spider Posted April 14, 2024 Posted April 14, 2024 I use MOOSE to spawn airplanes (see code below). In the template groups that I use, I selected 'HIDDEN ON MAP'. However, when the airplanes spawn, they are visible on the F10 map. I reported this to the MOOSE developers, but they say it's a DCS bug. local tankers = SET_GROUP:New():FilterPrefixes("Tanker"):FilterStart() tankers:ForEachGroup( function(tanker) SPAWN:New(tanker:GetName()) :InitRepeatOnEngineShutDown() :Spawn(1) end ) A2A_GCICAP = AI_A2A_GCICAP:New("A2A EW", "A2A CAP group", "A2A CAP area", 3, 6000, 30000, 60000) 2A_GCICAP:SetDefaultTakeoffFromParkingHot() A2A_GCICAP:SetDefaultLandingAtEngineShutdown() A2A_GCICAP:SetDefaultOverhead(2) A2A_GCICAP:SetTacticalDisplay(false)
kaltokri Posted April 14, 2024 Posted April 14, 2024 +1 I would like to be able to spawn hidden groups by api, too. SYSTEM: Mainboard MSI MEG X570 | CPU Ryzen 7 5800X @ 4.5 GHz | RAM 64 GB @ 3200 MHz | GPU GIGABYTE RTX 4090 | 1 TB SSD | Win 10 x64 DEVICES: ASUS 27" LCD | TrackIR 5 | LukeClip | Quest 3 | PointCTRL | Virpil HOTAS | MFG Crosswind | TableMount MonsterTech MODULES: To much to list. But I stopped buying more, because of too much bugs in e.g. A-10C(II). @ED: Fix the bugs and I spend money on modules again. Promised. PROJECTS: OpenFlightSchool: DE / EN
Recommended Posts