Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 561 Bytes

File metadata and controls

12 lines (8 loc) · 561 Bytes

EVE Online Asset Extractor

This is a OpenSource tool created by EVE Workbench to extract images and video's from EVE Online.

The tool was mainly created to extract some images used by CCP in the EVE Online game which were not available in the official image dump.

Usage

You can either download the compiled source from the releases or compile it from source.

Example: EveAssetExtractor --game-dir="c:\CCP\EVE" --output-dir="c:\temp\assets"

Compile

Use .NET 8 to compile simply clone this repo and run dotnet build