Skip to content

Commit 3fc65db

Browse files
authored
Added some ripping tools and also texture tools
TexViewer Shockwave 3D World Converter Signed-off-by: Andrew Poženel - SloDevTeam <[email protected]>
1 parent 9b6f3c8 commit 3fc65db

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "1.3.8",
3+
"description": "Converts Shockwave 3D World Files (W3D) to Wavefront OBJ, Material and Image Files (OBJ, MTL, and TIFF)",
4+
"homepage": "https://github.com/tomysshadow/Shockwave-3D-World-Converter",
5+
"license": "MIT",
6+
"url": "https://github.com/tomysshadow/Shockwave-3D-World-Converter/releases/download/1.3.8/Shockwave.3D.World.Converter.zip",
7+
"hash": "a26ba125a1000994d23857014a14cf9bd4b5c0b036a7bb74c692f766038a5052",
8+
"bin": "Shockwave3DWorldConverter.exe",
9+
"shortcuts": [
10+
[
11+
"Shockwave3DWorldConverter.exe",
12+
"Shockwave 3D World Converter"
13+
]
14+
],
15+
"checkver": {
16+
"github": "https://github.com/tomysshadow/Shockwave-3D-World-Converter"
17+
},
18+
"autoupdate": {
19+
"url": "https://github.com/tomysshadow/Shockwave-3D-World-Converter/releases/download/$version/Shockwave.3D.World.Converter.zip",
20+
"hash": {
21+
"mode": "download"
22+
}
23+
}
24+
}

bucket/texviewer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.1",
3+
"description": "A tool to help discover unknown texture formats",
4+
"homepage": "https://github.com/Puxtril/TexViewer",
5+
"license": "GPL-3.0-only",
6+
"url": "https://github.com/Puxtril/TexViewer/releases/download/v1.1/Texviewer-Windows.zip",
7+
"hash": "bd792673bc482f33e92b8c4dcfc8600e935750b3754b002dd20336c629ce2df5",
8+
"bin": "TexViewer.exe",
9+
"shortcuts": [
10+
[
11+
"TexViewer.exe",
12+
"TexViewer"
13+
]
14+
],
15+
"checkver": "github",
16+
"autoupdate": {
17+
"url": "https://github.com/Puxtril/TexViewer/releases/download/v$version/Texviewer-Windows.zip",
18+
"hash": {
19+
"mode": "download"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)