Jump to content
Forum Maintenance between 04:00 - 06:00 UTC ×
Forum Maintenance between 04:00 - 06:00 UTC

Quadrafarian

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by Quadrafarian

  1. Group Spawn Condition

     

    The Group spawn condition is a percentage chance of the unit being spawned in the mission

     

    Edited: wrong link

     

    Sent from my ONEPLUS A3003 using Tapatalk

  2. Open Voice Attack then open Vaicom settings with left ctrl+left alt+c

     

    Click the editor tab

     

    attachment.php?attachmentid=207646&stc=1&d=1553945758

     

    Now click finish

     

    attachment.php?attachmentid=207647&stc=1&d=1553945867

     

    You'll get a popup explaining what to do, Click ok and close the Viacom settings window.

     

    Go back to Voice Attack window and with the VIACOM PRO for DCS World profile selected.

     

    attachment.php?attachmentid=207648&stc=1&d=1553946065

     

    On the window that opens

     

    attachment.php?attachmentid=207649&stc=1&d=1553946150

     

    Now double click the the AI communications line seen in the picture above

     

    attachment.php?attachmentid=207650&stc=1&d=1553946324

     

    Click inside the When I Say box then press ctrl + a then delete

    This removes the old keywords ready to have the new ones pasted in

     

    attachment.php?attachmentid=207651&stc=1&d=1553946429

     

    With the When I Say box still selected press ctrl + v

    This pastes the new keywords into the When I say field

     

    attachment.php?attachmentid=207652&stc=1&d=1553946757

     

    There you have it an updated keyword list for Vaicom.

    edb.PNG.dc463de8f02925b0bfa2852519822d3a.PNG

    nkws.png.74d2a129051c5cf158339ea347ac240b.png

    edit.PNG.afef36154cac656cf75ae101e6a783ef.PNG

    AI.PNG.b182ef45ff0e93faafff9df4ae4eec90.PNG

    say1.png.761ab1f5cd8eb9cd4a260f9356094805.png

    say2.png.3082e493e67c7165b9b6d81d11279495.png

    done.PNG.142851dee8b55e10fd6d6062c75fa0f6.PNG

  3. replace . with : in your last example.

     

    rescueheloStennis:SetAltitude(40)
    rescueheloStennis:SetOffsetX(10)
    rescueheloStennis:SetOffsetZ(50)
    rescueheloStennis:SetRescueOff() --This would turn it off (just a guess not looked at the code)
    

  4. Just upgraded to latest version from version : 1.0.112.4635 to version : 1.0.122.4971

    But I'm getting a pop up and log full of

     

    06.01.2019 03:33:52  version : 1.0.122.4971
    993013 Custom message = []
    System.Exception
    Failed to find TextBox from MultiPanel Knob : PITCH_TRIM_WHEEL_DOWN
      at DCSFlightpanels.MultiPanelUserControl.GetTextBox(MultiPanelPZ70Knobs knob, Boolean whenTurnedOn)
      at DCSFlightpanels.MultiPanelUserControl.ShowGraphicConfiguration()

     

    but nothing else, I can bind it by going into the txt file but not able to in the GUI (binding doesn't even show).

     

    Any clues? did I brake it again? anything I can do to help diagnose?

     

    Many Thanks

     

    Quad.

  5. I haven't had chance to test it in the latest DCS/Moose versions, Ship called Kuznetsov & zones setup called ZONESHIP1 & ZONESHIP2. Obv you can change the names and in mission file I had.

     

    Blue_RUCarrier = GROUP:FindByName("Kuznetsov")
    Blue_RUCarrier:PatrolZones({ZONE:New("ZONESHIP1"),ZONE:New("ZONESHIP2")},120)

     

    I made the zones very small, the ships would run happily for 6 Hours (mission restart).

  6. Using DCSFP with the radio panel and SRS (using the SRS profile) the freq's are displayed but the rotary's don't do anything. Can see them moving in DCSFP, can't set them in SRS to do anything either.

    Switching profiles to UH-1H or A-10C etc. works perfectly (for those respective airframes).

     

    Is this the intended/expected outcome? or have I screwed up somewhere along the way?

     

    Many thanks for taking the time to create/maintain DCSFP.

  7. You could use a flag,

     

    Set a flag say 200 = on (or anything other than 0) if the primary group is destroyed

    then in the message condition set flag 200 = off

    so the message will only trigger if the flag is off

     

    Set flag on group death

     

    1 ONCE No Events

     

    Condition: Group Dead (group name)

     

    Action: Flag 200 on (or equals something other than 0)

     

     

    Message for evac warning

     

    1 ONCE No Events

     

    Condition: Unit inside zone (unit and zone name)

    Condition: Flag 200 = off

     

    Action: Message to coalition

×
×
  • Create New...