-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathknet_tools.json
More file actions
216 lines (216 loc) · 7.85 KB
/
knet_tools.json
File metadata and controls
216 lines (216 loc) · 7.85 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
[
{
"name": "Randspeech",
"version": "1.0.0",
"description": "A Windows application that processes voice acting files for the FreeSpace game. It is capable of batch adding of message beeps and adds Vasudan speech overlay to human voices. The application can work in both GUI and command-line modes, supporting both single audio generation and batch processing.",
"last_update": "2025-08-13",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/xShivan/randspeech/releases/download/v1.0.0/randspeech-v1.0.0.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "publish/xShivan.Randspeech.exe"
}
]
},
{
"name": "AnimStudio",
"version": "1.2.1",
"description": "AnimStudio is a Qt-based application designed to import, preview, edit, quantize, and export animations compatible with the FreeSpace Open engine. It supports raw image sequences(including DDS) and FreeSpace-native animation formats like .ani, .eff, and .apng (exported as .png due to FSO filename limitations). AnimStudio can be used interactively via its GUI or in batch mode from the command line for high-speed animation conversion workflows. AnimStudio uses QT Designer for its UI development.",
"last_update": "2026-01-14",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/MjnMixael/AnimStudio/releases/download/V1.2.1/AnimStudio_1_2_1.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "AnimStudio.exe"
}
]
},
{
"name": "VP.NET.GUI",
"version": "0.9.1-Beta",
"description": "VP.NET GUI is a .vp and .vpc viewer, editor and extractor, you can open and extract mod files, including compressed mod files. It supports compressing and decompressing .vp and .vpc files in batches, as well as standalone .lz41 files. Supports file previewer of modern formats and previewing with external tools.",
"last_update": "2025-07-04",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/win-x64.zip",
"os": "windows",
"cpu_arch": "x64",
"executable_path": "VP.NET.GUI.exe"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/win-x86.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "VP.NET.GUI.exe"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/win-arm64.zip",
"os": "windows",
"cpu_arch": "arm64",
"executable_path": "VP.NET.GUI.exe"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/osx-x64.zip",
"os": "macosx",
"cpu_arch": "x64",
"executable_path": "VP.NET.GUI"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/osx-arm64.zip",
"os": "macosx",
"cpu_arch": "arm64",
"executable_path": "VP.NET.GUI"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/linux-arm64.zip",
"os": "linux",
"cpu_arch": "arm64",
"executable_path": "VP.NET.GUI"
},
{
"download_url": "https://github.com/Shivansps/VP.NET/releases/download/0.9.1-Beta/linux-x64.zip",
"os": "linux",
"cpu_arch": "x64",
"executable_path": "VP.NET.GUI"
}
]
},
{
"name": "POF Tools",
"version": "1.5.3",
"description": "POF Tools is a program for Windows and Linux which let's you edit properties of Freespace's model format .pof as well as convert them to and from .dae that is meant as a successor to PCS2.",
"last_update": "2024-01-03",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/Baezon/pof-tools/releases/download/v1.5.3/pof-tools-for-windows.zip",
"os": "windows",
"cpu_arch": "x64",
"executable_path": "pof-tools.exe"
},
{
"download_url": "https://github.com/Baezon/pof-tools/releases/download/v1.5.3/pof-tools-for-linux.zip",
"os": "linux",
"cpu_arch": "x64",
"executable_path": "pof-tools"
}
]
},
{
"name": "Etemenanki",
"version": "1.4.0",
"description": "Etemenanki is a tool meant to facilitate creating a full tstrings.tbl for games in the FreespaceOpen engine. It recursively scans a directory for valid files and uses regex to find translatable strings and string IDs. It will then replace the ID with a valid one and save the string and ID to the generated tstrings.tbl file.",
"last_update": "2024-10-08",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/MjnMixael/Etemenanki/releases/download/Version_1.4.0/Etemenanki_v1-4-0.zip",
"os": "windows",
"cpu_arch": "x64",
"executable_path": "Release/Etemenanki.exe",
"wine_support": true
}
]
},
{
"name": "CurvEdit",
"version": "1.1.0",
"description": "CurvEdit is a small graphical editor for FSO's curve tables.",
"last_update": "2024-06-29",
"cmdline": "",
"packages": [
{
"download_url": "https://github.com/BMagnu/CurvEdit/releases/download/v.1.1.0/curvedit-windows.zip",
"os": "windows",
"cpu_arch": "x64",
"executable_path": "curvedit.exe"
},
{
"download_url": "https://github.com/BMagnu/CurvEdit/releases/download/v.1.1.0/curvedit-linux.zip",
"os": "linux",
"cpu_arch": "x64",
"executable_path": "curvedit"
}
]
},
{
"name": "ANIBuilder32",
"version": "1.0.0-Beta01Build04",
"description": "Legacy Tool to make .ANI files, part of the Descent Manager Tools package.",
"last_update": "2000-08-03",
"cmdline": "",
"packages": [
{
"download_url": "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/legacy/ANIBLD32.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "ANIBLD32.exe"
}
]
},
{
"name": "ANIView32",
"version": "1.1.0-Build10",
"description": "Legacy Tool to view .ANI files, part of the Descent Manager Tools package.",
"last_update": "2000-08-04",
"cmdline": "",
"packages": [
{
"download_url": "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/legacy/ANIVIW32.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "ANIVIW32.exe"
}
]
},
{
"name": "ModelView32 HI",
"version": "1.0.0-Beta05Build28",
"description": "Legacy Tool to view .pof files, part of the Descent Manager Tools package.",
"last_update": "2002-12-24",
"cmdline": "",
"packages": [
{
"download_url": "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/legacy/MODVIW32_HI.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "modviw32.exe"
}
]
},
{
"name": "VPView32",
"version": "2.0.0-Beta05Build108",
"description": "Legacy Tool to view and extract .VP files, part of the Descent Manager Tools package.",
"last_update": "2002-02-11",
"cmdline": "",
"packages": [
{
"download_url": "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/legacy/VPVIEW32_20.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "vpview32_20.exe"
}
]
},
{
"name": "VP Constructor Suite 2",
"version": "1.0.0-RC1",
"description": "Legacy tool to make VPs",
"last_update": "2004-12-27",
"cmdline": "",
"packages": [
{
"download_url": "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/legacy/VPCS.zip",
"os": "windows",
"cpu_arch": "x86",
"executable_path": "vpcs2.exe"
}
]
}
]