Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

koro666/archeripper

Repository files navigation

Archeage Crest Ripper

What is it?

It's a tool that allows you to see the user crests that are downloaded by the game and cached locally, as well as save them for reuse.

How does it work?

The game downloads every crest it encounters in a specific radius inside files in the C:\ArcheAge\Documents\USER\UCC\down, which are of a format specific to the game. It stores them as binary blobs inside .sst files in the aforementioned folder, multiple crests per file. That binary blob so happens to be a DDS file which is a standard texture container format for DirectX. This tool simply opens each .sst file, and scans its entirety for DDS header signatures (the byte sequence 44 44 53 20 7C 00 00 00), and when it finds one, tries to load it using D3DX.

How to get it?

Download it

Head to the releases page and grab the latest EXE.

Build it yourself

To build the source, you will need:

Make sure the DXSDK_DIR environment variable is properly set.

How to use it?

Start the program, preferably with the game not running so that it does not interfere with it. It will show every crest it can find. You can double-click one to pop up a Save dialog, or you can drag-and-drop them into an Explorer window.

Miscellaneous information

System requirements

  • Windows Vista+ 64-bit (no XP support)
  • A lot of RAM (about 320k per loaded crest, I had ~400-500MB usage when testing with about 1400 crests)