zapajax-WhoDiedFirst icon

WhoDiedFirst

This mod just tells you who died first.

By zapajax
Last updated 3 months ago
Total downloads 4078
Total rating 0 
Categories Mods
Dependency string zapajax-WhoDiedFirst-0.1.1
Dependants 15 other packages depend 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
Evaisa-HookGenPatcher-0.0.5 icon
Evaisa-HookGenPatcher

Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.

Preferred version: 0.0.5
Evaisa-LethalLib-0.11.2 icon
Evaisa-LethalLib

My modding tools for Lethal Company

Preferred version: 0.11.2

README

WhoDiedFirst

Just a mod that will display who died first.

How to Use

  • Opening up the chat window and typing /wdf will display who died first last round, if anyone did die. Only the person typing the command will see the message.
  • The spectator's screen is now ordered by who died first with a number appearing next to them. This also includes those who DC.
  • If the player appears on the end of round notes, then it will say who died first as well.

Config Settings

Here are the list of config settings you can enable.

  • includeDisconnects - include those who DC mid-game to the death order.
  • includeAbandoned - include those who are abandoned/MIA
  • addWDFNote - adds who died first to the end of round notes
  • overrideScoreboard - determine if the scoreboard should be reorganized by death order.
  • addDCToScoreboard - appends a [DC] next to the player's name if they DC'ed.
  • addDeathPlacementsToScoreboard - prefixes the order number in which the player died.
  • deathPlacementWindow - a rudementary timeframe in which if two people die at the same time, they'll technically have the same placement. -isDebug - just primarily for debugging, but it does bring a couple extra commands for quick testing. I'll probably detail it later, I just didn't want to remove it lol.

Things to fix

  • The command /wdf pulls from a value that only records the first person in the deathOrder list. If multiple people die at the same time, then this value would be wrong.
  • The notes only pulls the first person in the deathOrder list. I'll be fixing it for the same reason as above.

Contact

If you find bug that I missed, please contact me at [email protected].

Changelog

0.1.1

  • Fixed the /wdf and the notes so that it displays multiple people if they all died at the same time.
    • The end of round notes don't always show every note added to a player.
  • I learned that I don't know how to spell first.
  • Added a readme, because I completely forgot about it.