-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
144 lines (135 loc) · 6.15 KB
/
tools.html
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
<html>
<head>
<title>Tools</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<style>
.category {
color: #F49205;
font-size: 20px;
border-bottom: 1px solid #535b5aba;
text-align: left;
}
</style>
</head>
<body>
<div style="margin: auto; ">
<h1>Fallout 1 & 2 Tools</h1>
<p>An attempt to gather all known relevant tools for Fallout 1 & 2 on a single page. <br/>Some old stuff from TeamX that's considered obsolete due more modern replacements can be found on <a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">here</a>.
</p>
<table>
<thead>
<tr>
<th>Tool</th>
<th>Description</th>
<th>Author</th>
<th>Links</th>
</tr>
</thead>
<tbody>
<tr>
<td class="category" colspan="4">Fonts</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/AAF_editor.rar">AAF editor</a></td>
<td>AAF font editor.</td>
<td>Wasteland rat</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/aaf2txt0.2.0.rar">aaf2txt</a></td>
<td>Represents an AAF font as a text file.</td>
<td>Noid</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/FSB_0.21.rar">Fallout Service Box: Font Editor</a></td>
<td>AAF font editor.</td>
<td>Keymone</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/fonedit1.0.rar">FON edit</a> - <a href="https://fodev.net/files/mirrors/teamx-utils/fonedit_src.rar">Source code</a></td>
<td>A program for viewing and editing font FON files.</td>
<td>Anchorite, Wasteland Ghost</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td class="category" colspan="4">Mapping</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/BIS_mapper.rar">BIS mapper</a></td>
<td>The official map editor for Fallout2.</td>
<td>Interplay</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/f2_elev.rar">Elevator editor</a></td>
<td>Elevator editor for F2.</td>
<td>Mynah</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td class="category" colspan="4">Audio</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/acm2wav.rar">acm2wav</a></td>
<td>Convert ACM sound to WAV.</td>
<td>Abel</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td class="category" colspan="4">Video</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/avi2mve_040919.rar">avi2mve</a></td>
<td>AVI to MVE converter.</td>
<td>Abel</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/conv2mve0.1b.rar">GUI for avi2mve</a></td>
<td>GUI for avi2mve converter.</td>
<td>Tehnokrat</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/mve_joiner.rar">MVE Joiner</a></td>
<td>Merges several MVEs into one.</td>
<td>Abel</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/mve-play.rar">MVE Player</a>, <a href="https://fodev.net/files/mirrors/teamx-utils/mvestuff.rar">MVE Player Stuff</a></td>
<td>Library for playing MVE. MVE to EXE converter. With source code and format description.</td>
<td>Unknown</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/MVETools.rar">MVE Tools</a></td>
<td>Utilities for working with MVE.</td>
<td>Interplay</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td class="category" colspan="4">Misc</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/KA_CompilerSource.rar">Klingon Academy compiler source code</a></td>
<td>For Star-Trek Scripting Language, was used as the basis for the Fallout scripting language.</td>
<td>Interplay</td>
<td><a href="https://fodev.net/files/mirrors/teamx-utils/!_INDEX_en.html">[1]</a></td>
</tr>
<tr>
<td class="category" colspan="4">Saves</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/archive/fo2/F12se.zip">Universal savegame editor for Fallout & Fallout 2</a></td>
<td>Enables editing all data regarding a save file in Fallout 1 & 2. <a href="https://fodev.net/files/archive/fo2/F12se_src.7z">Source code</a></td>
<td>vad</td>
<td><a href="https://sites.google.com/site/chulancheg/">[1]</a> <a href="https://www.nma-fallout.com/threads/fallout-2-savegame-editor.185130/">[2]</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>