You are viewing a potentially older version of this package. View all versions.
Baka_Gaijin-AutoSaveInterval-1.0.2 icon

AutoSaveInterval

Auto-saves the world every 10 minutes (configurable). Also saves before scheduled restart times (UTC). Server-side only, no Harmony patches, no Jotunn dependency.

Date uploaded 2 weeks ago
Version 1.0.2
Download link Baka_Gaijin-AutoSaveInterval-1.0.2.zip
Downloads 99
Dependency string Baka_Gaijin-AutoSaveInterval-1.0.2

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.

Preferred version: 5.4.2333

README

AutoSaveInterval

Lightweight BepInEx plugin that auto-saves the Valheim world on a configurable interval.

Features

  • Auto-saves every 10 minutes (configurable)
  • Pre-restart save: triggers a save 2 minutes before scheduled ServerRestart times
  • Server-side only (uses ZNet.IsServer check, harmless on clients)
  • Zero dependencies beyond BepInEx (no Jotunn, no Harmony patches)

Configuration

After first run, edit BepInEx/config/fix.autosave.interval.cfg:

[General]
SaveIntervalSeconds = 600

[ServerRestart]
PreRestartSaveMinutes = 2
RestartTimesUTC = 17:00,05:00

Set RestartTimesUTC to match your ServerRestart schedule (comma-separated UTC times).

Compatibility

Compatible with all mods. No Harmony patches means zero conflict surface.

CHANGELOG

Changelog

1.0.2

  • New mod icon.

1.0.1

  • Save before scheduled restart times (UTC).