This mod shows combat encounter information when hovering them :
- Health
- Skills
- Items & item description (with colored flavor text!)
The images are programmatically taken screenshots of the encounter details on howbazaar.gg with my own additional modification to the html done on the fly.
If you already have BepInEx installed, skip this section.
- Download The latest version of BepInEx 5
- Extract in the games root folder (
<Tempo Launcher -> Settings -> Game Installation Directory>/bazaarwinprodlatest/
)
- Download the latest release (not the source code)
- Extract it in the root
<your game install>
. you should see a folder atBepInEx\plugins\ShowCombatEncounterDetail
- If the toolips do not show after installation, in
BepInEx\config\BepInEx.cfg
, setHideManagerGameObject = true
(it should be near the top)
After launching the game at least once with the mod installed, you should have a new configuration file at BepInEx\config\ShowCombatEncounterDetail.cfg
Here you can roughly change where the new tooltip appears as a ratio relative to the center of the screen. For example,
the default values [0,-.125]
for the X and Y parameters respectively put the image centered on the horizontal axis
and roughly over your items on the vertical axis. The example screenshot(s) are a value of -.125
.
Restart the game after changing these values for them to take effect.
Delete the BepInEx\plugins\ShowCombatEncounterDetail
folder in your game files.
Color the flavor text for keywords (e.g. slow, damage, haste, ...) in item descriptions to match the colors in game for better readability
infarctus for original mod implementation
howbazaar.gg for data