givenameplz-StatsLogger icon

StatsLogger

Stats Logging for your Characters!

Last updated 6 months ago
Total downloads 5667
Total rating 7 
Categories Mods Misc Client-side Utility
Dependency string givenameplz-StatsLogger-1.2.2
Dependants 16 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2200

README

Stats Logger

Ever wanted to know how many Boars you killed? Or how many times you've Jumped? (And died to gravity)

Look no further, this and many more things can be achieved with the Valheim Stats Logger Mod.

View your current Characters Stats In-Game and watch them increase to questionable amounts.

Display Example

Features

  • Logging Stats locally like Kills, Deaths, Damage and many other while you play with your Character
  • Display Stats in the Game UI (Inventory Menu->Compendium (Raven Symbol)->Character Stats)
  • View Retail Stats already logged by Valheim in the background (Also in the above mentioned Character Stats)
  • Milestone Announcements using the "Level-Up" effect or local messages (Configurable)
  • Access Settings via console commands or In-Game custom window

How To Open UI Example

Future Development

It looks like the Valheim Devs have added a lot more stats being logged in the background since the last mod update, besides the previous exisiting Kills, Deaths, Builds and Crafts. Now, does that mean the mod will become obsolete eventually? Eh, maybe. We'll see how everything develops, I see this as a win for Valheim though. However, I will try to keep the mod working whenever I notice there is a problem with it or if someone messages me with bugs/issues.

Installation (Manual)

  1. Install the BepInEx Mod.
  2. Copy the gnp_StatsLogger folder into <GameRoot>\BepInEx\plugins.
  3. Start the Game and press F5 to type statslogger in the console for usage and setup!

Uninstall

This mod is safe to uninstall, it will not corrupt your savegame.

Settings / Configuration

In-Game with handy Console commands:

Console Example

help - Default command has been handily expanded to also include this mod. (In case you forgor 💀)
statslogger chat true/false - Turn on/off Stat-Milestones in the local Chatbox.
statslogger console true/false - Turn on/off Stat-Milestones in the In-Game Console. (F5)
statslogger effect true/false - Turn on/off Stat-Milestones "LevelUp" effect and GUI-Message.
statslogger cooldown <minutes> - Set the Stat-Milestone announcement cooldown in minutes. (0 to display everything, not recommended)
statslogger retail - View the Valheim Retail Stats.
statslogger reset - Resets the stats of the current Character.
statslogger hidedeaths true/false - Hide every "Player Death" related stat from being displayed.

Contact / Feedback

If you feel like dropping a message about something feel free to head to the Website to find contact information, or even better on Discord.

Changelog

1.2.2

  • Removed ability to increase Retail Kills, game is now doing this as intended.
  • Added category in the UI to show stats logged by Valheim Devs.
  • Reworked Console commands to be in-line with the official ones.
  • Removed ability to type commands into the chatbox, F5 console only now.
  • Changed the save format slightly, old formats will be converted automatically. (no worries)
  • Fixed the mod crashing due to previous Valheim updates. (Thanks to itsAriecha for pointing this out.)
  • Changed BepInEx dependency from 5.4.1502 to 5.4.2200.

1.2.1

  • Fixed beehives or dungeon objects not logging correctly.
  • Fixed tree logs falling causing error messages.
  • Fixed search tab not showing the results correctly.

1.2.0

  • Fixed the "inckills" console command not correctly applying when changed.
  • Added "hidedeaths" console command to hide every "Player Death" related stat. (Request by Anonymous.)
  • Removed some obsolete debugging code.
  • Added "Interacted" Stats for interactions with certain objects in the world.
  • Added "Settings" to the custom window available from the Compendium.
  • Fixed Plugin not loading after "Hearth & Home" update.
  • Changed BepInEx dependency from 5.4.800 to 5.4.1502.

1.1.0

  • Added a custom window which replaces the view in the Compendium to fix having too many stats breaking the display (might see some more work down the road)
  • Added categories to the custom window which includes all the "handcrafted" stat selections
  • Added a "Weapons" category to the categories in the custom window
  • Added a search function to the custom window
  • Added a "raw" view to the custom window which will show you every stat currently logged
  • Removed the entries in the Compendium but one, which now acts as button to open the StatsLogger window
  • Added logging for LastDeath (time)
  • Added logging for LastDamageTaken (time)
  • Changed display for "time" based values to a 00:00:00 format
  • Added the mod icon as sprite for the stat announce effect, it's not an empty white square anymore now

1.0.1

  • Fixed some Stats not correctly logging in Multiplayer. (Special thanks to Drebonda & Daniel for acting as test subjects.)
  • Hiding unnecessary debug outputs.
  • Changed BepInEx dependency from 5.4.602 to 5.4.800.

1.0.0

  • Initial release