dcc icon indicating copy to clipboard operation
dcc copied to clipboard

F-14 Stored INS Alignment

Open omltcat opened this issue 2 years ago • 1 comments

In DCS mission editor, there is a option to give player F-14 Stored INS Alignment. This is typically enabled or cold start INS alignment will take over 10 minutes (very annoying...)

To enabled this in mission file, this need to be set in each F-14 unit:

["units"] = 
{
    [1] = 
    {
        ...
        ["AddPropAircraft"] = 
        {
            ...
            ["INSAlignmentStored"] = true,    -- This entry
            ...

omltcat avatar Nov 13 '23 13:11 omltcat

i have pull request for that

https://github.com/Kilcekru/dcc/pull/124

i was thinking that how about if there is option on start that asks "Prealinged ins on F14 from start"

Dragonius avatar Aug 15 '24 09:08 Dragonius