-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathletters.html
More file actions
129 lines (126 loc) · 4.66 KB
/
letters.html
File metadata and controls
129 lines (126 loc) · 4.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Exult: Fan Mail
</title>
<meta charset="utf-8" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.png" type="image/png" sizes="96x96" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="centered">
<table class="borderless site-width">
<tr>
<td class="centered">
<table class="borderless full-width">
<tr>
<td class="centered">
<div class="exult_logo">
</div>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="centered">
<b>
<a href="index.html">Home</a>
|
<a href="download.html">Download</a>
|
<a href="docs.html">Documentation</a>
|
<a href="faq.html">FAQ</a>
|
<a href="studio.html">Studio</a>
|
<a href="screenshots.html">Screen Shots</a>
</b>
</td>
</tr>
<tr>
<td class="centered">
<b>
<a href="dev.html">Development</a>
|
<a href="https://github.com/exult/exult/discussions">Discussion</a>
|
<a href="about.html">About Us</a>
|
<a href="letters.html">Letters</a>
|
<a href="history.html">History</a>
|
<a href="links.html">Links</a>
</b>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<h1>
Letters from Fans
</h1>
<p><b>From Richard Gariott:</b></p>
<blockquote>Just so that you know. On a personal level I am very excited to see you doing this. Its tough to see games fade out, when the computers or operating systems required to play them go away.
<br /><br />- Richard "Lord British" Garriott
</blockquote>
<p><b>From T.T.:</b></p>
<blockquote>I've been following Exult development since just before version .20 and I must say it's amazing how well everyone is working together considering how impromptu it is. Exult seems to have turned into a (to me) a model for "Open Source, Done Right"</blockquote>
<p><b>From W.R.:</b></p>
<blockquote> I have just recently downloaded your exult program and am currently enjoying the replay of one of my favourite games on a dual processor Dell server running Windows 2000 (the first time I played the game it was barely running on a 386sx).
<br /> You guys have done an AWESOME job. The amount of effort that it took to do this is astounding. I salute the passion it takes to put it in so much effort in an obsolete game.
<br /> The entire Exult team rocks...
</blockquote>
<p><b>From M.C.:</b></p>
<blockquote> I'm a player of U7 in Taiwan, R.O.C. I don't know how to express my appreciation to you! Thank you so much for your modifiability of U7, it really brings my memories of U7 back.</blockquote>
<p><b>From E.B.:</b></p>
<blockquote> I would just like to give a big thanks to the entire Exult team for building such a great game engine! I can't think of any other project that has actually pulled it off other than Exult!</blockquote>
<p><b>From W.S.:</b></p>
<blockquote> Just wanted to place myself in with undoubtedly countless others to express my gratitude and appreciation for the work your team has put into this project.</blockquote>
<p><b>From J.M.:</b></p>
<blockquote> I have to thank you and the rest of your team for the excellent work you have done with the Exult engine... For about 5 years now, I was hoping that someone would do this. Low and behold I find yours on Friday and I am amazed! U7 was my first RPG on my first computer back in '92 (let alone my first computer game). What a nightmare getting that to run!! damn voodoo memory management.. plus I had Stacker running on a 100MB harddrive and a 486 33. Today I'm running it on a 40GB harddrive and an Athlon Thunderbird 800. What a difference 8 years makes! The game brings back so many memories. Thanks again!</blockquote>
</td>
</tr>
<tr>
<td>
<br />
<hr />
</td>
</tr>
<tr>
<td>
<table class="borderless full-width">
<tr>
<td class="centered"><br /></td>
</tr>
<tr>
<td class="centered">
<address>
<small>
Problems with Exult or this webpage?
<a href="https://github.com/exult/exult/discussions">Contact
us.</a>
</small>
</address>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</div>
</body>
</html>