An unofficial mod package for the game Monomyth.
β οΈ Unofficial fan project. Not affiliated with or endorsed by the game's developers. Use at your own risk.
π Install the .NET 10 Desktop Runtime: https://dotnet.microsoft.com/download
The injector (monomyth-mods.exe) needs the .NET 10 Desktop Runtime to run.
Download and install it from the link above before running the mod package.
Without it, monomyth-mods.exe will exit immediately with a framework error.
Using a
-selfcontainedrelease? .NET is bundled inside the zip β you can skip the install above.
- Download the latest
monomyth-mods-*.zipfrom the Releases page. - Install the .NET 10 Desktop Runtime (see the big link above), unless you
grabbed a
-selfcontainedrelease. - Extract the zip to a folder of your choice (e.g.
C:\Games\MonomythMods). Keep it separate from the game's own folder so Steam verify-files and game updates can't interfere with it. - Run
monomyth-mods.exe.
The injector will:
- Auto-discover your Monomyth install (Steam/GOG registry) and launch the game.
- Wait for the game window, then inject the mod runtime.
- Load the enabled mods.
If auto-discovery fails (a portable/GOG-CLI install, etc.), open config.json
next to monomyth-mods.exe and set gameExe to the path of
ProjectAriath.exe:
{
"gameExe": "C:/Games/Monomyth/ProjectAriath.exe",
"ue4ssDll": "UE4SS.dll",
"launchIfNotRunning": true,
"injectDelayMs": 2000
}Paths can be absolute or relative to the folder containing monomyth-mods.exe.
Leave gameExe empty ("") for auto-discovery.
Once the game is running, the cheats below are available immediately. Toggles persist while the game runs and reset on restart.
| Key | Action |
|---|---|
Home |
Heal β top all stats to full (one-shot). |
F1 |
God Mode (toggle) β full invulnerability. |
F2 |
Super Speed (toggle) β greatly increased movement speed. |
F3 |
Noclip (toggle) β fly through walls/floors. While on, move with W/A/S/D, ascend with Space, descend with C. |
. |
Skip cutscene β skip the currently-playing allowed cutscene (CutsceneSkip mod). |
Press Ctrl+O in-game to open the UESS GUI and switch to the
"Monomyth Plugins" tab. From there you can toggle mods on/off and click
"Restart All Mods" to apply.
Each mod ships its own config.json next to its scripts/main.lua (under
Mods/<ModName>/). Edit it with the game closed β changes need a game restart
to take effect. Hotkey names, speed multiplier, and which cheats are enabled by
default all live there.
To disable a mod entirely without removing it, either toggle it off in the
in-game "Monomyth Plugins" tab, or set its line to 0 in Mods/mods.txt.
monomyth-mods.exe exits immediately / "framework not found".
Install the .NET 10 Desktop Runtime (link at the top of this README), or switch
to a -selfcontained release which bundles .NET.
Nothing happens when I press Ctrl+O.
The GUI only opens once the game has loaded and injection has finished. Wait a
few seconds after the main menu appears, then try again. If still nothing,
check UE4SS.log in the package folder for injection errors.
A hotkey doesn't fire.
Confirm the mod is enabled in the "Monomyth Plugins" tab or Mods/mods.txt.
If a key conflicts with a game or Windows shortcut, rebind it in that mod's
config.json. Cheats hook specific game functions; if a game update moved or
renamed them, the affected cheat may silently no-op until the mod is updated.
Antivirus flags monomyth-mods.exe or the DLL.
The mod package uses DLL injection to load its code into the game process, which
is a well-known pattern also used by malware. As a result, some antivirus
engines may flag the binaries even though they're legitimate. Microsoft Defender
did not flag anything during testing, but other products may behave differently.
If yours complains, verify the download, then add an exclusion at your own
discretion.
Where are the logs?
UE4SS.log, in the same folder as monomyth-mods.exe. It's overwritten on each
launch, so copy it before re-running if you want to keep a trace.
-
God Mode isn't true invulnerability. It works by rapidly re-healing you every few frames, not by blocking damage outright. A large enough damage burst (a big hit landing between heals) can still kill you. If you're heading into something that hits very hard, don't rely on it as a guaranteed survive-anything.
-
Noclip can leave your character mesh in a broken state. While noclip is on the mod disables collision and teleports the actor each frame; on some maps the player mesh lags behind, floats, or otherwise renders incorrectly after you turn it off. The reliable fix is to save and reload that save β reloading respawns the player actor cleanly and restores the mesh. Use noclip for traversal, then save/load before continuing normally.
Cheats can trivially break progression and quest state. Back up your saves
before enabling anything. Monomyth save data typically lives under
%LOCALAPPDATA%/ProjectAriath/Saved/SaveGames/ β copy that folder somewhere
safe first.