Some mods may be broken due to the recent Alloyed Collective update.
StatsPlus
Provides insight to the progression of the run through a new panel on the results screen that can graph a variety of base-game and custom stats. Stats are recorded at key points of the run.
| Date uploaded | 3 weeks ago |
| Version | 2.0.3 |
| Download link | pond-StatsPlus-2.0.3.zip |
| Downloads | 4682 |
| Dependency string | pond-StatsPlus-2.0.3 |
This mod requires the following mods to function
RiskofThunder-R2API_Networking
Networking API around the Unity UNet Low Level API (LLAPI)
Preferred version: 1.0.2bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2108RiskofThunder-R2API_Language
API for modifying the language localisation of the game
Preferred version: 1.0.1README
Stats Plus
About
This mod adds a new panel to the results screen of Risk of Rain 2 that lets you view the progression of a multitude of base-game and custom stats, available for each player. The stats are plotted against total time in an interactive graph, where each record is created at key points in the run (stage beginning and game end). Full credit for the Unity graph code goes to PingSharp.
Additionally, if you want to immortalise your run, you can use the R script generator button to copy code that can turn your run into a HTML page:
Contact
Discord: miyowi
CHANGELOG
2.0.3
- Removed UnityMathematics dll
2.0.2
- Fix for DLC3
- Fix NonScrapPrinted IL hook
- Fix invalid ItemLead inventory references
2.0.1
- README changes
2.0.0
- Fixed nonScrapPrinted custom stat
- Fixed itemLead custom stat
- Now supports plotting all players on the graph simultaneously
- Player names are now coloured corresponding to their graph plot colour
- Uses a rainbow function so colours are always as distinct as possible
- Added a log view for all graphs
- Added x axis label
- Added coordinates display when hovering over a point
- Formalised stat titles
- Added stat descriptions which can be viewed by hovering over the title in the sidebar
- Added a title to the graph
- Added preventative measures for unexpected behaviour when dealing with very large numbers
1.1.1
- Stats button now appears in all gamemodes
1.1.0
- Added support for the Seekers of the Storm update
- Networking? I sure hope it does
- Removed the chainableProcs custom stat, as it wasn't well implemented, nor was it easy to maintain
- Fixed nonScrapPrinted blacklisting incorrect item indexes for stat incrementation
1.0.0
- Initial release