Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
suzaku01 committed Apr 20, 2022
2 parents 90eba95 + 3a3cdc6 commit 58dab55
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Description
mhf_displayer is a C# form that shows various useful infomations on display.
This project is WIP, and has some issues.
Currently, only High Grade Edition and fullscreen are supported.

## Notes
D3D has an overlay function, if you have enough knowledge you can do similar things with that, like Lvdew.

## Notes
I'm working on for non HGE version, almost done but unable to find poinster of values such as poison, sleep etc.

# Download
Expand All @@ -16,6 +13,7 @@ If you feel you want to build the project youeself, place `mhf_displayer.cfg` to

# Usage
After game has started, run `mhf_displayer.exe`.
It's recommended to start it while you are in lobby, otherwise the game will crash.
Windows Defender may try to scan app only once at the beginning of launch.
This is because mhf_displayer accesses game memory.

Expand All @@ -26,6 +24,7 @@ Press `C` button to open configuration menu.

# Known issues
- Cannot get True value of player attack correctly.
- When you try to run displayer multiple times while game is runnning, displayer cannot load correct values. (Apr:20)
- If nothing happens after starting mhf_displayer, it may be required to install .Net SDK(x86).
https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Expand Down Expand Up @@ -73,3 +72,7 @@ Fixed a problem where strange HP values were displayed for a moment.
Changed to be able to display HP of multiple large monster at same time, up to 4.
Added a panel that shows various values of large monster such as poison, sleep. Currently only works for 1st monster.

## v1.4.1
Added non-HGE support, but monster info panel is disabled temporary.
Fixed a problem where even the buttons disappeared when the player information panel was turned off.

0 comments on commit 58dab55

Please sign in to comment.