aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
blob: a55e032b63e3eaa113fe07d096f41f5d0c59ed2c (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
tick_length: 600

starting_room: 1001
startup_validation:
  root_rooms: [1001]
  ignore_unreachable: []

telnet:
  enabled: true
  port: 4000

http:
  enabled: true
  port: 8888

# To use Telnet TLS or HTTPS, configure the path of a certificate and private
# key. If cert_file and key_file are left empty, a self-signed certificate is
# generated automatically on startup.

telnet_tls:
  enabled: false
  port: 4001
  cert_file: ""
  key_file: ""

https:
  enabled: false
  port: 8443
  cert_file: ""
  key_file: ""

default_colors:
  room_name:       "51 bold"
  room_number:     "F0"
  room_desc:       "FC"
  direction:       "4B"
  exit_direction:  "4B"
  exit_name:       "72"
  protected_mob:   "off"
  mob:             "off"
  damage:          "C4"
  xp:              "DE"
  level_up:        "E2 bold"
  item:            "DF"
  player_name:     "BD"
  death:           "C4 bold"
  victory:         "53"
  miss:            "F3"
  error:           "D1"
  say:             "E6"
  dialog:          "75"
  broadcast:       "D7"
  fire:            "D0"
  eat_food:        "9C"
  drop_message:    "BA"
  credits_pickup:  "DC"
  map_at:          "0F"
  map_blocked:     "C4"