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 months ago |
Version | 1.1.0 |
Download link | pond-StatsPlus-1.1.0.zip |
Downloads | 3538 |
Dependency string | pond-StatsPlus-1.1.0 |
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.2108README
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:
Known issues / improvements
- Some stats have vague names, and stats do not have a description.
- The in-game graph can sometimes break if large enough numbers are plotted.
- Multiple plots cannot be on the in-game graph at once.
- The first time a plot is created, the first point might not draw correctly.
CHANGELOG
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 frankly wasn't well implemented, nor was it easy to maintain
- Fixed nonScrapPrinted blacklisting incorrect item indexes for stat incrementation
1.0.0
- First release