Releases: VD42/UE4TextExtractor
Releases · VD42/UE4TextExtractor
Release list
0.25
Support for reading LocRes version 4 (version undocumented, so may not work properly).
0.24
0.23
Merge txt feature: you can add all texts from one txt-file to another (with replacement, if keys and hashes of texts are equal). Just use: UE4TextExtractor.exe <path to source_texts.txt file> <path to destination_texts.txt file>.
0.22
0.21
Use -src modifier to add string source information (filenames) to the txt file.
Usage example: UE4TextExtractor.exe "C:\MyGame\Content\Paks\unpacked" "C:\MyGame\Content\Paks\texts.txt" -src
Txt file output example:
=>{}
=># base\CharacterDetailPanel.uexp
=>[01AF167448C107A9269271AEE0719BA5][3934672951]
Passive
=>[7F64D1054D3A83231D1F91A1E94AC7DC][3156878326]
Ultimate Attack
=>[105694FD46D9DE1D78D1A1B4DA4E2E64][797335607]
Ability
=>[1FA41F7E44404047A7C3749DA65B69C4][845753987]
{Type}
=>[A375ADAE42BC8F52F489E788B7C140A0][1063735600]
Health
=># base\NavigationGameMode.uexp
=>[880AAECB44E4CFCAE71E869BAA32B605][1297655859]
RIGHT CLICK = Exit Navigation System
LEFT CLICK = Select Nebula
=>[A5AAD36E4F9C69C484F1479390981B35][1125700625]
RIGHT CLICK = Return to Galaxy
LEFT CLICK = Select Solar System
=>[7927D62A40770BF6571E3DB3758B6433][3265810804]
LEFT CLICK = Select Anomaly
RIGHT CLICK = Scan Anomaly
=>{[END]}
=># works as a comment, meaning that all lines below have been extracted from this file.