Skip to content

JunkBeat/UEContentExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UEContentExtractor

A small program for extracting content from UE 4/5 games using CUE4Parse.

Extracted audio is automatically converted to wav using binka and vgmstream.

How to use

Troubleshooting

If the program did not extract anything and the scan was fast enough, then most likely you need an AES key. You can search for it on the Internet or extract it from game files

You can check whether you need to specify AES/Usmap by trying to open pak/utoc via Fmodel.

You will see one of the messages:

  • "Package has unversioned properties but mapping file is missing, can't serialize"
  • "An encrypted archive has been found. In order to decrypt it, please specify a working AES encryption key"

Building the Project in Visual Studio

Requirements

  • Visual Studio 2022 or later
  • .NET 8.0 SDK or higher

Setup Instructions

  1. Clone the repository or download the project files.

  2. Open the solution (.sln) file in Visual Studio.

  3. Restore NuGet packages:

    • Open the Package Manager Console (Tools > NuGet Package Manager > Package Manager Console)

    • Run the following commands:

      Install-Package CUE4Parse
      Install-Package CUE4Parse-Conversion

    Alternatively, you can right-click the project in Solution ExplorerManage NuGet Packages → search and install:

    • CUE4Parse
    • CUE4Parse-Conversion
  4. Build the project:

    • Select Build > Build Solution or press Ctrl + Shift + B.

About

A small program for exporting content from UE 4/5 games using CUE4Parse

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages