eve-echoes-tools
eve-echoes-tools copied to clipboard
Collection of tools helping in reverse engineering Eve Echoes
run `./build.sh` ``` [+] Building 144.7s (16/25) => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.17kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context:...
Hi, i'm trying to run docker img, but always stoped on one place, can't understand what's wrong docker run -v$(pwd):/home/root/ cookiemagic/evee-tools dump_static /home/root/eve.xapk /home/root/staticdata /home/root/eve.xapk /home/root/staticdata /opt/eve-echoes-tools /opt/eve-echoes-tools Traceback (most...
This PR looks to unpack the data into the expected file structure, then apply the patch files over the top - adding any new files that may have been added...
Absolutely amazing work! I've learned an incredible amount on how the map data is saved and presented because of this. I'm curious though, where are the GUI files? Icons and...
Hoping to start a discussion around understanding some of the API endpoints that can be found in the data dump. Specifically: * https://unisdk.update.easebar.com/ * https://optsdk.gameyw.netease.com/ Has anyone had any success...
The current version of this repo does not properly extract the staticdata, because the script decompilation does not work. The main problems are caused by neox-tools because the script_redirect plugin...