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.
36 lines
945 B
36 lines
945 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
client {
|
||
|
# Damage Text Color [default: RED]
|
||
|
S:"Damage Color"=RED
|
||
|
|
||
|
# Heal Text Color [default: GREEN]
|
||
|
S:"Heal Color"=GREEN
|
||
|
|
||
|
# Display Health Bars [default: HEARTS]
|
||
|
S:"Health Bar Display"=HEARTS
|
||
|
|
||
|
# Location of Health Bar [default: TOP LEFT]
|
||
|
S:"Health Bar Position"=TOP LEFT
|
||
|
|
||
|
# With CUSTOM position, sets X position of Health Bar [range: -20000 ~ 20000, default: 0]
|
||
|
I:"Health Bar X"=0
|
||
|
|
||
|
# With CUSTOM position, sets Y position of Health Bar [range: -20000 ~ 20000, default: 0]
|
||
|
I:"Health Bar Y"=0
|
||
|
|
||
|
# Delays hiding the dialog for the given number of milliseconds [range: 50 ~ 5000, default: 400]
|
||
|
I:"Hide Delay"=400
|
||
|
|
||
|
# Shows a 3D model of the entity being targeted [default: true]
|
||
|
B:"Show 3D Model of Entity"=true
|
||
|
|
||
|
# Show Damage Indicators [default: true]
|
||
|
B:"Show Damage Particles"=true
|
||
|
|
||
|
# Background Skin Selection [default: BASIC]
|
||
|
S:Skin=BASIC
|
||
|
}
|
||
|
|
||
|
|