Skip to content

Commit

Permalink
add hint about manual options update to README
Browse files Browse the repository at this point in the history
Refs #59
Refs #63
  • Loading branch information
rkusa committed Aug 28, 2020
1 parent d7d41ee commit b2993c7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit b2993c7

Please sign in to comment.