With the last DCS update (delivered today), LotAtc Server stop working due to restrictions on DCS API. However, you can tell DCS to active these APIs and allow LotAtc to work as before.

To do so, just edit or create the Saved Games\<your DCS instance>\Config\autoexec.cfg with the following content:

-- Allow LotAtc to work with last DCS updates
-- Copy or add in the Saved Games/<your DCS>/Config/ directory

net.allow_unsafe_api = {
  "userhooks", -- will make the API visible in _$WRITE_DIR/Scripts/Hooks/*.lua_ scripts
}

net.allow_dostring_in = {
  "mission",
  "server",
}

Use Notepad++ or similar to modify this file, avoid Notepad, it could corrupt the file

I will certainly include that automatically with Configurator in future release.

Contact

You can contact me:

Updated: