-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWindowsTools.json
More file actions
95 lines (95 loc) · 4.22 KB
/
Copy pathWindowsTools.json
File metadata and controls
95 lines (95 loc) · 4.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"tools": {
"version": 2,
"aliases": {
"{TOOLS_DIR}": ".tools"
},
"list": [
{
"name": "crunch",
"version": "1.04",
"info": "Converts PSD,TGA to DDS,TGA,BMP",
"enabled": true,
"files": [
{
"url": "https://github.com/TheSuperHackers/GeneralsTools/raw/main/Tools/crunch/v1.04/crunch_x64.exe",
"target": "{TOOLS_DIR}/crunch_x64.exe",
"sha256": "8ae949bfc3e3e4a1717dca8845ce8ed480638de68cbf1d7cbe912e99e35ce06f",
"size": 1028096,
"runnable": true
}
]
},
{
"name": "gametextcompiler",
"version": "1.1",
"info": "Converts STR to CSF and vice versa",
"enabled": true,
"files": [
{
"url": "https://github.com/TheSuperHackers/GeneralsTools/raw/main/Tools/gametextcompiler/v1.1/gametextcompiler.exe",
"target": "{TOOLS_DIR}/gametextcompiler.exe",
"sha256": "9c4c50f9c4829caff9b913bdd1a398a3a323ae9a1599723ff71ac675f6087467",
"size": 948736,
"runnable": true
}
]
},
{
"name": "generalsbigcreator",
"version": "1.3",
"info": "Adds folders and files into BIG archive",
"enabled": true,
"files": [
{
"url": "https://github.com/TheSuperHackers/GeneralsTools/raw/main/Tools/generalsbigcreator/v1.3/generalsbigcreator.exe",
"target": "{TOOLS_DIR}/generalsbigcreator.exe",
"sha256": "213ce479a033db949f19012a7e4270cf6c83a79282c1b1941f625b825c1451ed",
"size": 68608,
"runnable": true
}
]
},
{
"name": "blender",
"version": "3.4.1",
"info": "3D Model Software",
"enabled": true,
"files": [
{
"url": "https://ftp.halifax.rwth-aachen.de/blender/release/Blender3.4/blender-3.4.1-windows-x64.zip",
"target": "{TOOLS_DIR}/blender-3.4.1-windows-x64.zip",
"sha256": "02377977bee5691bda45c3a80f60b16a07efe3b2eb02941ca2bead975361f124",
"size": 317703549,
"extractDir": "{TOOLS_DIR}",
"autoDeleteAfterInstall": true,
"skipIfRunnableExists": true
},
{
"url": "https://github.com/TheSuperHackers/OpenSAGE.BlenderPlugin/releases/download/v0.6.8/io_mesh_w3d.zip",
"target": "{TOOLS_DIR}/io_mesh_w3d.zip",
"sha256": "f234a5c97f663c1c78e284407dc276fb13aa5cfcf336d860dd479be90da20911",
"size": 1133208,
"callList": [
{
"call": "{TOOLS_DIR}/blender-3.4.1-windows-x64/blender.exe",
"callArgs": {
"--background": "",
"--python-expr": "import bpy; import os; fp=os.path.normpath('{THIS_DIR}/{TOOLS_DIR}/io_mesh_w3d.zip'); bpy.ops.preferences.addon_install(overwrite=True, filepath=fp)"
}
}
],
"autoDeleteAfterInstall": true,
"skipIfRunnableExists": true
},
{
"target": "{TOOLS_DIR}/blender-3.4.1-windows-x64/blender.exe",
"sha256": "c03e2bb20d3b04abe36a2de4976c38519d38744af2aa8009570bd29dca4685f5",
"size": 209297120,
"runnable": true
}
]
}
]
}
}