Skip to content
Andrew edited this page Feb 10, 2019 · 8 revisions

Controls

3D Viewer

  • W - Move Forward
  • S - Move Backward
  • A - Move Left
  • D - Move Right
  • Q - Move Up
  • E - Move Down
  • Left Arrow - Rotate Left
  • Right Arrow - Rotate Right

FAQ

The model/texture will not show?

If the first attempt fails, try again. I cannot guarantee that everything will work on its first time.

Why does extraction take so long?

Blacksmith does several actions while you wait. It does these actions:

  1. Scans the .forge file for the specified entry
  2. Extracts the raw data from the .forge
  3. Writes that to a file
  4. Reads that file and decompresses each Data Chunk
  5. The decompressed data is merged together and is written to one file
  6. This new file is read again and is read through to look for supported types
  7. The chunks of supported types are dealt with (i.e. the texture chunk is extracted and written as .dds)

Can I contribute?

Of course! Send me a message on either Xentax or submit a pull request.

Clone this wiki locally