How to install GRAIN ROT mods

Updated August 16, 2026 · grainrot.cc team

Quick answer

Use Thunderstore Mod Manager or r2modman, pick the Grain Rot community, and install unreal-shimloader first — it is the loader everything else depends on. Be aware the scene is tiny: five packages exist, and only one is an actual gameplay mod.

First, the expectations bit

Community There is no official mod support in GRAIN ROT. No workshop, no in-game mod menu, no documented API. What exists is the community route common to Unreal Engine games: RE-UE4SS as the scripting layer, unreal-shimloader to make mod managers able to drive it, and Thunderstore as distribution.

And the scene is small. As of 15 August 2026 the Grain Rot community on Thunderstore holds five packages, and that count includes the loader and a community overlay for the loader. In practice there is one gameplay mod of any note, a minimap called RotRadarMinimap.

We are telling you this before the steps because the alternative — a “10 best GRAIN ROT mods” list — would require making seven of them up. The game released on 7 August 2026, so a thin mod scene is exactly what you would expect. If you are here because the base game feels short, the honest answer is not a mod but the official roadmap, which has new constructs and a new vessel coming over the following month.

The steps

Community Nothing below is developer-documented; it is the standard Thunderstore flow applied to this game’s community.

  1. Get a mod manager. Thunderstore Mod Manager or r2modman. Either is fine — same ecosystem, same profiles.
  2. Pick the Grain Rot community inside the manager and make a profile for it. It is the community at thunderstore.io/c/grain-rot.
  3. Install unreal-shimloader first. Its own description is the clearest statement of what it does: Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS. It is the foundation — the other packages list it as a dependency, and nothing runs without it. Install it from its listing in the Grain Rot community through the manager rather than from a search engine result: the package name is generic enough that lookalikes are a real risk, and the manager resolves the correct dependency for you.
  4. Install the mods you want into that same profile. The manager pulls the dependency chain for you.
  5. Launch from the manager. Not from Steam. This is the single most common reason a correctly installed mod appears to do nothing.

The video below is generic on purpose

Thunderstore Mod Manager — general tutorial
Video by Tech Solutions, embedded from YouTube

That is a general Thunderstore Mod Manager tutorial, not a GRAIN ROT one. The workflow is identical — pick community, install, launch through the manager — and no accurate GRAIN ROT-specific installation video existed when we checked. We would rather label a generic video honestly than embed something inaccurate with the right title. It gets replaced as soon as a real one appears.

What is actually on Thunderstore

Community Checked 15 August 2026:

Package What it is
unreal-shimloader The loader. Shared across many Unreal games, which is why its download count dwarfs everything else here
GrainRot UE4SS A community overlay for unreal-shimloader, specific to this game
RotRadarMinimap A minimap, by Mentalize — the one substantive gameplay mod so far

Two further packages round out the five. Download counts on the game-specific packages are in the hundreds, so treat everything here as early and lightly tested.

Before you mod a co-op game

The developers have said nothing about modding — no blessing, no prohibition. Worth holding in mind:

  • GRAIN ROT now has public lobbies as well as private ones (patch 1.07). A mod that is harmless in your group is a different proposition in a stranger’s session.
  • The game is patching fast — seven patches in its first five days. A mod built against an older build can simply stop working, and the smaller the mod scene, the longer it takes anyone to notice.
  • If something misbehaves after installing mods, reproduce it unmodded before filing a bug report. A two-person team debugging a mod conflict is nobody’s good outcome.
  • Loaders like this one inject code into a running game, which is behaviour antivirus software is built to flag. If your security tooling objects, that is a decision for you to make deliberately — verify you installed from the Thunderstore listing above, and do not switch protection off on our say-so. We have not tested this game against any specific antivirus product and will not pretend otherwise.

Frequently asked questions

Does GRAIN ROT support mods?
There is no official mod support and no in-game mod menu. The game runs on Unreal Engine, and the community mods it through RE-UE4SS with unreal-shimloader, distributed on Thunderstore.
Where do I download GRAIN ROT mods?
The Thunderstore community at thunderstore.io/c/grain-rot. Use Thunderstore Mod Manager or r2modman rather than installing by hand — the loader dependency makes manual installs fiddly for no benefit.
How many GRAIN ROT mods are there?
Five packages as of 15 August 2026, and that count includes the loader itself and a community overlay for it. Any page presenting a ranked list of best GRAIN ROT mods is padding a list that is barely long enough to rank.
Why isn't my GRAIN ROT mod loading?
The usual cause is launching from Steam instead of from the mod manager. After that, check that unreal-shimloader is installed in the same profile, since everything depends on it.
Will mods get me banned from GRAIN ROT?
The developers have not published a modding policy either way. The game is co-op with player-hosted and public lobbies, so the practical courtesy is to keep mods to your own sessions rather than a stranger's.

Sources

Related guides