Skip to content

ELink Converter

Latest
Compare
Choose a tag to compare
@KillzXGaming KillzXGaming released this 30 Sep 00:21
· 1 commit to main since this release

A tool which can turn elink.bin file binaries into json format and back.

This format contains particle effect information such as placement in a scene, trigger/action data, and much more.

Usage:

  • -f filePathHere (the elink.bin file path)
  • -o filePathHere (the elink.bin output file path for injecting)
  • -i (Inject files from ELink folder)
  • -e (Extract files into ELink folder)

Example for Extracting:
ELinkConverter.exe -f elink.bin -e
Example for injecting:
ELinkConverter.exe -f elink.bin -i -o elinkNEW.bin

Note:
The ELink folder does not have to be filled with all files. The tool will inject/add any in the folder to the elink provided.