mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 20:38:03 -08:00
Fix DPS freezing on quest end + total cart count
This commit is contained in:
@@ -4215,7 +4215,7 @@ function config.init()
|
||||
hide_total_if_total_damage_is_zero = false,
|
||||
total_damage_offset_is_relative = true,
|
||||
|
||||
freeze_dps_on_quest_clear = true,
|
||||
freeze_dps_on_quest_end = true,
|
||||
|
||||
orientation = "Vertical", -- "Vertical" or "Horizontal"
|
||||
highlighted_bar = "Me",
|
||||
@@ -4313,7 +4313,7 @@ function config.init()
|
||||
cart_count_label = {
|
||||
visibility = false,
|
||||
|
||||
text = "x%d",
|
||||
text = "%d",
|
||||
offset = {
|
||||
x = 315,
|
||||
y = 0
|
||||
@@ -4446,6 +4446,26 @@ function config.init()
|
||||
}
|
||||
},
|
||||
|
||||
total_cart_count_label = {
|
||||
visibility = true,
|
||||
|
||||
text = "%d/%d",
|
||||
offset = {
|
||||
x = 315,
|
||||
y = 0
|
||||
},
|
||||
color = 0xFFFF7373,
|
||||
|
||||
shadow = {
|
||||
visibility = true,
|
||||
offset = {
|
||||
x = 1,
|
||||
y = 1
|
||||
},
|
||||
color = 0xFF000000
|
||||
}
|
||||
},
|
||||
|
||||
damage_bar = {
|
||||
visibility = true,
|
||||
offset = {
|
||||
|
||||
@@ -390,11 +390,12 @@ language.default_language = {
|
||||
|
||||
cart_count = "Cart Count",
|
||||
cart_count_label = "Cart Count Label",
|
||||
total_cart_count_label = "Total Cart Count Label",
|
||||
|
||||
prioritize_large_monsters = "Large Monsters on High Priority",
|
||||
max_monster_updates_per_tick = "Max Monster Updates per Tick",
|
||||
|
||||
freeze_dps_on_quest_clear = "Freeze DPS when Quest is cleared",
|
||||
freeze_dps_on_quest_end = "Freeze DPS on Quest End",
|
||||
|
||||
|
||||
health_break_severe_filter = "Health + Break + Severe",
|
||||
|
||||
Reference in New Issue
Block a user