You are viewing a potentially older version of this package. View all versions.
Archonite-AmnesiaMead-1.0.0 icon

AmnesiaMead

A Valheim mod that resets the Cheats stat, command history, and item stats to 0.

Date uploaded 9 hours ago
Version 1.0.0
Download link Archonite-AmnesiaMead-1.0.0.zip
Downloads 12
Dependency string Archonite-AmnesiaMead-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2330 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.2330

README

Amnesia Mead

Amnesia Mead is a lightweight BepInEx utility mod for Valheim that resets character cheat counters & flags.

Odin is watching... but after a mug of Amnesia Mead, he forgets everything.


Features

  • Wipes the Cheats Counter: Resets the Cheats stat counter back to 0 in your character profile (.fch).
  • Clears Command History: Flushes recorded command usages (god, spawn, raiseskill, etc.) from your profile data.
  • Removes Spawned Item Flags: Clears debug items (e.g., Cheat sledge) from your pickup history.
  • Native Console Command: Integrates cleanly into Valheim’s F5 terminal via a single command.

Installation

Prerequisites

Manual Installation

  1. Download the latest AmnesiaMead.dll release.
  2. Place AmnesiaMead.dll into your Valheim installation folder under BepInEx/plugins/.
  3. Launch Valheim.

Usage

Note: Take a manual backup of your character file in case this corrupts your character data.

  1. Load into any world with the character you wish to clean.
  2. Open the console (F5).
  3. Type the command: amnesia-cheats

License

Distributed under the MIT License. See LICENSE for more information.

CHANGELOG

[1.0.0] - 2026-08-23

Added

  • Initial release of Amnesia Mead.
  • Added amnesia-cheats console command registered via Harmony patch on Terminal.InitTerminal.
  • Added auto-clearing for m_knownCommands dictionary and m_itemPickupStats entries matching Cheat*.
  • Added runtime Terminal and Profile m_usedCheats flag resets.