Metadata-Version: 2.4
Name: siglus-ssu
Version: 0.2.2
Summary: SiglusEngine SceneScript Utility for compiling, extracting and analyzing scripts and other resource files.
Author: Jirehlov
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Issues, https://github.com/Jirehlov/SiglusSceneScriptUtility/issues
Project-URL: Repository, https://github.com/Jirehlov/SiglusSceneScriptUtility

# SiglusSceneScriptUtility

This utility aims to reproduce **SiglusEngine** SceneScript compilation as exactly as possible, along with other related (and unrelated) features.

## Documentation

See the **[English Manual](manual.md)** or **[中文手册](manual_cn.md)** for installation instructions, complete reference of all modes, options, examples, and tips. See the **[Changelog](changelog.md)** for recent updates.

## Quick Examples

Extract `Scene.pck` to a working directory:

```bash
siglus-ssu -x /path/to/Scene.pck /path/to/translation_work
```

After editing `.ss` files, compile back into a new `.pck`:

```bash
siglus-ssu -c /path/to/translation_work /path/to/Scene_translated.pck
```

See the manuals for more modes, options, and troubleshooting tips.

