You are viewing a potentially older version of this package. View all versions.
Moffein-BossKillTimer-2.0.1 icon

BossKillTimer

Prints time taken to kill a boss in the chat. Server-side and vanilla-compatible!

Date uploaded 2 months ago
Version 2.0.1
Download link Moffein-BossKillTimer-2.0.1.zip
Downloads 5494
Dependency string Moffein-BossKillTimer-2.0.1

This mod requires the following mods to function

RiskofThunder-HookGenPatcher-1.2.4 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.4
bbepis-BepInExPack-5.4.2117 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2117

README

Prints boss kill times to chat. Has a config option to only display teleporter boss (red healthbar) kill times.

Server-side and Vanilla-compatible.

Installation

Place BossKillTimer.dll in /Risk of Rain 2/BepInEx/plugins/

CHANGELOG

2.0.1

  • Attempted to fix double chat messages.

2.0.0

  • Rewrote mod to improve performance.

    • No longer triggers AddComponent/GetComponent on every damage instance.
  • Fixed kill timers showing for Player Team boss deaths.

1.0.4

  • Recompiled for DLC2.

1.0.3

  • Hopefully fixed Vanilla compatibility issues.

1.0.2

  • Added an extra failsafe to the Timer. Not sure if this will do anything.

1.0.1

  • Removed unneeded R2API dependency.

1.0.0

  • Release