Skip to content

A program for viewing, extracting, and converting textures, 3D models, and sounds from Assassin's Creed: Odyssey, Assassin's Creed: Origins, and Steep

License

Notifications You must be signed in to change notification settings

hugsun/Blacksmith

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blacksmith icon

Blacksmith

A program for viewing, extracting, and converting (textures, 3D models, and sounds) from Assassin's Creed: Odyssey, Assassin's Creed: Origins, and Steep. It is in early stages, and this repo will be updated constantly with additional support.

Note: Blacksmith is NOT a repacker.

Another note: Blacksmith supports ALL VERSIONS (past, latest, and future versions) of each game


Check the Current Support section to see what is supported.


Remember ARchive_neXt?

Blacksmith tries to serve as a successor to ARchive_neXt, since development has seemingly ceased, and it does not support the two latest Assassin's Creed games or Steep. I designed the functionality of Blacksmith to be identical to that of ARchive_neXt.

Version 1.3.1 Version 1.3.1 Version 1.3.1

Supported Games

PC versions of:

  • Assassin's Creed: Odyssey
  • Assassin's Creed: Origins
  • Steep

Functionality

  • The main features are viewing and extraction of:
    • .forge files
    • 3D models (conversion to: .obj)
    • textures (conversion to: .bmp, .dds, .png, .tga)
    • sounds (conversion to .ogg)
  • Also:
    • extraction of sounds and soundbanks from .pck files
    • creation of filelists from .forge files
    • extraction of all entries from .forge files

First Time Setup

  1. Download the latest version from below.
  2. Upon opening Blacksmith, click Settings and set the Game Paths and Temporary Path.

Usage

  1. After setting the game paths, click the plus icon next to a game (on the left) to see all of the game's files.
  2. Click the plus icon next to a .forge and wait to see all of the .forge's entries.
  3. Click the plus icon next to a .forge entry to see all subentries.

Doing this will extract and decompress that entry. The result is a .acod, .acor, or .stp file found in the Temporary Path with the same name.

If there is a TEXTURE_MAP or MESH subentry, Blacksmith will try to load these in either the 3D Viewer, Image Viewer, or Text Viewer.

Downloads

Found here.

Changelog

View the changelog here.

Research

Are you curious about the file structures of these games and my discoveries? Check out the Wiki.

Building

You will need:

  • Visual Studio 2017
  • .NET Framework 4.6

(built on Windows 10 Home 64-bit)

Forum Thread/Discussion

Blacksmith on Xentax

License

Blacksmith is licensed under the MIT License.

Third-Party Software

  • libzstd
  • lzo
  • oodle
  • OodleSharp
  • OpenTK
  • texconv
  • ww2ogg
  • Zstandard.Net

Blacksmith icon by Krisada from the Noun Project

About

A program for viewing, extracting, and converting textures, 3D models, and sounds from Assassin's Creed: Odyssey, Assassin's Creed: Origins, and Steep

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.5%
  • GLSL 0.5%