Skip to content

Releases: VD42/UE4TextExtractor

0.25

18 Jun 10:46

Choose a tag to compare

0.25 Pre-release
Pre-release

Support for reading LocRes version 4 (version undocumented, so may not work properly).

0.24

10 Jun 08:22

Choose a tag to compare

0.24 Pre-release
Pre-release

StringTable parsing improvement (#18)

0.23

23 Sep 08:49

Choose a tag to compare

0.23 Pre-release
Pre-release

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

16 Aug 10:48

Choose a tag to compare

0.22 Pre-release
Pre-release

Less stringent Blueprint check: more strings in output.

0.21

29 Jul 09:04

Choose a tag to compare

0.21 Pre-release
Pre-release

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.

0.20

07 May 13:38

Choose a tag to compare

0.20 Pre-release
Pre-release

-raw-text-signatures=all argument support, if you don't want to go into detail with custom raw text signatures, but it's not recommended.

0.19

20 Oct 09:56

Choose a tag to compare

0.19 Pre-release
Pre-release

-all-uexps argument feature (additionaly parsing uexp files without matching uasset or umap files)

0.18

25 Sep 09:05
e85d30a

Choose a tag to compare

0.18 Pre-release
Pre-release

Custom raw text signatures feature. See also: here.

0.17

29 Oct 18:27

Choose a tag to compare

0.17 Pre-release
Pre-release

Fix for special symbols (correct write and read txt files).

0.16

20 Jul 16:00

Choose a tag to compare

0.16 Pre-release
Pre-release

Little fix (more texts).