colstone / AceCompressor

Decompress or compress ACE Studio project files (*.acep)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Decompress or compress ACE Studio project files (*.acep)

License:MIT License


Languages

Language:Python 93.9%Language:PowerShell 6.1%