- Company of Heroes 3: https://www.companyofheroes.com/en/post/company-of-heroes-3-essence-editor
- Age of Empires IV: https://support.ageofempires.com/hc/en-us/articles/5407791017108-Launching-the-Age-of-Empires-IV-Content-Editor
- Launch
EssenceEditor.exe(CoH3 or AoE4, depending on which game's.sgaarchives you're trying to extract) - Choose "Continue without a mod"
- Click "File" -> "Open..." and browse to the
.sgafile
Supported SGA versions (based on Essence.Core.dll):
4ompany of Heroes 15Dawn of War II- Appears to be broken
6??7Company of Heroes 28??9Dawn of War III10Company of Heroes 3, Age of Empires IV
This is a decompiled and altered version of the Relic Entertainment's official Archive Viewer. Rough overview of changes:
- Replaced referenced
RelicCore.dllwithEssence.Core.dllEssence.Core.dllis available in the first public pre-alpha build of Company of Heroes 3:\steamapps\common\Company of Heroes 3 - Pre-Alpha Preview\dev\mstest\TestProjects\Essence.Rpc.FunctionalTests.Anvil\Essence.Core.dll - Change all namespace references from
RelicCore.ArchivetoEssence.Core - Fix various issues preventing the compilation of the decompiled project
The library providing APIs (Essence.Core.dll) to read and extract contents of SGA files is untouched.
- See releases