You are viewing a potentially older version of this package. View all versions.
OchaDashiMan-MultiDPSReturns-1.0.2 icon

MultiDPSReturns

Shows a DPS panel for every player in the party, averaged over the current stage.

Date uploaded a week ago
Version 1.0.2
Download link OchaDashiMan-MultiDPSReturns-1.0.2.zip
Downloads 20
Dependency string OchaDashiMan-MultiDPSReturns-1.0.2

This mod requires the following mods to function

ReturnOfModding-ReturnOfModding-1.1.30 icon
ReturnOfModding-ReturnOfModding

Lua Mod Loader for Risk of Rain Returns

Preferred version: 1.1.30
ReturnsAPI-ReturnsAPI-0.1.58 icon
ReturnsAPI-ReturnsAPI

(Mostly done) API for modding Risk of Rain Returns.

Preferred version: 0.1.58

README

MultiDPSReturns

Shows a per-player DPS panel in the corner of the screen.

MultiDPSReturns

How the number is calculated

Per stage, not a rolling window:

DPS = total damage dealt on this stage / time since entering it

Everything resets on a new stage. Standing around makes your number drop, because the clock keeps running. Players who die keep their row, and their DPS decays for the rest of the stage.

Minion damage — drones, turrets, summons — is traced back to its owner and counted as theirs.

What each column shows

Column
Name The player's name. Rows are sorted by DPS, highest first. Yours is highlighted
DPS Three significant digits under 100, whole numbers above it
% That player's share of the team total
Items Total carried, then a breakdown: white and green on the first line, red and boss on the second

Configuration

In the game's own settings menu, under MULTIDPSRETURNS:

  • Show Panel
  • Show Items
  • Show Percentage
  • Name Length — trim longer names and end them with .... 0 keeps them whole
  • Horizontal / Vertical Offset — distance from the bottom-right corner

Compatibility

Client-side display only. It reads damage values and draws; it changes nothing and sends nothing over the network.

Changelog

1.0.2

  • The panel now lifts itself out of the way when the item bar grows under it, and settles back once it no longer does. An offset that already clears the bar is left alone

1.0.1

  • The total row is no longer drawn in single player, where it only repeated the row above it
  • Added Show Percentage and Name Length options
  • Fixed the item block spilling past the right edge of the panel when the percentage column was turned off

1.0.0

  • Initial release

License

MIT