A dark fantasy action game where you take on the role of a nephilim — a hybrid of human and angel, created to protect humanity from the forces of darkness. After... Read more
UE4SS Mod Loader & Scripting Framework (Unreal Engine 5.6)
-
Download (8.27 MB)September 3, 2026, 07:27 AMue4ss-zagruzchik-modov-i-skriptovyjj_1788409638_284269.zip
The foundational scripting framework and runtime mod loader for Crimson Moon, required to run community-made Lua scripts and Blueprint mods. UE4SS makes no standalone changes to gameplay; it functions purely as an execution layer and prerequisite for other mods.
Crimson Moon is built on Unreal Engine 5.6, an engine branch unsupported by the stable UE4SS 3.0.1 release. This distribution contains the experimental branch build with target engine identifiers pre-configured, making it functional right out of the box without manual .ini adjustments.
Key Highlights:
- Pre-Configured for UE 5.6: Experimental branch build tailored specifically for the title's Unreal Engine 5.6 environment.
- Dual Architecture Support: Seamlessly hosts both runtime Lua mods and Blueprint logic packages (.pak).
- Diagnostic Logging: Automatic generation of runtime logs for easy verification and error troubleshooting.
UE4SS Installation:
- Copy dwmapi.dll and the ue4ss folder directly into the game's Win64 binaries directory:
...\steamapps\common\Crimson Moon\CrimsonMoonNG\Binaries\Win64\
(Ensure they sit alongside CrimsonMoonNGSteam-Win64-Shipping.exe). - Launch the game.
- Check the ue4ss directory: if UE4SS.log is generated, the hook is running successfully.
Installing Community Mods:
- Lua Mods: Place into ue4ss\Mods\. Most mods ship with an enabled.txt file and require no further configuration.
- Blueprint Mods (.pak): Place .pak files into CrimsonMoonNG\Content\Paks\LogicMods\.
Useful links:
