Ramblings

ULTRACOMFY's personal homepage.

User Tools

Site Tools


extraction

Differences

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

Link to this comparison view

Next revision
Previous revision
extraction [2026/02/20 11:56] – created ultracomfyextraction [2026/04/14 17:41] (current) ultracomfy
Line 1: Line 1:
 +~~NOTOC~~
 <WRAP column 18% right> <WRAP column 18% right>
 {{page>Templates:Video_Games}} {{page>Templates:Video_Games}}
Line 6: Line 7:
 <WRAP centeralign>Video Games/Assets/\\ <WRAP centeralign>Video Games/Assets/\\
 <fs xx-large>Extraction</fs></WRAP> <fs xx-large>Extraction</fs></WRAP>
-Video game file extraction is the process of ripping assets from a video game's game files. In 2026, video game assets are still stored on the local machine and streamed from the disk. This makes all game assets accessible from the local machines, allowing talented individuals to extract them into their individual parts. 
  
-Some games store their assets plainlyietheir texturessounds and many other things are just literal picture and sound files. In this case"extraction" is as simple as copying the folder'contents elsewhere. [[DEFCON (Video Game)]] is one such case.+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 basicgeneral understanding of how to work with a computerIt demands that you are comfortable with the Windows file systemunderstand 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 projectsfor example. 
 + 
 +===== Step 1: Basics ===== 
 +Before you can work with video game files, you need to understand some basic game development concepts.\\ 
 +I have compiled the most important ones here: 
 + 
 +  * [[Extraction Basics]]\\ 
 +This page includes only the strictly necessary information related to extraction
 + 
 +===== Step 2: Identify Game Files ===== 
 +The approach to extraction depends on what the game files look like. 
 + 
 +Games on Android, for example, come packaged as ''.apk'' files. That's all you need to know for now and you can already move to Step 3.\\ 
 +On Windows, you will now need to dig into the game'folder and see what you can find. 
 + 
 +  - Unreal games, for example, tend to place their files into the ''\<gamename>\Content\Paks'' folder and contain ''.pak'' and ''.utoc'' 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'filesRocket League for example stores many Wwise files in ''rocketleague\TAGame\CookedPCConsole''
 + 
 +===== Step 3: Select Approach ===== 
 +Depending on the file identification, follow the following links: 
 + 
 +  * [[Unreal Engine Extraction|Unreal Engine]] 
 +  * [[Unity Extraction|Unity]] 
 +  * [[Android Extraction|.APK and Android Files]]
extraction.1771588600.txt.gz · Last modified: by ultracomfy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki