๐ง How to Fish Mods & Modding Guide
No Steam Workshop, but a healthy modding scene: where the mods live (Thunderstore, NexusMods), how to install them with BepInEx or r2modman, and how to keep your saves safe while doing it.
Published September 2, 2026 ยท Last updated September 2, 2026
Quick Answer: Does How to Fish Have Mods?
There is no Steam Workshop support, but a real modding scene exists: Thunderstore hosts a How to Fish section (over 120 packages as of early September 2026, led by the official BepInEx pack) and NexusMods has a growing howtofish category. Mods load through BepInEx, installable manually or with the r2modman / Thunderstore Mod Manager one-click flow. Back up your saves before installing anything.
๐ก Save files live in %USERPROFILE%\AppData\LocalLow\Dazed Games\How to Fish\Saves โ copy that folder before your first mod, and again before every game update.
The Modding Landscape
All of this is community-driven โ Dazed Games has not shipped official mod support, so everything on this page describes third-party tooling that works today.
| Source | What is there | Notes |
|---|---|---|
| Steam Workshop | Not available | No Workshop integration โ modding is entirely third-party |
| Thunderstore | How to Fish section, 120+ packages | BepInExPack pinned as the official loader entry |
| NexusMods | howtofish category, 100+ files | Manual install, standard Nexus layout |
| Modding Discord | Community hub | Unofficial; where new mods and BepInEx builds get announced first |
Installing Mods with BepInEx, Step by Step
- Steam โ right-click How to Fish โ Manage โ Browse local files โ this opens the game folder.
- Download BepInEx from the Thunderstore How to Fish section (the pinned BepInExPack) and extract it into the game folder so that plugins/ and doorstop files sit next to HowToFish.exe.
- Drop each mod's .dll (or its whole folder) into BepInEx/plugins/.
- Launch the game once โ BepInEx generates its config files, then restart to apply settings.
- Easier route: install r2modman (Thunderstore Mod Manager), pick How to Fish as the profile game, and click Install on each mod โ it handles the folder layout for you.
๐ก If a modded game suddenly fails to launch after a patch, delete the BepInEx folder and re-extract a fresh loader โ game updates break old loaders regularly.
Back Up Your Saves First
Saves are plain .txt files (single-line JSON) under %USERPROFILE%\AppData\LocalLow\Dazed Games\How to Fish\Saves. Copy the whole folder somewhere safe before modding, and again before verifying game files โ the full save-editing walkthrough, including restoring a backup, is on the save troubleshooting page.
- Steam's "Verify integrity of game files" will strip modified game files including BepInEx โ re-install the loader afterwards, your saves survive.
- For inventory-level tinkering without mods at all, see the item IDs page โ editing the save file directly needs no loader.
Popular Mods to Know
What the community is actually downloading, by category โ names and availability change weekly, so treat this as a starting map rather than a catalog:
- Training / cheat menus: in-game debug-style menus (e.g. the BoomThisHowToFish trainer) for spawning items and testing.
- Lobby-size unlockers: raise co-op beyond the official 8-player cap โ use at your own risk, and only with players running the same mod.
- Quality-of-life tweaks: weather and day-night control, blood-color and visual changes.
- Frameworks: NPC and scripting frameworks that bigger mods build on.
๐ก In multiplayer, every player needs the same mod set โ one modded client desyncs the lobby.