Monster Hunter: World
0 of 0

File information

Last updated

Original upload

Created by

F Stein

Uploaded by

theFlynn

Virus scan

Safe to use

Tags for this mod

About this mod

DPS is displayed in a seven second sliding window, by default. Adjustment to project by the other users of this site.

Permissions and credits
DPS is displayed in a seven second sliding window, by default.
There is an ini file, properties.ini, which defines this. Change the value on the right to change the window time.

Most of the work on this project was done by other people on this site.

I'm going to slap the GNU GPLv3 in this folder, along with my source code. You're free to inspect the code, and make whatever changes you would like.

For those interested in seeing changes:
    properties are read when the MainWindow is initialized. I know this is bad form and I don't care too much.
    the actual meat of the changes happens in the update_info function, and above it.
    Changes in damage are taken by the delta, and you keep a queue of numbers, removing them at one end and adding at the other.
    It's good enough for me.

Also, I'm not sure which of the DLL's included are needed at all. It seems to run without them, but that might just hang on your system having them updated already.

Thanks,
F. Stein.