Skip to content

A library for reading & writing Relic's SGA archive files.

License

Notifications You must be signed in to change notification settings

MAK-Relic-Tool/SGA

Repository files navigation

Relic Tool - SGA

PyPI PyPI - Python Version PyPI - License linting: pylint Checked with mypy Code style: black Builds

Disclaimer

Not affiliated with Sega, Relic Entertainment, or THQ.

Description

A collection of libraries for reading & writing Relic's SGA archive files.

Installation (Pip)

Installing from PyPI (Recommended)

All-In-One

pip install relic-tool-sga[all]

or

pip install relic-tool-sga[core,v2]

SGA-Core Only

pip install relic-tool-sga[core]

SGA-V2 Only

pip install relic-tool-sga[v2]

Installing from GitHub

Relic-Tool-SGA only installs pip libraries, and generally shouldn't be installed via GitHub.

If you want to build from GitHub, you should install each repository manually.

Please see instructions for installing individual repositories on their respective pages.

  • Core (Required for other plugins to work)
  • V2 (Dawn of War I / Impossible Creatures)