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.
For a quick an easy install to work with most aspects of Dawn of War I
pip install relic-tool-sga
Will install all required libraries to unpack SGA files.
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 Impossible Creatures |
relic.sga.v2 |
------- | ------- | ----- | ------ |
V5 (No Longer Mantained) | Dawn Of War II | relic.sga.v5 |
|
V7 (No Longer Mantained) | Company Of Heroes 2 | relic.sga.v7 |
|
V9 (No Longer Mantained) | Dawn Of War III | relic.sga.v9 |
|
V10 (No Longer Mantained) | 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 |
Dawn Of War I | relic.chunky.v1 |
------- | ------- | ----- | ------ |
V3 (No Longer Mantained) | relic.chunky.v3 |
||
V4 (No Longer Mantained) | 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.