From 3c28ab0fb39b0db3926ba9fc748499db5b17c791 Mon Sep 17 00:00:00 2001 From: okvdai <108829133+okvdai@users.noreply.github.com> Date: Sun, 30 Apr 2023 22:37:40 +0200 Subject: [PATCH] Update README.md --- README.md | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84fb8c8..22472fe 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,70 @@ # Pulse -Pulse is a clientside mod for Titanfall 2 letting you view killstats collected by [the Tone API](https://toneapi.github.io/ToneAPI_webclient/) using the otherwise non-functional `Stats` tab. +Pulse is a clientside mod for [TF|2 + Northstar](https://github.com/R2Northstar/Northstar) letting you view killstats collected by [the Tone API](https://toneapi.github.io/ToneAPI_webclient/) using the otherwise non-functional `Stats` tab. -Currently, features include: -- displaying kills in `Pilot Weapons` -- displaying kills in `Titans` tab -- mostly functional `Overview` tab +## Currently, features include: +- mostly functional `Overview` tab, +- Pilot weapon kills displayed in `Pilot Weapons` tab +- Titan kills displayed in `Titans` tab, +- functional `Maps` tab, +- real-time updates. Want to know what we have planned for future updates? See [here.](https://github.com/ToneAPI/pulse/projects?query=is%3Aopen) +Found a bug? Make an issue on Github [here.](https://github.com/ToneAPI/pulse/issues/new) + +
+Features, more in-depth: + +### `Overview` +- Most Kills - shows the weapon with most accumulated kills. +- Nemesis Weapon - shows the weapon that has killed you the most. +- Most Effective - shows weapon with the highest K/D ratio. +- Kill/Death Ratio - shows the overall K/D ratio of player. (the two line graphs "Lifetime Avg." and "Lifetime Avg. vs. Players" don't work.) +- Kills as Pilot - shows general kill data for player as Pilot, visualised in the table below: + + | Name | Description | + |--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| + | Pilots |Shows **ALL KILLS ACCUMULATED BY PLAYER.**1 This includes Titan kills and kills as Titans, we will display them in their respective tab with an upcoming Tone API update.| + | Titans |Non-functional, see 1.| + | AI kills |Non-functional, Tone API does not collect AI kill data.| + | Pilot melee kills |Shows only melee kills accumulated by player as Pilot.| + | Pilot executions |Shows only executions accumulated by player as Pilot.| + +- Kills as Titan - shows general kill data for player as Titan, visualised in the table below: + + | Name | Description | + |--------------------|------------------------------------------------------| + | Pilots |Non-functional, see 1.| + | Titans |Non-functional, see 1.| + | Titan executions |Shows only executions accumulated by player as Titan.| + | Pilots meleed |Shows only melee kills accumulated by player as Titan.| + | Pilot roadkills |Shows only roadkills accumulated by player as Titan.| + +- Upper statbox values have been zeroed out, these don't yet work and are set to 0 to avoid confusion. + +### `Pilot Weapons` + +- shows total accumulated kills per weapon under Total Kills. + +### `Titans` + +- shows total accumulated kills per Titan under Total Kills. + +### `Maps` + +- Player Map Stats - shows general data for player on chosen map, visualised in the table below: + + | Name | Description | + |-----------------------|------------------------------------------------------- | + | Kills on Map |Shows all kills accumulated by player on chosen map.| + | Deaths on Map |Shows all deaths accumulated by player on chosen map.| + | Total Shot Distance |Shows total distance of kills accumulated by player on chosen map.| + | Maximum Shot Distance |Shows highest distance kill by player on chosen map.| + +- Kills by Gamemode - piechart showing all kills (in percent) on chosen map by gamemode. +
+ ## DISCLAIMER The Tone API is NOT used by every server, view a list supported servers on [the webclient.](https://toneapi.github.io/ToneAPI_webclient/)