Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.02 KB

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