- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 29
Help
Andrew edited this page Mar 31, 2019
·
8 revisions
The cursor must be over the 3D Viewer in order for any inputs to be recognized.
-
W
- Move Forward -
S
- Move Backward -
A
- Move Left -
D
- Move Right -
Q
- Move Up -
E
- Move Down -
R
- Reset Camera -
Up Arrow
- Rotate Up -
Down Arrow
- Rotate Down -
Left Arrow
- Rotate Left -
Right Arrow
- Rotate Right
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 Xentax or submit a pull request.