Skip to content

Commit a034d48

Browse files
author
theawesomecoder61
committed
2 parents 45d340b + bcb69f4 commit a034d48

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
### Textures
33
| Texture Type | Assassin's Creed: Odyssey | Assassin's Creed: Origins | Steep |
44
|--------------|---------------------------|---------------------------|-------|
5-
| Diffuse | 🗸 | 🗸 | 🗸 |
6-
| Normal | 🗸 | 🗸 | 🗸 |
7-
| Mask | 🗸 | 🗸 | 🗸 |
8-
| Specular | 🗸 | 🗸 | 🗸 |
9-
| UI/HUD | 🗸 | 🗸 | 🗸 |
5+
| Diffuse | 🗸 | 🗸 | 🗸 |
6+
| Normal | 🗸 | 🗸 | 🗸 |
7+
| Mask | 🗸 | 🗸 | 🗸 |
8+
| Specular | 🗸 | 🗸 | 🗸 |
9+
| UI/HUD | 🗸 | 🗸 | 🗸 |
1010

1111
### 3D Models
1212
| 3D Model Features | Assassin's Creed: Odyssey | Assassin's Creed: Origins | Steep |
@@ -23,10 +23,22 @@
2323
| Soundbanks | 🗸 | 🗸 | 🗸 |
2424

2525
## Changelog
26+
### Version 1.3.1 [FUTURE VERSION] (2/19/2019)
27+
- Fixed
28+
- extraction and loading issues regarding textures with TopMips/Mips
29+
- a crash that would arise after the user selects "No" from the "Warning" message when attempting to load a .forge with over 20,000 entries
30+
- decompression and extraction issues
31+
- removed the `Convert` context menu item
32+
- fixed context menu items that were not working or causes crashes
33+
- the Image Viewer's scrollbars show when the image should be scrollable (when the image is not entirely visible)
34+
- a message shows if a texture cannot be converted (instead of crashing)
35+
- what Tag property?
36+
> the Tag property of the EntryTreeNode class has been superseded by Path property
37+
- the 3D Viewer will not respond to camera movements unless Blacksmith is forefront and focused
38+
2639
### Version 1.3 [CURRENT VERSION] (2/18/2019)
2740
- Added
2841
- the 3D Viewer is all set to go
29-
- preliminary Origins 3D models support
3042
- extensions for decompressed data for each game (.acod, .acor, .stp)
3143
- Updated
3244
- you are no longer able to set the background color of the Image Viewer because the background is now a grid
@@ -46,7 +58,6 @@
4658
- all entries from each .forge are loaded
4759
- zoom works with all images
4860
- any issue that arises when you browse multiple .forge files at once
49-
- a dozen of other issues are gone
5061

5162
### Version 1.2 (2/3/2019)
5263
- Added

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ A program for viewing, extracting, and converting (textures, 3D models, and soun
55

66
`Note: Blacksmith is NOT a repacker.`
77

8+
>> Another note: Blacksmith supports *ALL VERSIONS (past, latest, and future versions)* of each game
9+
810
----
911

1012
***Check the [Current Support section](https://github.com/theawesomecoder61/Blacksmith/blob/master/CHANGELOG.md#current-support) to see what is supported.***
@@ -17,7 +19,7 @@ Blacksmith tries to serve as a successor to ARchive_neXt, since development has
1719
![Version 1.2](https://i.imgur.com/c47xrt7.png)
1820

1921
## Supported Games
20-
PC versions only of:
22+
PC versions of:
2123
- Assassin's Creed: Odyssey
2224
- Assassin's Creed: Origins
2325
- Steep
@@ -41,9 +43,9 @@ PC versions only of:
4143
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.
4244
2. Click the plus icon next to a .forge and wait to see all of the .forge's entries.
4345
3. Click the plus icon next to a .forge entry to see all subentries.
44-
> Doing this will extract and decompress that entry. The result is a `.dec` file found in the Temporary Path with the same name.
46+
> 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.
4547
46-
> If there is a `TEXTURE_MAP`, `MATERIAL`, or `MESH` subentry, Blacksmith will try to load these in either the 3D Viewer, Image Viewer, or Text Viewer.
48+
> 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.
4749
4850
## Downloads
4951
[Found here.](https://github.com/theawesomecoder61/Blacksmith/releases)
@@ -72,8 +74,7 @@ Blacksmith is licensed under the MIT License.
7274
- lzo
7375
- oodle
7476
- OodleSharp
75-
- SlimDX
76-
- SlimDX.D3D11Control
77+
- OpenTK
7778
- texconv
7879
- Zstandard.Net
7980

0 commit comments

Comments
 (0)