A collection of python libraries which aims to cover Relic's proprietary UCS / SGA / Relic Chunky formats, as well as decoding their asset formats. Currently, UCS (language files), SGA (game archives) and the Chunky format are covered across the various plugins and packages listed below.
Please submit any feature requests, bugs, or other issues to the Issue Tracker.
Please see this guide for using these libraries as a Command Line Interface.
Relic Tool is an all in one package that contains all plugins to handle UCS / SGA / Chunky files.
SGA, Chunky, and UCS packages can be installed individual after installing the Relic-Tool-Core.
Library | Install | Package |
---|---|---|
All-In-1 | pip install relic-tool |
relic |
Core | pip install relic-tool-core |
relic.core |
SGA (All-In-1) | pip install relic-tool-sga |
relic.sga |
Chunky (All-In-1) | pip install relic-tool-chunky |
relic.chunky |
UCS (All-In-1) | pip install relic-tool-ucs |
relic.ucs |
Relic Tool UCS is a package which handles reading language and translation files.
There are currently no plugins required for UCS files, the package should handle files from all relic games.
Library | Install | Games | Package |
---|---|---|---|
All-In-1 | pip install relic-tool-ucs |
relic.ucs |
Relic Tool SGA is a single package which contains all core files & plugins.
Alternatively, you can install the core package and individual plugins.
Library | Install | Games | Package |
---|---|---|---|
All-In-1 | pip install relic-tool-sga |
See Below | relic.sga |
Core | pip install relic-tool-sga-core |
relic.sga.core |
|
V2 | pip install relic-tool-sga-v2 |
Dawn Of War I | relic.sga.v2 |
V5 | pip install relic-tool-sga-v5 |
Dawn Of War II | relic.sga.v5 |
V7 | pip install relic-tool-sga-v7 |
Company Of Heroes 2 | relic.sga.v7 |
V9 | pip install relic-tool-sga-v9 |
Dawn Of War III | relic.sga.v9 |
V10 | pip install relic-tool-sga-v10 |
Age Of Empires 4 | relic.sga.v10 |
Relic Tool Chunky is a single package which contains all core files & plugins.
Alternatively, you can install the core package and individual plugins.
Library | Install | Games | Package |
---|---|---|---|
All-In-1 | pip install relic-tool-chunky |
See Below | relic.chunky |
Core | pip install relic-tool-chunky-core |
relic.chunky.core |
|
V1 | pip install relic-tool-chunky-v1 |
relic.chunky.v1 |
|
V3 | pip install relic-tool-chunky-v3 |
relic.chunky.v3 |
|
V4 | pip install relic-tool-chunky-v4 |
relic.chunky.v4 |
Please submit any feature requests, bugs, or other issues to the Issue Tracker.
Not affiliated with Sega, Relic Entertainement, or THQ. All rights belong to their respective parties.