Skip to content

Commit a0f32d3

Browse files
authored
Update README.md
1 parent c84b37f commit a0f32d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ReplaceLanguage
2-
Tool for replacing texts in Black Desert Online *decrypted* localization files (\<game\>\ads\\*.loc).<br>
2+
Tool for replacing texts in *decrypted* Black Desert Online localization files (\<game\>\ads\\*.loc).<br>
33
Tools to decrypt/encrypt localization files: [BDOcrypt](https://github.com/AMGarkin/BDOcrypt)
44

55

@@ -11,13 +11,13 @@ ReplaceLanguage \<translated\> \<original\> \<target\>
1111
\<target\>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: output file<br>
1212

1313

14-
languagedata_??.txt files contains the following tab separated data (\t = tab):
14+
languagedata_??.txt files contain the following tab separated data (\t = tab):
1515

1616
<sheet_number>\t<ID1>\t<ID2>\t<ID3>\t<ID4>\t"<localized_text>"
1717

1818
Text file uses UTF-16 (UCS-2 Little Endian no BOM) encoding.
1919

20-
ReplaceLanguage reads \<original\> file line by line and tries to find corresponding line in \<translated\> file. If the line is found, program replaces (only) localized_text with the value from <translated>. Otherwise line stays untouched.
20+
ReplaceLanguage reads \<original\> file line by line and tries to find corresponding line in \<translated\> file. If the line is found, program replaces localized_text with the value from <translated>. Otherwise line stays untouched.
2121

2222
This program can be used for example to replace guild quest texts (guild_quest_list_en.txt) in languagedata_en.txt after patch:
2323

0 commit comments

Comments
 (0)