forked from YohananTzeviyah/LibreMaple-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.toml
64 lines (57 loc) · 1.29 KB
/
settings.toml
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
60
61
62
63
64
# Settings for the LibreMaple client.
#
# LibreMaple client code is © 2015-2016 Daniel Allendorf, 2018-2019 LibreMaple
# Team, licensed under the GNU Affero General Public License version 3 or
# higher.
[network]
ip = "127.0.0.1"
port = 8484
[video]
fullscreen = false
vsync = true
low_quality = false
[fonts]
normal = "../fonts/Roboto/Roboto-Regular.ttf"
bold = "../fonts/Roboto/Roboto-Bold.ttf"
[audio]
sound_effects = true
music = true
[audio.volume] # Volumes are in percentages.
sound_effects = 50
music = 50
[account]
save_login = false
account_name = ""
world = 0
channel = 0
character = 0
[ui]
hp_alert = 20
mp_alert = 20
shake_screen = true
simple_minimap = false
[ui.position]
key_config = [150, 150]
stats = [100, 150]
inventory = [300, 150]
equip_inventory = [250, 150]
skillbook = [50, 150]
change_channel = [350, 300]
game_settings = [450, 250]
system_settings = [350, 150]
[[character]]
name = ""
[character.game_settings]
whispers = true
friend_invites = true
chat_invites = true
trade_requests = true
party_invites = true
sidekick_invites = true
expedition_invites = true
guild_chat = true
guild_invites = true
alliance_chat = true
alliance_invites = true
family_invites = true
follow = true