Skip to content

arma3modorganizer/a3s_to_json

Repository files navigation

a3s_to_json (WIP)

Description

Converts Arma3Sync's binary file format (Java serialized objects) into an JSON representation.

Requirements

  • Python (Tested with 3.7)
  • Java (Tested with 1.8.0_211)
  • All requirements listed in the requirements.txt

Usage

  1. Install all requirements
  2. Clone the repository
  3. Run:
python Parser.py \<url> \<filename>
  1. Example:
python Parser.py ftp://arma.github.com/.a3s/ git_repo.json

Please note, that this project is WIP, the json output can change at any new commit !

Licenses

a3s_to_json is developed under Unlicense.

Credits

About

Convert Arma3Sync's binary objects to readable json

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages