-
-
Notifications
You must be signed in to change notification settings - Fork 29
Help
Andrew edited this page Feb 16, 2019
·
8 revisions
-
Shift + W
- Move Forward -
Shift + S
- Move Backward -
Shift + A
- Move Left -
Shift + D
- Move Right -
Shift + Q
- Move Up -
Shift + E
- Move Down -
Shift + R
- Reset Camera -
Shift + Left Arrow
- Rotate Left -
Shift + Right Arrow
- Rotate Right -
Shift + Up Arrow
- Rotate Up -
Shift + Down Arrow
- Rotate Down
If the first attempt fails, try again. I cannot guarantee that everything will work on its first time.
Blacksmith does several actions while you wait. It does these actions:
- Scans the .forge file for the specified entry
- Extracts the raw data from the .forge
- Writes that to a file
- Reads that file and decompresses each Data Chunk
- The decompressed data is merged together and is written to one file
- This new file is read again and is read through to look for supported types
- The chunks of supported types are dealt with (i.e. the texture chunk is extracted and written as .dds)
Of course! Send me a message on either Xentax or submit a pull request.