Custom Unreal Engines - jpthebaby/ModdingTutorials GitHub Wiki
🎮 Custom Unreal Engines
I do not create custom Unreal Engine builds myself. This section contains links and references to builds shared by others that are useful for modding specific games.
📜 Overview
This page lists custom or stock Unreal Engine versions that are commonly used for modding certain games.
Each entry includes details on its purpose and where you can find it.
📂 Available Custom Engines
Each custom or stock Unreal Engine build is intended for specific game modding purposes.
Some may include extra tools, tweaks, or settings tailored for certain workflows.
Engine Version | Game Name | Download Link | Build |
---|---|---|---|
UE 4.27 | Mortal Kombat 1 | Download | Custom Build |
UE 5.0.0 | Black Myth Wukong | Download | Custom Build |
UE 5.1.1 | Wuchang Fallen Feathers | Download | Standard Build |
UE 5.3.2 | Demon Slayer 2 | Download | Standard Build |
📥 Installation Guide
- Download your preferred custom or stock engine build.
- Extract the files to your desired location.
- Create a new blank project, or use the
.uproject
file shared for the specific game you want to mod.
📢 Notes
- Some builds require Visual Studio with the necessary Unreal Engine components installed. Espically for Stock Engines.
- It’s recommended to use separate projects for each engine version to avoid conflicts between different games and setups.