modded7/overrides/config/betterquesting.cfg

50 lines
1.4 KiB
INI
Raw Normal View History

2022-01-23 23:35:02 +08:00
# Configuration file
client {
B:"Quest Notices"=true
}
general {
2022-01-25 14:28:49 +08:00
# If true, then when you click on Claim all, a warning dialog will be displayed [default: true]
2022-02-09 21:40:22 +08:00
B:"Claim all requires confirmation"=false
2022-01-23 23:35:02 +08:00
B:"Experimental Dirty Mode"=true
B:"Hide Updates"=false
2022-01-25 14:28:49 +08:00
# If true, locks the quest chapter list and opens it initially [default: false]
2022-01-23 23:35:02 +08:00
B:"Lock Tray"=false
2022-01-30 23:19:37 +08:00
B:"Lock tray"=false
2022-01-23 23:35:02 +08:00
# 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
2022-01-25 14:28:49 +08:00
# Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0]
2022-01-23 23:35:02 +08:00
S:"Scroll Speed Multiplier"=1.0
# The current questing theme [default: betterquesting:light]
S:Theme=bq_standard:dark
# Jumps the user to the last opened quest [default: true]
B:"Use Quest Bookmark"=true
2022-01-25 14:28:49 +08:00
# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
2022-01-23 23:35:02 +08:00
B:"Zoom In on Cursor"=true
2022-01-25 14:28:49 +08:00
# Zoom out on cursor. If false, zooms out on center of screen. [default: true]
2022-01-23 23:35:02 +08:00
B:"Zoom Out on Cursor"=true
2022-01-25 14:28:49 +08:00
# Zoom smoothness in ms [range: 0.0 ~ 2000.0, default: 100.0]
2022-01-23 23:35:02 +08:00
S:"Zoom Smoothness"=100.0
2022-01-25 14:28:49 +08:00
# Zoom Speed [range: 1.05 ~ 3.0, default: 1.25]
2022-01-23 23:35:02 +08:00
S:"Zoom Speed"=1.25
}