Giter Site home page Giter Site logo

pydofus's Introduction

PyDofus Tools

Python 3 scripts to pack/unpack Dofus files

  • d2i
  • d2p
  • d2o (unpack only)
  • dlm
  • dx
  • ele (unpack only)
  • swl

Usage

###d2i

$ python d2i_unpack.py file.d2i
# file output: file.json
$ python d2i_pack.py file.json
# file output: file.d2i

###d2p

$ python d2p_unpack.py
# (all files in input folder)
# folder output: ./output/{all files}.d2p
$ python d2p_pack.py file.d2p
# require original file in input folder and unpacked file in output folder
# file output: ./output/~generated/file.d2p

###d2o

$ python d2o_unpack.py
# (all files in input folder)
# folder output: ./output/{all files}.json

###dlm

$ python dlm_unpack.py file.dlm
# file output: file.json
$ python dlm_pack.py file.json
# file output: file.dlm

###dx

$ python dx_unpack.py file.dx
# file output: file.swf
$ python dx_pack.py file.swf
# file output: file.dx

###ele

$ python ele_unpack.py elements.ele
# file output: elements.json

###swl

$ python swl_unpack.py file.swl
# file output: file.swf and file.json
$ python swl_pack.py file.swf
# require file.json
# file output: file.swl

Authors

Marvin Roger (marvinroger) : based on his work
Yann Guineau (LuaxY) : automated scripts for pack/unpack dofus files
nowis13 : add d2o and ele unpack support

pydofus's People

Contributors

luaxy avatar marvinroger avatar balciseri avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.