Datafus

December 10, 2024 ยท View on GitHub

Caution

THIS REPO IS DEPRECATED

Dofus 3 has been released on the 3rd of December 2024. This new version uses Unity Engine with a completly different file structure. Here are some projects equivalent to Datafus for Dofus 3:

Workflow Release License

Datafus

Datafus builds the dofus database by extracting the Dofus files. The objectives are multiple:

  • Extract the Dofus source code and make it public
  • Build a JSON database representing all the socket events
  • Extract D2O files and build a JSON database containing all the entities in the game
  • Extract D2I files and build a JSON database for string translation
  • Build Java classes for socket events
  • Build Java classes for entities
  • Compare differencies between versions

Download the data

If you need the data in local for your project, you can download it in the release section.

Workflow