You are viewing a potentially older version of this package. View all versions.
givenameplz-StatsLogger-1.2.1 icon

StatsLogger

Stats Logging for your Characters!

Date uploaded 2 years ago
Version 1.2.1
Download link givenameplz-StatsLogger-1.2.1.zip
Downloads 1954
Dependency string givenameplz-StatsLogger-1.2.1

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.

Console Example

Features

  • Character based Stats logging
  • Display Stats In-Game (Inventory Menu->Compendium (Raven Symbol)->Character Stats)
  • View Retail Stats already logged by Valheim in the background (Kills, Deaths, Builds, Crafts)
  • The Retail "Kills" stat is not used by the game yet, but the Mod will start increasing it (Opt-Out)
  • Local Milestone Announcements (Configurable)
  • Access Settings via console command or In-Game custom window

Future Development

Maintaining useability (Read: Make it not crash) between game updates without actively adding new features for now.

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.
/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 <number> - Set the Stat-Milestone announcement cooldown (0 to display everything, not recommended)
/statslogger inckills true/false - Enable/Disable the mod from increasing the Retail Kill value of Valheim. (Valheim has not yet used it)
/statslogger retail - View the Valheim Retail Stats.
/statslogger reset - Resets the stats of the current Character.
/statslogger hidedeaths true/false - Hide very "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.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