CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

wad-extract, I got a wrong file. #30

Closed Virace closed 4 years ago

Virace commented 4 years ago

9.23 "c:\Riot Games\PBE\Game\DATA\FINAL\Localized\Global.en_US.wad.client" data\menu\fontconfig_en_us.txt like this pick

Morilli commented 4 years ago

This is correct. Riot changed the format of these .txt files.

benoitryder commented 4 years ago

You can use cdragontoolbox.rstfile.RstFile to parse the new format into a map of translated strings, indexed by a hash of the symbolic name that was used in the previous text format.

Virace commented 4 years ago

Yes, it has been solved. Thank you.