-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
178 lines (171 loc) · 8.56 KB
/
tools.html
File metadata and controls
178 lines (171 loc) · 8.56 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
<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">Critters</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/archive/fo2/FO12_critters_editor.zip">Fallout 1/2 Critters Editor v.1.4.6.11</a></td>
<td>Simple editor for critters *.pro files in Fallout 1 and Fallout 2</td>
<td>Cubik2k</td>
<td><a href="https://nma-fallout.com/resources/fallout-1-2-critters-editor.100/">[1]</a></td>
</tr>
<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 Fallout 2.</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/archive/BIS%20mapper%20patched%20(+complementary%20ressources).rar">BIS Mapper Patched + resources</a></td>
<td>The official map editor for Fallout 2, patched and with additional resources.</td>
<td>Horusxav</td>
<td><a href="https://www.nma-fallout.com/resources/bis-mapper.55/">[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><a href="https://fodev.net/files/archive/F2_Mapper_Dims_0.99.3.1.rar">Dims Mapper 0.99.3.1</a></td>
<td>An alternative map editor to the official BIS Mapper for Fallout 1/2. Made by Dims, updated by Fakels (aka Mr.Stalin) with usability improvements and fixes, and further updated by Radegast for properly loading epax.map/easter.map from F2RP.</td>
<td>Dims, updated by Mr.Stalin & Radegast</td>
<td><a href="https://nma-fallout.com/resources/dims-mapper.139/">[1]</a> <a href="https://github.com/JanSimek/F2_Mapper_Dims">[2]</a> <a href="https://www.nma-fallout.com/threads/dims-mapper-troubleshooting.220757/">[3]</a></td>
</tr>
<tr>
<td><a href="https://fodev.net/files/archive/fo2/FO2FO1_map_converter.zip">FO2 to FO1 map converter 2.1.3.7 </a></td>
<td>Tool for converting from FO2 format (edited in BIS mapper) to FO1 format.</td>
<td>Cubik2k</td>
<td><a href="https://nma-fallout.com/resources/fo2-to-fo1-map-converter.98/">[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">Graphics</td>
</tr>
<tr>
<td><a href="https://fodev.net/files/archive/fo2/Titanium%20FRM%20Browser%201.3%20(en).zip">Titanium FRM Browser (English) 1.3</a></td>
<td>Playing of FRM and RIX files on Windows platforms, easy to use, maximum usability.</td>
<td>Titanium</td>
<td><a href="https://www.nma-fallout.com/resources/titanium-frm-browser-english.105/">[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>