Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2330README
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
Cheatsstat counter back to0in 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
F5terminal via a single command.
Installation
Prerequisites
- BepInEx Pack for Valheim installed.
Manual Installation
- Download the latest
AmnesiaMead.dllrelease. - Place
AmnesiaMead.dllinto your Valheim installation folder underBepInEx/plugins/. - Launch Valheim.
Usage
Note: Take a manual backup of your character file in case this corrupts your character data.
- Load into any world with the character you wish to clean.
- Open the console (F5).
- 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-cheatsconsole command registered via Harmony patch onTerminal.InitTerminal. - Added auto-clearing for
m_knownCommandsdictionary andm_itemPickupStatsentries matchingCheat*. - Added runtime Terminal and Profile
m_usedCheatsflag resets.