# UE-Explorer **Repository Path**: l2fater/UE-Explorer ## Basic Information - **Project Name**: UE-Explorer - **Description**: UE Explorer 常用于反编译天堂2文件夹内U文件 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: UE-Explorer - **Homepage**: https://www.l2fater.cn/forum.php?mod=viewthread&tid=1846&highlight=UE - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# UE Explorer
[UE Explorer](https://eliotvu.com/portfolio/view/21/ue-explorer) is an easy-to-use browser and decompiler for Unreal Engine packages (.upk, .u).

## Install
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
## Features
- UnrealScript decompilation with high accurracy
- Package classes tree
- Package dependencies tree
- Package content tree
- Hex Viewer with rich defined-structures to help with debugging and/or hex-modding
- Specialized tokens output to help with hex-modding
- Code export
- ... TODO
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](https://github.com/EliotVU/Unreal-Library).
## How to contribute
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](https://help.github.com/articles/fork-a-repo/) of this repository, create a new branch and commit your changes to that particular branch, so that I can easily merge your changes.
## How do I add support for a game?
This is the repository for the UI which is using UELib to do most of its Unreal related work.
See the [UELib](https://github.com/EliotVU/Unreal-Library) for more.
## Credits
- [Antonio Cordero Balcazar](https://github.com/acorderob) for [UTPT](https://www.acordero.org/projects/unreal-tournament-package-tool)