-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
30 lines (28 loc) · 1.2 KB
/
config.example.toml
File metadata and controls
30 lines (28 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# rbrief Configuration File
# Copy this file to ~/.config/rbrief/config.toml
# as of nouw only FMS (.fms) files are supported, custom formats like ZiboMod or LevelUp will be added later
# Your SimBriefID (found in your SimBrief account settings)
simbrief_username = "123456"
# Absolute path where FMS files should be saved
# If you have not created "X-Plane 12/Output/FMS plans/" the program will fail
# Examples:
# Linux: "/home/user/X-Plane 12/Output/FMS plans/"
# hint: if you are using Steam as Snap or Flatpak image, then your path is different
# snap: "home/user/snap/steam/common/.local/share/Steam/steamapps/common/X-Plane 12/Output/FMS plans/"
# flatpak: "home/user//.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/X-Plane 12/Output/FMS plans/"
# Windows: "C:/X-Plane 11/Output/FMS plans/"
# macOS: "/Users/user/X-Plane 12/Output/FMS plans/"
download_path = "/home/user/X-Plane 12/Output/FMS plans/"
# Airframe mappings
# Key: Your preferred short name (used with -f flag)
# Value: SimBrief airframe ICAO code
[airframes]
b737-800 = "B738"
b737-900 = "B739"
b737-max8 = "B38M"
a320 = "A320"
a320neo = "A20N"
a321 = "A321"
a330-300 = "A333"
777-300er = "B77W"
787-9 = "B789"