AMGarkin / BDOcrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Utilities can be used to decrypt/encrypt localization files for Black Desert Online

BDO_decrypt <encrypted file> <output file>
BDO_encrypt <decrypted file> <output file>

WARNING! Output file will be overwritten without asking.

Example of use:

  • Decrypt localization file:

    bdo_decrypt.exe ads\languagedata_en.loc languagedata_en.txt

  • Do some stuff with that file (modify some texts)

  • Encrypt it back to the original location:

    bdo_encrypt.exe languagedata_en.txt ads\languagedata_en.loc

About

License:MIT License


Languages

Language:C 80.8%Language:Batchfile 14.9%Language:Makefile 4.3%