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.
| Last updated | 15 hours ago |
| Total downloads | 1302 |
| Total rating | 0 |
| Categories | Client-side Utility Deep North Update |
| Dependency string | mtsukn-CheaterBypass-0.0.3 |
| Dependants | 0 other packages depend on this package |
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.2350README
Bypasses Every Cheater Check. Enables achievements NO MATTER WHAT. Prevents the creation of cheated items to protect other players in multiplayer. Removes the Cheater! tag from any loaded character.
Includes Patches:
- IsCheatedAtAll -> Ignores general cheat checks specifically the one that checks if the game is modded (not sure if this prevents the world from getting flagged as cheated server side)
- CanGetAchievements
- IsWorldCheated
- ItemDrop.OnCreateNew -> Items created by cheated GameObjects fueled with cheated items like fermenters and smelters don't drop items with the cheated tag.
- Inventory.Changed -> Picking up cheated items doesn't display the annoying warning pop.
- Inventory.AddItem -> Items crafted with cheated materials or with nobuildcost are not given the cheater tag.
- CharacterDrop.DropItems -> Enemies defeated by cheating drop uncheated loot.
- PlayerProfile.LoadPlayerFromDisk -> Tries to remove the Cheater! tag whenever a character is loaded.
- Terminal.ConsoleCommand.RunAction -> Skips the IsCheat check which prevents you from using commands because the game constantly thinks you're in an uncheated state thus confirmcheats is unable to turn on cheats.