Jump to content

Matrix (EDL Team)

Members
  • Posts

    20
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Matrix (EDL Team)

  1. 3 hours ago, renshichao said:

    I modify the contents of the document English to Chinese
    The game does not show up
    How to change it to show Chinese in the game

    I tried to use Chinese language in English HighFive client (patched for unicode), and got the same result as you (no text in game). Tried to change ingame font but got the same result too. I do not know why it is so :(

    3 hours ago, renshichao said:

    Interface.u, Interface.xdat
    Some posts that need to change these two files

    Interface.u - it's archive with compiled scripts (you need to decompile it, and recompile after making changes). i don't hear about tools for classic client, that needed to modify interface.u.

    Interface.xdat - you can modify it with XdatEditor (by acmi) list of supported clients, other way - any HEX Editor, but it's not easy!

  2. 50 minutes ago, eddyteh said:

    Oh ok now it works i see , but how to understad everything ? :D

    DAT file is not text file. DAT files after decrypting need to be parsed by third party tools (for example you can use l2disasm to convert decrypted DAT to readable text).

    47 minutes ago, MimisK said:

    How possible is to add and old headers, like 411 ?

    i suppose it's possible, but i need information about 411 and other algorithms to implement it.

  3. Encoder/Decoder for Lineage 2 files.

    Supported file formats: bmp, dat, htm, ini, int, ogg, u*, xdat.

    Supported headers: 111, 120, 121, 211, 212, 413 (both keys NCSoft(decrypt only), DStuff(decrypt/encrypt))

    i made it for myself, but now wants to share it :) tool works like l2encdec but not needed in action commands. it determines action automatically.

    Download: mxencdec

    Virustotal: virustotal

    If you found an error, please tell me about it, and i will fix it!

    • Like 3
    • Thanks 2
    • Upvote 1
  4. Try to use this tool: mxencdec  >>>virustotal<<<

    Just drag and drop BMP file on mxencdec.exe and it will be encrypted/decrypted automatically!

    File name must be final! (the 121 algorithm uses file name to generate crypt key)
    dec-sp_32b_01.bmp - not correct!
    sp_32b_01.bmp - correct!

×
×
  • Create New...