5 Commits

Author SHA1 Message Date
GreenComfyTea
cc93a617f1 Update README.md 2022-10-03 08:52:16 +00:00
GreenComfyTea
869656503b Update README.md 2022-10-03 08:50:58 +00:00
GreenComfyTea
5d6371a05c Update README.md 2022-10-03 08:47:48 +00:00
GreenComfyTea
c8a3431697 Redesign default dynamic UI for large monsters 2022-10-03 11:21:26 +03:00
GreenComfyTea
720d451a0e Map TU2 monster parts
Mapped Flaming Espinas, Violet Mizutsune, Risen Chameleos monster parts.
2022-10-03 11:20:59 +03:00
4 changed files with 172 additions and 129 deletions

View File

@@ -15,7 +15,7 @@ Exposes in-game data about monsters, creatures, players and damage. Draws a high
* **[Troubleshooting](https://github.com/GreenComfyTea/MHR-Overlay/wiki/Troubleshooting)**
# Requirements
1. [REFramework](https://www.nexusmods.com/monsterhunterrise/mods/26) (v1.3.4 or above);
1. [REFramework](https://www.nexusmods.com/monsterhunterrise/mods/26) (v1.3.5 or above);
2. [REFramework Direct2D](https://www.nexusmods.com/monsterhunterrise/mods/134) (v0.4.0 or above).
# How to install:
@@ -34,7 +34,7 @@ Exposes in-game data about monsters, creatures, players and damage. Draws a high
**coavins** - creator of [coavins damage meter](https://www.nexusmods.com/monsterhunterrise/mods/68) mod.
**neatnet** - Korean translation.
**s9000008** - Traditional Chinese translation.
**s9000008, mcc1** - Traditional Chinese translation.
**etnAtker** - Simplified Chinese translation.
**AKILAND0214** - Japanese translation.
***

View File

@@ -756,7 +756,7 @@ function config.init()
},
value_label = {
visibility = true,
visibility = false,
text = "%.0f/%.0f", -- current_health/max_health
offset = {
x = 5,
@@ -775,7 +775,7 @@ function config.init()
},
percentage_label = {
visibility = true,
visibility = false,
text = "%5.1f%%",
offset = {
@@ -803,7 +803,7 @@ function config.init()
size = {
width = 200,
height = 20
height = 7
},
outline = {
@@ -843,18 +843,18 @@ function config.init()
},
stamina = {
visibility = true,
visibility = false,
offset = {
x = 10,
y = 37
y = 7
},
text_label = {
visibility = true,
visibility = false,
text = "%s",
offset = {
x = 15 - 10,
x = -70,
y = 0
},
color = 0xFFA3F5F0,
@@ -870,120 +870,7 @@ function config.init()
},
value_label = {
visibility = true,
text = "%.0f/%.0f", -- current_health/max_health
offset = {
x = 55 - 10,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
percentage_label = {
visibility = true,
text = "%5.1f%%",
offset = {
x = 135,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
timer_label = {
visibility = true,
text = "%2.0f:%02.0f",
offset = {
x = 140,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
bar = {
visibility = true,
offset = {
x = 10 - 10,
y = 17
},
size = {
width = 185,
height = 7
},
outline = {
visibility = true,
thickness = 1,
offset = 0,
style = "Center"
},
colors = {
foreground = 0xB966CCC5,
background = 0x88000000,
outline = 0xC0000000
}
}
},
rage = {
visibility = true,
offset = {
x = 10,
y = 61
},
text_label = {
visibility = true,
text = "%s",
offset = {
x = 5,
y = 0
},
color = 0xFFFF9393,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
value_label = {
visibility = true,
visibility = false,
text = "%.0f/%.0f", -- current_health/max_health
offset = {
x = 45,
@@ -1002,7 +889,7 @@ function config.init()
},
percentage_label = {
visibility = true,
visibility = false,
text = "%5.1f%%",
offset = {
@@ -1022,7 +909,7 @@ function config.init()
},
timer_label = {
visibility = true,
visibility = false,
text = "%2.0f:%02.0f",
offset = {
@@ -1050,7 +937,7 @@ function config.init()
size = {
width = 185,
height = 7
height = 6
},
outline = {
@@ -1061,7 +948,120 @@ function config.init()
},
colors = {
foreground = 0xB9CC6666,
foreground = 0xB966CCC5,
background = 0x88000000,
outline = 0xC0000000
}
}
},
rage = {
visibility = false,
offset = {
x = 10,
y = 13
},
text_label = {
visibility = false,
text = "%s",
offset = {
x = -70,
y = 0
},
color = 0xFFA3F5F0,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
value_label = {
visibility = false,
text = "%.0f/%.0f", -- current_health/max_health
offset = {
x = 45,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
percentage_label = {
visibility = false,
text = "%5.1f%%",
offset = {
x = 135,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
timer_label = {
visibility = false,
text = "%2.0f:%02.0f",
offset = {
x = 140,
y = 17
},
color = 0xFFFFFFFF,
shadow = {
visibility = true,
offset = {
x = 1,
y = 1
},
color = 0xFF000000
}
},
bar = {
visibility = true,
offset = {
x = 0,
y = 17
},
size = {
width = 185,
height = 6
},
outline = {
visibility = true,
thickness = 1,
offset = 0,
style = "Center"
},
colors = {
foreground = 0xB966CCC5,
background = 0x88000000,
outline = 0xC0000000
}
@@ -1073,7 +1073,7 @@ function config.init()
offset = {
x = 10,
y = 111
y = 45
},
spacing = {

View File

@@ -694,6 +694,8 @@ function part_names.init()
[1398] = -- Seething Bazelgeuse
{
language.current_language.parts.head,
@@ -734,6 +736,47 @@ function part_names.init()
language.current_language.parts.left_hind_leg,
language.current_language.parts.right_cutwing,
language.current_language.parts.right_hind_leg
},
--SUNBREAK TITLE UPDATE 2
[392] = -- Flaming Espinas
{
language.current_language.parts.head,
language.current_language.parts.torso,
language.current_language.parts.wings,
language.current_language.parts.legs,
language.current_language.parts.tail
},
[594] = -- Violet Mizutsune
{
language.current_language.parts.head,
language.current_language.parts.left_foreleg,
language.current_language.parts.right_foreleg,
language.current_language.parts.left_hind_leg,
language.current_language.parts.right_hind_leg,
language.current_language.parts.body,
language.current_language.parts.tail,
language.current_language.parts.dorsal_fin
},
[2073] = -- Risen Chameleos
{
language.current_language.parts.head,
language.current_language.parts.abdomen,
language.current_language.parts.left_foreleg,
language.current_language.parts.right_foreleg,
language.current_language.parts.left_hind_leg,
language.current_language.parts.right_hind_leg,
language.current_language.parts.tail,
language.current_language.parts.wings
}
};
end