Hardheim Timed Save
🇭🇺 Magyar
Automatikus szerver mentési és backup rendszer Valheimhez.
Funkciók
- Pontos időpontokban történő mentés (nem időközönként)
- Időzóna támogatás (UTC, CET, CEST, Europe/Budapest)
- Játékon belüli figyelmeztetés mentés előtt
- Harc érzékelés (harc közben halasztja a mentést)
- Automatikus biztonsági mentések (backup)
- ZIP vagy mappa alapú backup
- Backup rotáció (keepLast)
- Backup késleltetés állítható (
delaySeconds)
- Discord webhook támogatás (siker / hiba)
- Kommentált YAML konfiguráció (könnyen érthető)
Konfig példa
timezone: "Europe/Budapest"
saveTimes:
- "23:55"
backup:
enabled: true
zip: true
keepLast: 3
delaySeconds: 2
Megjegyzés
- Csak szerver oldali mod
- A játékosoknak NEM kell telepíteni
- A játék eredeti
save parancsát nem módosítja
- Backup csak az automatikus mentések után készül
🇬🇧 English
Automatic scheduled server saving and backup system for Valheim.
Features
- Scheduled saves at exact times (not intervals)
- Timezone support (UTC, CET, CEST, Europe/Budapest)
- In-game warning before save
- Combat detection (delays save if players are fighting)
- Automatic backups
- ZIP or folder-based backups
- Backup rotation (keepLast)
- Configurable backup delay (
delaySeconds)
- Discord webhook support (success / error)
- Commented YAML config (easy to understand)
Config example
timezone: "Europe/Budapest"
saveTimes:
- "23:55"
backup:
enabled: true
zip: true
keepLast: 3
delaySeconds: 2
Notes
- Server-side only mod
- Clients do NOT need to install anything
- Does NOT override the game's
save command
- Backups are only created after scheduled saves