-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaprilfools.html
More file actions
89 lines (87 loc) · 2.96 KB
/
aprilfools.html
File metadata and controls
89 lines (87 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Exult Announcment</title>
<meta charset="utf-8" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="centered">
<table class="borderless site-width">
<tr>
<td class="centered">
<div class="exult_logo">
</div>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="centered">
<h1 style="color: red">Important Announcement</h1>
</td>
</tr>
<tr>
<td>
<p>
The Exult Team would like to announce that as of April 1st 2002 an agreement has been reached with
Electronic Arts to allow development on Exult. The agreement will have Electronic Arts distribute
and support Exult. All further development of Exult will be funded by Electronic Arts.
</p>
<p>
Effective immediately, further development of Exult will not be open sourced. Additionally, no
further work on Exult Studio will be released to the public. The Exult Team will be working with
Electronic Arts on three projects.
</p>
<p>
The first project is to produce a combined version of The Black Gate and Serpent Isle. Called "The
Complete Ultima VII", it will contain all data files required to play it, including some new bonus
material (e.g. full length intro movie for Serpent Isle).
</p>
<p>
The second project is to produce an online multiplayer version of Exult for play over the internet.
Exult Online as it will be called, will require original copies of Ultima VII: The Black Gate and
Ultima VII - Part II: Serpent Isle to be able to play. It's possible that a version working together
with "The Complete Ultima VII" will be made as well, though nothing is fixed yet.
</p>
<p>
Finally, work has begun to port Exult to support other Ultima games. Ultima V and VI are well under
way, the latter already being completable, though with some occasional glitches. Work on Ultima VIII
and IV just has begun. There are currently no plans to work on Ultima I-III, Ultima Underworld I &
II or Ultima IX.
</p>
<p>
All three project should be complete roughly in one year, on April 1st 2003. They will be
purchaseable via Internet as downloads, or boxed in all stores selling Electronic Arts games.
</p>
<p>
To our fans, we wouldn't have been able to do this without you! If you like to tell us your thoughts
about these cool new projects, email to <a href="mailto:exult-general@lists.sourceforge.net">our
mailing list</a>.
</p>
<p>
<em>-The Exult Team</em>
</p>
</td>
</tr>
<tr>
<td>
<hr>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td class="centered">
<a href="http://www.ea.com/"><img alt="EA.com" src="eacom.png" class="ea_logo"></a>
</td>
</tr>
</table>
</div>
</body>
</html>