You are viewing a potentially older version of this package. View all versions.
ComfyMods-OdinSaves-0.0.2 icon

OdinSaves

Saves character more often so you're less likely to lose progress.

Date uploaded 5 years ago
Version 0.0.2
Download link ComfyMods-OdinSaves-0.0.2.zip
Downloads 1027
Dependency string ComfyMods-OdinSaves-0.0.2

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2202

README

Recommended to use with

OdinSaves

  • Your game will now save your character more often!
  • This means less annoyances if you crash or bug out!
  • Defaults to saving every 300s, configurable! (Game default and maximum is every 1200s).
  • Saves your current position as your logout point (defaults to true).
  • Shows a message when saving (also configurable).

Use at your own risk!

This mod simply triggers after the existing game's save code and performs the same check and save functionality.

However, game crashes or other issues during game saves can always be a cause for corruption and so you should make a backup of your character saves files often.

Your character save files (in Windows 10) can be found at:

  • C:\Users<YourWindowsUsernameHere>\AppData\LocalLow\IronGate\Valheim\characters

Looking for a chill server? Join us on Comfy Valheim Discord Github: https://github.com/redseiko/ComfyMods

CHANGELOG

Changelog

1.5.0

  • Fixed for the v0.220.3 patch.
  • Moved changelog into CHANGELOG.md.
  • Bumped up <LangVersion> to C# 12.
  • Code clean-up and refactoring.

1.4.0

  • Fixed for the v0.217.24 patch.

1.3.0

  • Extracted patch and config code into separate classes.
  • Removed async-saving of player profile to play nice with Unity threading.
  • Modified mod save logic to only save player profile (and not the world file) during a mod save.
  • Moved the compress map data feature to be behind a toggle in config.

1.2.0

  • Added manifest.json, icon.png and README.md.
  • Modified the project file to automatically create a versioned Thunderstore package.

1.1.1

  • Minor fixes to the UI.

1.1.0

  • Moved to compression-only of map data to utilized newly added compression in H&H update.

1.0.0

  • Added compression/decompression of map data for player profiles.