From b2993c71baf9ba9b573952cfb0eea67e01e48636 Mon Sep 17 00:00:00 2001 From: Markus Ast Date: Fri, 28 Aug 2020 10:22:56 +0200 Subject: [PATCH] add hint about manual options update to README Refs #59 Refs #63 --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index cefb971..82f6c54 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,27 @@ For information about the free tier of both GCloud and AWS see: ![Settings](./docs/settings.jpg) +While it is easiest to temporariely start DCS with a GUI even on a dedicated server for the sake of changing DATIS settings, they can also be changed by manually updating `Saved Games\DCS.openbeta\Config\options.lua`: + +```lua +options = { + -- ... + ["plugins"] = { + -- .. + ["DATIS"] = { + ["awsAccessKey"] = "Your AWS access key", + ["awsPrivateKey"] = "Your AWS private key", + ["awsRegion"] = "eu-central-1", + ["debugLoggingEnabled"] = false, + ["defaultVoice"] = "WIN", + ["gcloudAccessKey"] = "Your Google Cloud access key", + ["srsPort"] = "5002", + }, + -- .. + } +} +``` + ## Setup ### Setup ATIS stations