You are viewing a potentially older version of this package. View all versions.
viliger-IDodgedThat-1.0.3 icon

IDodgedThat

Adds chat messages on player death with information on what killed them.

By viliger
Date uploaded 2 weeks ago
Version 1.0.3
Download link viliger-IDodgedThat-1.0.3.zip
Downloads 5052
Dependency string viliger-IDodgedThat-1.0.3

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2102 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2102

README

IDodgedThat

Small mod that adds chat messages on player death. Currently supports information on normal, friendly fire, void fog, jail'd and fall damage deaths. Also outputs information on what skill killed the player, assuming such information was provided.

CHANGELOG

1.0.3
  • Fixed printing "with" even if there is no skill name to get.
  • Added more robust detection if skill name needs to be replaced with SkillDef name.
    • On this note, check out DamageSourceForEnemies, while there aren't any localized strings to get, you will get skill def names and they are usually relatively close to whatever skill does.
1.0.2
  • Fixed skill name always printing as empty space.
  • Text formatting adjustments.
1.0.1
  • Added support for DamageSource, so now mod attempts to get skill name that killed the player. Don't expect anything for vanilla monsters tho, gearbox lmao
1.0.0
  • Initial release.