Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 698 Bytes

AceCompressor

Decompress or compress ACE Studio project files (*.acep). Only project files created with ACE Studio v1.7.8 and above are supported. If your project file was created with a previous version, you must first open and save it with ACE Studio v1.7.8.

中文文档

Usage

Clone the repository and run the following command to install requirements:

pip install -r requirements.txt

To decompress a acep file, use

python acecompressor.py decomp "example.acep" "example.json"

To compress a acep file, use

python acecompressor.py comp "example.json" "example.acep"

To see help, use

python acecompressor.py