UE Explorer is an easy-to-use browser and decompiler for Unreal Engine packages (.upk, .u).
You can download and install UE Explorer for Windows using one of the following sources:
- winget:
winget install "ue explorer"
- EliotVU: https://eliotvu.com/portfolio/download/21/ue-explorer
- GitHub: https://github.com/UE-Explorer/UE-Explorer/releases
- UnrealScript decompilation with high accurracy.
- Export any UnrealScript classes, or entire package of classes.
- Export any sound of an Unreal package.
Exploring:
- Explore a tree of classes to navigate all decompiled UnrealScript classes.
- Explore a tree of content to navigate the properties of any non-UnrealScript object.
- View all the dependencies of an Unreal package, including the object that it is dependant on.
Modding:
- Hex Viewer with rich defined-structures to help with debugging and/or hex-modding.
- A specialized UnrealScript tokens output to assist with hex-modding.
It has support for:
- Unreal Engine 1
- Unreal Engine 2, UE2.5
- Unreal Engine 3
UE2X and UE4/5 have not been supported as of yet
However many games may have modified the engine to some extent.
A list of games that have been confirmed to work can be viewed here.
The project is built on the .NET Framework 4.8 WinForms library using C#.
If you want to contribute to the app you can do so by doing one of the following:
- Open an issue
- Or make a pull-request by creating a fork of this repository, create a new branch and commit your changes to that particular branch, so that I can easily merge your changes.
This is the repository for the UI which is using UELib to do most of its Unreal related work.
See the UELib for more.
UE Explorer has been widely used to dig into and mod Unreal Engine based games. Various communities have written guides, such as:
- Borderlands Modding
- Dishonored Ultimate Difficulty Mod
- Aliens Colonial Marines: Editing game variables
- Modding Guide - Gal*Gun Double Peace
- Batman Arkham City - Hacking Unrealscript
Do you have or know of a guide that's missing here? Feel free to submit a pull-request, inform us in the discussion board
Furthermore, many communities have been spun up that make extensive use of UE Explorer:
- Arkham Workshop, Graphics Processing Community - A Batman series modding community
- Bioshock Modding Hub
- Borderlands Modding
- Infinity Blade: Modding
- ReEnergized Community - A Transformers modding community
- Unreal Engine Modding