Files
Epoch-Runner-Server/overrides/config/betterquesting.cfg
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

22 lines
585 B
INI

# Configuration file
general {
# 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
B:"Tamper Nuke"=true
# 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
}