forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbetterquesting.cfg
63 lines (44 loc) · 1.89 KB
/
betterquesting.cfg
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
# Configuration file
TitleCard {
S:"Align X"=0.5
S:"Align Y"=0.0
I:"Offset X"=-128
I:"Offset Y"=0
S:"Title Texture"=gtnh:textures/gui/gtnh_title.png
}
general {
# If true, then when you click on Claim all, a warning dialog will be displayed [default: true]
B:"Claim all requires confirmation"=true
B:"Hide Updates"=true
# Is quest chapters list locked and opened on start [default: false]
B:"Lock tray"=false
# Clamps the max UI height (-1 to disable) [range: -1 ~ 2147483647, default: -1]
I:"Max GUI Height"=-1
# Clamps the max UI width (-1 to disable) [range: -1 ~ 2147483647, default: -1]
I:"Max GUI Width"=-1
# Enabled the popup notices when quests are completed or updated [default: true]
B:"Quest Notices"=true
# Scrolling multiplier [range: 0.0 ~ 10.0, default: 1.0]
S:"Scroll multiplier"=1.0
# If true will skip home gui and open quests at startup. This property will be changed by the mod itself. [default: false]
B:"Skip home"=true
S:"Sound Complete"=random.levelup
S:"Sound Unlock"=random.click
S:"Sound Update"=random.levelup
# The current questing theme [default: betterquesting:light]
S:Theme=bq_standard:light
# Jumps the user to the last opened quest [default: true]
B:"Use Quest Bookmark"=true
# If true, user can view most quests (not hidden or secret) [default: false]
B:"View mode"=false
# If true, show view mode button [default: false]
B:"View mode button"=true
# Zoom Speed [range: 1.05 ~ 3.0, default: 1.25]
S:"Zoom Speed"=1.25
# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
B:"Zoom in on cursor"=true
# Zoom out on cursor. If false, zooms out on center of screen. [default: true]
B:"Zoom out on cursor"=true
# Zoom smoothness in ms [range: 0.0 ~ 2000.0, default: 100.0]
S:"Zoom smoothness in ms"=100.0
}