Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Last updated | 2 years ago |
| Total downloads | 18798 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | zapajax-WhoDiedFirst-0.1.1 |
| Dependants | 17 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100Evaisa-HookGenPatcher
Generates MonoMod.RuntimeDetour.HookGen's MMHOOK file during the BepInEx preloader phase.
Preferred version: 0.0.5README
WhoDiedFirst
Just a mod that will display who died first.
How to Use
- Opening up the chat window and typing
/wdfwill 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
/wdfpulls 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
/wdfand 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.