Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 394 Bytes

UE4TextExtractor

Extract localizable text from .uasset, .uexp and .umap files.

Usage:
UE4TextExtractor.exe <path to folder with extracted from pak files> <path to locres.txt file>
Example:
UE4TextExtractor.exe "C:\MyGame\Content\Paks\unpacked" "C:\MyGame\Content\Paks\texts_to_locres.txt"

Use https://github.com/VD42/UE4Tools/tree/master/LocResTools for .locres file generation.