Skip to content

ProjectBlackFalcon/ProtocolBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProtocolBuilder

This ProtocolBuilder is used to generate java classes from the game's sources.

The builder generates all the Messages, Types and Enums related to the game. It will also generate a JSON file composed of the classes (Messages and Types) and their ID.

GIF

Usage

To use the Protcol Builder, either :

  • Use jar/protocol-builder-1.0-jar-with-dependencies.jar

or

  • Clone the repository and start the class Main.java

You can also create a jar by running mvn clean package.

Note : On linux you need to have Wine installed.

Arguments

The builder needs a DofusInvoker.swf in order to extract the data.

 -f,--file <DofusInvoker.swf>   Full path to the DofusInvoker.swf
 -o,--output <outputDir>        Full path to the output directory

License

License

About

Generate java classes from the game's sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages