Mostly Harmless

Difference between revisions of "User:Eliot/UE Explorer"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(UELib: Moved supported games table to my site.)
m (Cleaned up.)
Line 1: Line 1:
<h5 style="color: Red;">UE Explorer is not publicly available yet!</h5>
+
UE Explorer is a UnrealScript decompiler for Unreal Engine 1, 2 and 3. Written in [[wp:C#|C#]] with a straight forward user-friendly UI(User Interface). Giving you an easily organized TreeView so that you can decompile each Field individually.
  
UE Explorer is a UnrealScript decompiler written in [[wp:C#|C#]] with a straight forward user-friendly UI(User Interface), letting you easily decompile each object separately, using a TreeView where object are organized by kind.
+
UE Explorer supports all Epic Games for the PC such as Unreal, UT, UT2004, UT3 and the Unreal Development Kit(UDK).
  
If you want to follow this project for future updates/release, visit: [http://eliot.pwc-networks.com/news Eliot - UE Explorer], or if you want to discus, visit: [http://eliot.pwc-networks.com/forum Eliot - Forum]
+
If you want to follow this project for future updates/release, visit: [http://eliot.pwc-networks.com/news Eliot - UE Explorer], or if you want to discuss, visit: [http://eliot.pwc-networks.com/forum Eliot - Forum]
  
 
==Video==
 
==Video==
'''Demo:''' [http://eliot.pwc-networks.com/portfolio/Software#UE%20Explorer Eliot - UE Explorer: Demo]
+
'''Demo:''' [http://eliot.pwc-networks.com/portfolio/view/21/UE+Explorer#Video Eliot - UE Explorer: Demo]
 
+
UE Explorer is a UnrealScript decompiler for Unreal Engine 1, 2 and 3.
+
 
+
Supporting all Epic Games for the PC such as Unreal, UT, UT2004, UT3 and the Unreal Development Kit(UDK).
+
  
 
==UELib==
 
==UELib==
Line 17: Line 13:
 
====Supported Games====
 
====Supported Games====
 
[http://eliot.pwc-networks.com/portfolio/view/21/UE+Explorer#Supported%20Versions You can view the latest support table on Eliot's Portfolio]
 
[http://eliot.pwc-networks.com/portfolio/view/21/UE+Explorer#Supported%20Versions You can view the latest support table on Eliot's Portfolio]
 
==Credits==
 
'''Antonio Cordero Balcázar''': Because I have had a big development boost thanks to [[UTPT]] and his documentation, without him I would probably still be reverse-engineering the simple stuff :P
 
 
'''intelliyole''': For the OpenSource code of '''Unhood''' an unfinished basic {{UE3}} UnrealScript decompiler. I read his source code for some minor UE3 changes I didn't have yet.
 

Revision as of 22:35, 18 March 2012

UE Explorer is a UnrealScript decompiler for Unreal Engine 1, 2 and 3. Written in C# with a straight forward user-friendly UI(User Interface). Giving you an easily organized TreeView so that you can decompile each Field individually.

UE Explorer supports all Epic Games for the PC such as Unreal, UT, UT2004, UT3 and the Unreal Development Kit(UDK).

If you want to follow this project for future updates/release, visit: Eliot - UE Explorer, or if you want to discuss, visit: Eliot - Forum

Video

Demo: Eliot - UE Explorer: Demo

UELib

UE Explorer uses the UELib(made by Eliot) which is a library made in C#. The library is used to analyze UnrealPackages such as .u and .utx files and collect any important information to be used for whatever reason the developer wish. It provides functionality to deserialize almost any Object, decompile and minor modifications. It also can be extended by registering your own classes e.g. Textures.

Supported Games

You can view the latest support table on Eliot's Portfolio