Omniscye-Empress_DamageNumbers icon

Empress DamageNumbers

Floats delicious damage numbers above enemies when hurt with fully configurable colors!

Last updated 10 hours ago
Total downloads 980
Total rating 1 
Categories Mods Client-side
Dependency string Omniscye-Empress_DamageNumbers-1.0.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Empress DamageNumbers v1.0.1

You shoot something, numbers explode out of it. Empress DamageNumbers slaps floating damage numbers over enemies whenever they get hurt.

Features

  • Floating Damage Numbers
    Every time an enemy takes damage (EnemyHealth.HurtRPC), a 3D TextMeshPro number spawns above them, pops up, fades out, and always faces the camera.

  • Smart Anchor Positioning
    Tries to stick the numbers roughly around the head/upper body:

    • Uses EnemyHeadVisual.FollowPosition when available.
    • Falls back to colliders/renderers to guess a decent top point.
    • Worst case: slightly above the enemy’s transform.
  • Configurable Colors
    You pick how cursed the numbers look. Neon pink? Toxic green? Blood red? Go wild.

Configuration

Config file path (BepInEx standard):

BepInEx/config/Empress.DamageNumbers.cfg

Under the [Colors] section you’ll have:

  • TextHex
    Hex color for the damage number text.

  • OutlineHex
    Hex color for the outline around the numbers.

Examples

Make the numbers blood red with dark outline:

[Colors]
TextHex = #FF2222
OutlineHex = #300000

Go full neon hacker vomit:

[Colors]
TextHex = #00FFEE
OutlineHex = #002222

Soft ghostly damage:

[Colors]
TextHex = #CCCCFF
OutlineHex = #202040

If you screw up the hex values, the mod just falls back to white text and black outline instead of crying about it.

Notes

  • Works best when all clients have the mod, but the effect is visual-only and local so it doesn't matter really.
  • If numbers appear in weird places on some enemies, that’s just their cursed rigs. They’ll still die, so it’s fine.

Credits

Made by Omniscye / Empress – “If you’re going to suffer, at least be numerically documented.”