You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.7 KiB
60 lines
1.7 KiB
6 years ago
|
# Configuration file
|
||
|
|
||
|
##########################################################################################################
|
||
|
# blacklists
|
||
|
#--------------------------------------------------------------------------------------------------------#
|
||
|
# Item blacklists
|
||
|
##########################################################################################################
|
||
|
|
||
|
blacklists {
|
||
|
# List of item registry names to ignore when displaying changes
|
||
|
S:IgnoreItem <
|
||
|
>
|
||
|
|
||
|
# List of item registry names for which to ignore subitem changes
|
||
|
S:IgnoreSubitemChanges <
|
||
|
>
|
||
|
}
|
||
|
|
||
|
|
||
|
##########################################################################################################
|
||
|
# general
|
||
|
#--------------------------------------------------------------------------------------------------------#
|
||
|
# General settings
|
||
|
##########################################################################################################
|
||
|
|
||
|
general {
|
||
|
B:DrawIcon=true
|
||
|
B:DrawName=true
|
||
|
I:DrawOffsetHorizontal=0
|
||
|
I:DrawOffsetVertical=18
|
||
|
|
||
|
# Exponential: -2 is 1%, 2 is 10000%(100x) -- Use the ingame config gui
|
||
|
D:DrawScaleProperty=0.0
|
||
|
|
||
|
# The number of items that will be faded out after the soft limit is reached
|
||
|
I:FadeLimit=3
|
||
|
|
||
|
# Exponential: -2 is 1%, 2 is 10000%(100x) -- Use the ingame config gui
|
||
|
D:IconScaleProperty=-0.2
|
||
|
B:ShowItemAdditions=true
|
||
|
B:ShowItemRemovals=true
|
||
|
|
||
|
# Edge/corner of the screen to use as the base location:
|
||
|
# BottomRight
|
||
|
# Bottom
|
||
|
# BottomLeft
|
||
|
# Left
|
||
|
# TopLeft
|
||
|
# Top
|
||
|
# TopRight
|
||
|
# Right
|
||
|
# Center
|
||
|
S:SnapPosition=BottomRight
|
||
|
|
||
|
# The maximum number of items in the queue before they start fading out artificially
|
||
|
I:SoftLimit=6
|
||
|
}
|
||
|
|
||
|
|