From 086e2f46b065cdf535a5b9bb97be5891cc6bac73 Mon Sep 17 00:00:00 2001 From: Daniel Ong Date: Mon, 3 Sep 2018 15:54:21 -0700 Subject: [PATCH] Tweaked README --- README.md | 8 +++++++- mhw_damage_meter_1_0.csproj | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94718fa..dcfddd6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ During hunts, this mod displays the percent of total team damage done and the [e ## Known Limitations/Bugs - Post-hunt DPS is low because it includes the 60/20 seconds period after the hunt and the time spent in the post-hunt summary pages (possibly). +- Negative intial DPS values during hunts. + +## Contributing Guide + +Contributions are welcome. Feel free to make an issue or pull request. This project is licensed under the MIT license. ## Credits @@ -24,7 +29,8 @@ During hunts, this mod displays the percent of total team damage done and the [e ### Basic Functionality - [x] Implement DPS calculation - [x] Fix numbers for subsequent hunts -- [ ] Fix post hunt DPS calculation. Maybe store the last damage timestamp and use that as the end time for calculating overall DPS. +- [ ] Fix post hunt DPS calculation. Maybe store the last damage timestamp and use that as the end time for calculating overall DPS +- [ ] Fix negative values DPS values ### UI/UX - [ ] Fix character clipping diff --git a/mhw_damage_meter_1_0.csproj b/mhw_damage_meter_1_0.csproj index 7b203c6..c4585a1 100644 --- a/mhw_damage_meter_1_0.csproj +++ b/mhw_damage_meter_1_0.csproj @@ -79,5 +79,8 @@ Designer + + + \ No newline at end of file