Stonewards Mods: What Exists and How BepInEx Works
The state of Stonewards modding
Small, real, and very new. Stonewards has been out since August 11, 2026, and a modding scene has already formed around it in two places:
- Nexus Mods hosts a Stonewards section. One entry, HurryUp, was updated as recently as the day before this page was written.
- Steam Community Guides for the game include “potato mod v2 bepinex”, which confirms the same framework is in use there.
Both point at the same technical foundation.
How installation works
Stonewards mods are BepInEx plugins. BepInEx is a general-purpose Unity mod loader, and the install
pattern is consistent across games that use it. The HurryUp mod’s own instructions describe it plainly:
extract the mod and drop the .dll file into the game folder under BepInEx and then plugins, then
relaunch the game. Settings are typically generated on first launch and edited afterwards in a config
file.
Two consequences follow:
- BepInEx has to be installed first. A plugin
.dllon its own does nothing — the loader is what reads it. - Mods are version-fragile. A framework that hooks into game code breaks when that code changes, and Stonewards has shipped six hotfixes in fifteen days. Expect breakage after every patch, and check the mod’s last update date before troubleshooting your game.
What mods do not do
Players search hard for two things that no mod delivers reliably:
- “more players mod” / “more than 4 players” — the party cap is four, stated by the studio in its own pinned FAQ. Raising a networked player cap is not a config tweak; it touches lobby code, session state and progression sync, all of which the studio was still fixing as recently as 0.1.8. See how co-op actually works.
- “multiplayer mod” / “online fix” — the searches that dominate this term are not mods at all. They are attempts to run pirated copies together, and this site does not cover them, link to them or explain them.
The risk list, honestly
- The studio has never endorsed modding. No patch note mentions mod support, and there is no official API, workshop or plugin documentation.
- Mods and save data. Stonewards keeps up to 20 local progression backups since Hotfix 0.1.8, stored separately from Steam Cloud — useful insurance, and a reason to look for the backup folder before you start experimenting.
- Mods and achievements. Stonewards has 20 Steam achievements with public global unlock rates. Whether a modded run still fires them is untested and unstated; if unlock rates matter to you, test on a run you do not mind losing.
- Only download from places you can verify. The searches around this game also surface a heavy crop of crack, key-reseller and trainer sites. Nexus and the Steam community hub are the two places with identifiable authors.
The mod scene is a signal, not a workaround
A game twenty days old with an active Nexus section is a game people intend to keep playing. That is worth more as a health indicator than any individual mod is as a feature — and the things people are modding in (quality-of-life speedups, visual tweaks) line up closely with what the studio itself has been patching.
Related
Thanks for the feedback!