Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.68 KB

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