Jump to content

BFQ

Members
  • Posts

    9
  • Joined

  • Last visited

About BFQ

  • Birthday 10/10/1974

Personal Information

  • Flight Simulators
    Mi-8, Mi-24, UH-1H, Gazelle
  • Location
    Stockholm, Sweden

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I didn't get the script to remove the static smoke :-(
  2. Thank you very much! You are a hero! Works perfect :-)
  3. I'm trying to simulate a "Depth charge" dropped from a helicopter (via the F10 menu) with an explosion on the surface of the sea. Three questions: 1. How do I make the explosion at the helicopters position, but at sea level? I know it is not this way: do local pelican42_vector = Unit.getByName('Pelican 4-2'):getPosition().p trigger.action.explosion(pelican42_vector, 10 ) end That will make the "Depth charge" explode inside the helicopter :-) 2. Is it possible to delay the explosion with approx. 10 sec? 3. How do I check if the "Depth charge" was dropped within a trigger zone?
  4. Yes, but I have a lot more helicopters and zones, so I thought it would be easier with a script, but I don't get the IF THEN part of scripting
  5. How should I write a script in DCS to achive the following: If "heli1" is inside "zone1", then: Message: "Heli1 is inside zone1" Flag 1=1 If "heli2" is inside "zone1", then: Message: "Heli2 is inside zone1" Flag 2=1 If "heli3" is inside "zone1", then: Message: "Heli2 is inside zone1" Flag 3=1 else do nothing Thx!
  6. Thx! This is exactly what I was looking for. My plan is to make a mission where Heli drop troops into combat and when the fight is over, pick them up in an evac-zone and RTB. Right now they stop after firing their guns.
  7. AI infantry stops before they come to the final waypoint, after having been in combat. If this is due to post-traumatic stress syndrome or to the lack of ammo, I do not know. But I would hope that someone of you know how to change this behavior, with the help of script or by any other means?
  8. Audio output error. Problem initialising audio output I got this message when I try "preview audio" or to connect to a server: Audio output error. Problem initialising audio output After that the SR-ClientRadio.exe shuts down. Error log: 21:18:50 Ciribob.DCS.SimpleRadio.Standalone.Client.Audio.AudioPreview Error starting audio Output - Quitting! Retrieving the COM class factory for component with CLSID {F447B69E-1884-4A7E-8055-346F74D6EDB3} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). Is there any way to fix this? Or a workaround? Thx
×
×
  • Create New...