| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CLI for Dofus asset downloading and unpacking
Download the latest Dofus 3 data from Ankama and convert the interesting parts to a developer friendly json format:
# Install
curl -s https://get.dofusdu.de/doduda | sh
# Run
doduda && doduda mapSee doduda --help for all parameters.
Tip
You don't need to run the tool yourself for most cases - just look at the automatically updated outputs of all Dofus 3 versions here.
Dofus 3 unpacking just works without installing any additional software.
There may be cases though where you need Docker to be installed and running:
If you use the Docker backend and have Docker socket problems, the solution is often to find your docker.sock path and link it to the missing path or export your path as DOCKER_HOST environment variable export DOCKER_HOST=unix://<your docker.sock path> before running doduda.
Get the latest doduda binary from the release page.
You need to have $GOPATH/bin in your $PATH for this to work, so export PATH=$PATH:$(go env GOPATH)/bin if you haven't already.
go install github.com/dofusdude/doduda@latestTo unpack Dofus 2 data, doduda ships a port of the PyDofus project. Thanks to balciseri for the work on PyDofus!
The terminal visualizations are made with vhs.
Many thanks to Ankama for developing and updating Dofus! All data belongs to them. I just make it more accessible for the developer community.
| Back | FazBrowse Home | New Git URL |