Kilcekru / dcc

Digital Crew Chief

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F-14 Stored INS Alignment

omltcat opened this issue · 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
            ...