Ramblings

Introspective narcissism since the 2000s.

User Tools

Site Tools


extraction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
extraction [2026/04/14 17:41] ultracomfyextraction [2026/05/11 12:40] (current) ultracomfy
Line 10: Line 10:
 Welcome! This is my hub for video game asset extraction related information and guides. I will be going through everything one step at a time to explain how everything works. Welcome! This is my hub for video game asset extraction related information and guides. I will be going through everything one step at a time to explain how everything works.
  
-Please note that these tutorials presume a basic, general understanding of how to work with a computer. It demands that you are comfortable with the Windows file system, understand file paths and are capable of performing basic PC procedures like installing and running applications, editing standard file formats like ''.txt'', download files or programs from Github and can perform basic operations in Command Prompt (I prefer cmd over ps). For example, I will not be teaching how to open the Command Prompt or how to navigate between folders with it. However, this tutorial does //not// expect you to be advanced enough to actually build Github projects, for example.+Please note that these tutorials presume a basic, general understanding of how to work with a computer. It demands that you are comfortable with the Windows file system, understand file paths and are capable of performing basic PC procedures like installing and running applications, able to use WinRAR (or whatever alternative you use), editing standard file formats like ''.txt'', download files or programs from Github and can perform basic operations in Command Prompt or Powershell. For example, I will not be teaching how to open the Command Prompt or how to navigate between folders with it. However, this tutorial does //not// expect you to be advanced enough to actually build Github projects, for example.
  
 ===== Step 1: Basics ===== ===== Step 1: Basics =====
Line 28: Line 28:
   - Unity games often have their files in the ''\<gamename>\<gamename>_Data'' and contain ''.assets'' and ''.res'' files.   - Unity games often have their files in the ''\<gamename>\<gamename>_Data'' and contain ''.assets'' and ''.res'' files.
   - In some cases, the game might store middleware files //outside// of the game engine's files. Rocket League for example stores many Wwise files in ''rocketleague\TAGame\CookedPCConsole''.   - In some cases, the game might store middleware files //outside// of the game engine's files. Rocket League for example stores many Wwise files in ''rocketleague\TAGame\CookedPCConsole''.
 +
 +==== Optional: Make Copy of Game Files ====
 +Instead of messing with the game's original installation, it is always a good idea to instead just make a copy of the full game folder (ie. everything). All extraction tools work just fine, even if you select to extract assets from the copies rather than the live installation. The benefit of this is that you can mess with copied files as much as you want without accidentally breaking the installation you use to actually play the game. Some games may also not like seeing foreign files in their folders and may delete them without warning. By keeping a copy of the game files, you are protecting it from game changes in the future that remove assets, and it allows you to re-extract assets from the game easily at any time in the future without needing a live installation of the game.
  
 ===== Step 3: Select Approach ===== ===== Step 3: Select Approach =====
Line 34: Line 37:
   * [[Unreal Engine Extraction|Unreal Engine]]   * [[Unreal Engine Extraction|Unreal Engine]]
   * [[Unity Extraction|Unity]]   * [[Unity Extraction|Unity]]
-  * [[Android Extraction|.APK and Android Files]]+  * [[Android Extraction|Android .APK]] 
 +  * [[WWise Extraction|Loose WWise Files (.bank, .wem, etc.)]]
extraction.txt · Last modified: by ultracomfy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki